Home
last modified time | relevance | path

Searched refs:TestMaps (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap_proto2_unittest.proto73 message TestMaps { message
90 optional TestMaps m = 1;
Dmap_test.cc3100 static void TestDeterministicSerialization(const protobuf_unittest::TestMaps& t, in TestDeterministicSerialization()
3108 protobuf_unittest::TestMaps u; in TestDeterministicSerialization()
3129 protobuf_unittest::TestMaps t; in TEST()
3162 protobuf_unittest::TestMaps t; in TEST()
3241 protobuf_unittest::TestMaps message; in TEST()
3243 TestParseCorruptedString<protobuf_unittest::TestMaps, true>(message); in TEST()
3244 TestParseCorruptedString<protobuf_unittest::TestMaps, false>(message); in TEST()
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2391 TEST_F(ParseDescriptorDebugTest, TestMaps) { in TEST_F() argument