Functions | |
MATCHER_P (EqualsProto, expected_proto_string,"") | |
::testing::Matcher< double > | Near (double expected) |
template<typename ProtoType > | |
ProtoType | ParseProto (const std::string &proto_string) |
cartographer::testing::MATCHER_P | ( | EqualsProto | , |
expected_proto_string | , | ||
"" | |||
) |
Definition at line 35 of file testing/test_helpers.h.
::testing::Matcher<double> cartographer::testing::Near | ( | double | expected | ) |
Definition at line 43 of file testing/test_helpers.h.
ProtoType cartographer::testing::ParseProto | ( | const std::string & | proto_string | ) |
Definition at line 28 of file testing/test_helpers.h.