Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DForwardingConcurrentMapTest.java31 private static class TestMap class in ForwardingConcurrentMapTest
DSynchronizedMapTest.java47 static class TestMap<K, V> extends ForwardingMap<K, V> class in SynchronizedMapTest
51 public TestMap(Map<K, V> delegate, Object mutex) { in TestMap() method in SynchronizedMapTest.TestMap
DSynchronizedNavigableMapTest.java96 static class TestMap<K, V> extends SynchronizedMapTest.TestMap<K, V> class in SynchronizedNavigableMapTest
99 public TestMap(NavigableMap<K, V> delegate, Object mutex) { in TestMap() method in SynchronizedNavigableMapTest.TestMap
/external/protobuf/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
/external/google-breakpad/src/common/
Dsimple_string_dictionary_unittest.cc36 typedef NonAllocatingMap<5, 9, 15> TestMap; in TEST() typedef
254 typedef NonAllocatingMap<4, 5, 7> TestMap; in TEST() typedef
/external/pcre/pcrecpp/
Dpcre_stringpiece_unittest.cc38 typedef std::map<StringPiece, int> TestMap; in CheckSTLComparator() typedef
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
Dmap_test.proto38 message TestMap { message
/external/google-breakpad/src/processor/
Daddress_map_unittest.cc74 typedef AddressMap< AddressType, linked_ptr<CountedObject> > TestMap; typedef
Dstatic_contained_range_map_unittest.cc46 typedef google_breakpad::StaticContainedRangeMap<unsigned int, int> TestMap; typedef
Dstatic_address_map_unittest.cc48 typedef google_breakpad::StaticAddressMap<int, char> TestMap; typedef
Drange_map_unittest.cc71 typedef RangeMap< AddressType, linked_ptr<CountedObject> > TestMap; typedef
Dstatic_map_unittest.cc43 typedef google_breakpad::StaticMap< KeyType, ValueType > TestMap; typedef
Dstatic_range_map_unittest.cc47 typedef google_breakpad::StaticRangeMap< AddressType, EntryType > TestMap; typedef
/external/protobuf/src/google/protobuf/
Dmap_unittest_proto3.proto50 message TestMap { message
Dmap_unittest.proto44 message TestMap { message
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs179 public sealed partial class TestMap : pb::IMessage<TestMap> { class
191 public TestMap() { in TestMap() method in Google.Protobuf.TestProtos.TestMap
197 public TestMap(TestMap other) : this() { in TestMap() method in Google.Protobuf.TestProtos.TestMap
607 public global::Google.Protobuf.TestProtos.TestMap TestMap { property in Google.Protobuf.TestProtos.TestMapSubmessage
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc310 TEST_F(DescriptorPoolTypeResolverTest, TestMap) { in TEST_F() argument
Djson_format_proto3.proto94 message TestMap { message
/external/protobuf/objectivec/Tests/
DGPBTestUtilities.m1090 - (void)setAllMapFields:(TestMap *)message numEntries:(uint32_t)count {
/external/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto130 message TestMap { message
/external/protobuf/src/google/protobuf/stubs/
Dstringpiece_unittest.cc111 typedef std::map<StringPiece, int> TestMap; in TEST() typedef