Home
last modified time | relevance | path

Searched defs:TestMap (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/proto/com/google/protobuf/
Dmap_test.proto39 message TestMap { message
Dmap_for_proto2_test.proto39 message TestMap { message
Dmap_for_proto2_lite_test.proto37 message TestMap { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/
Dmap_test.proto38 message TestMap { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_unittest_proto3.proto50 message TestMap { message
Dmap_unittest.proto44 message TestMap { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs177 public sealed partial class TestMap : pb::IMessage<TestMap> { class
193 public TestMap() { in TestMap() method in Google.Protobuf.TestProtos.TestMap
200 public TestMap(TestMap other) : this() { in TestMap() method in Google.Protobuf.TestProtos.TestMap
642 public global::Google.Protobuf.TestProtos.TestMap TestMap { property in Google.Protobuf.TestProtos.TestMapSubmessage
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dtype_resolver_util_test.cc310 TEST_F(DescriptorPoolTypeResolverTest, TestMap) { in TEST_F() argument
Djson_format_proto3.proto95 message TestMap { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBTestUtilities.m1090 - (void)setAllMapFields:(TestMap *)message numEntries:(uint32_t)count {
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto131 message TestMap { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstringpiece_unittest.cc111 typedef std::map<StringPiece, int> TestMap; in TEST() typedef