Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dmap_lite_test.proto39 message TestMap { message
Dmap_test.proto38 message TestMap { message
Dmap_for_proto2_test.proto38 message TestMap { message
Dmap_for_proto2_lite_test.proto36 message TestMap { message
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
Dmap_unittest_proto3.proto50 message TestMap { message
/third_party/protobuf/csharp/protos/
Dmap_unittest_proto3.proto46 message TestMap { message
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DMapUnittestProto3.cs179 public sealed partial class TestMap : pb::IMessage<TestMap> class
200 public TestMap() { in TestMap() method in Google.Protobuf.TestProtos.TestMap
207 public TestMap(TestMap other) : this() { in TestMap() method in Google.Protobuf.TestProtos.TestMap
782 public global::Google.Protobuf.TestProtos.TestMap TestMap { property in Google.Protobuf.TestProtos.TestMapSubmessage
/third_party/protobuf/src/google/protobuf/
Dmap_unittest.proto43 message TestMap { message
/third_party/protobuf/objectivec/Tests/
DGPBTestUtilities.m1090 - (void)setAllMapFields:(TestMap *)message numEntries:(uint32_t)count {
/third_party/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto97 message TestMap { message
Dtype_resolver_util_test.cc334 TEST_F(DescriptorPoolTypeResolverTest, TestMap) { in TEST_F() argument
/third_party/protobuf/src/google/protobuf/stubs/
Dstringpiece_unittest.cc111 typedef std::map<StringPiece, int> TestMap; in TEST() typedef
/third_party/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto113 message TestMap { message
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstring_view_test.cc162 typedef std::map<absl::string_view, int> TestMap; in TEST() typedef
/third_party/abseil-cpp/absl/strings/
Dstring_view_test.cc162 typedef std::map<absl::string_view, int> TestMap; in TEST() typedef
/third_party/cef/tests/ceftests/
Durlrequest_unittest.cc2710 typedef std::map<RequestTestMode, TestEntry> TestMap; typedef in __anond72549a10111::RequestTestRunner