OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestMap
(Results
1 - 14
of
14
) sorted by null
/external/golang-protobuf/proto/
map_test.go
12
func
TestMap
(t *testing.T) {
/external/pcre/pcrecpp/
pcre_stringpiece_unittest.cc
38
typedef std::map<StringPiece, int>
TestMap
;
39
TestMap
map;
47
TestMap
::const_iterator iter = map.begin();
56
TestMap
::iterator new_iter = map.find("zot");
/external/guava/guava-tests/test/com/google/common/collect/
ForwardingConcurrentMapTest.java
31
private static class
TestMap
41
TestMap
map = new
TestMap
();
50
TestMap
map = new
TestMap
();
60
TestMap
map = new
TestMap
();
69
TestMap
map = new
TestMap
();
SynchronizedMapTest.java
42
TestMap
<K, V> inner = new
TestMap
<K, V>(new HashMap<K, V>(), mutex);
47
static class
TestMap
<K, V> extends ForwardingMap<K, V>
51
public
TestMap
(Map<K, V> delegate, Object mutex) {
SynchronizedNavigableMapTest.java
49
TestMap
<K, V> inner = new
TestMap
<K, V>(innermost, mutex);
96
static class
TestMap
<K, V> extends SynchronizedMapTest.
TestMap
<K, V>
99
public
TestMap
(NavigableMap<K, V> delegate, Object mutex) {
242
TestMap
<String, String> inner =
243
new
TestMap
<String, String>(innermost, mutex);
/external/google-breakpad/src/processor/
address_map_unittest.cc
74
typedef AddressMap< AddressType, linked_ptr<CountedObject> >
TestMap
;
79
TestMap
test_map;
static_address_map_unittest.cc
48
typedef google_breakpad::StaticAddressMap<int, char>
TestMap
;
82
test_map[testcase] =
TestMap
(map_data[testcase]);
149
TestMap
test_map[kNumberTestCases];
static_contained_range_map_unittest.cc
46
typedef google_breakpad::StaticContainedRangeMap<unsigned int, int>
TestMap
;
165
// The goal of testing is to make sure
TestMap
provides same results for
233
test_map_ =
TestMap
(serialized_data_.get());
242
scoped_ptr<
TestMap
> test_map(new
TestMap
(serialized_data.get()));
262
scoped_ptr<
TestMap
> test_map(new
TestMap
(serialized_data.get()));
range_map_unittest.cc
71
typedef RangeMap< AddressType, linked_ptr<CountedObject> >
TestMap
;
105
static bool StoreTest(
TestMap
*range_map, const RangeTest *range_test) {
129
static bool RetrieveTest(
TestMap
*range_map, const RangeTest *range_test) {
269
static bool RetrieveIndexTest(
TestMap
*range_map, int set) {
332
scoped_ptr<
TestMap
> range_map(new
TestMap
());
457
scoped_ptr<
TestMap
> range_map(new
TestMap
());
static_map_unittest.cc
43
typedef google_breakpad::StaticMap< KeyType, ValueType >
TestMap
;
94
TestMap
test_map;
99
test_map =
TestMap
(data);
111
test_map =
TestMap
(data);
116
test_map =
TestMap
(data);
134
test_map =
TestMap
(data);
147
test_map[testcase] =
TestMap
(map_data[testcase]);
154
test_map[testcase] =
TestMap
(map_data[testcase]);
162
test_map[testcase] =
TestMap
(map_data[testcase]);
170
test_map[testcase] =
TestMap
(map_data[testcase])
[
all
...]
static_range_map_unittest.cc
47
typedef google_breakpad::StaticRangeMap< AddressType, EntryType >
TestMap
;
183
void RetrieveTest(
TestMap
* range_map, const RangeTest* range_test);
191
void RetrieveIndexTest(const
TestMap
* range_map, int set);
208
void TestStaticRangeMap::RetrieveTest(
TestMap
* range_map,
312
void TestStaticRangeMap::RetrieveIndexTest(const
TestMap
* range_map, int set) {
374
scoped_ptr<
TestMap
> static_range_map(new
TestMap
(memaddr.get()));
/external/google-breakpad/src/common/
simple_string_dictionary_unittest.cc
36
typedef NonAllocatingMap<5, 9, 15>
TestMap
;
37
TestMap
map;
39
const
TestMap
::Entry* entry =
TestMap
::Iterator(map).Next();
44
entry =
TestMap
::Iterator(map).Next();
254
typedef NonAllocatingMap<4, 5, 7>
TestMap
;
255
TestMap
map;
272
TestMap
deserialized(serialized_copy, size);
/external/protobuf/src/google/protobuf/stubs/
stringpiece_unittest.cc
111
typedef std::map<StringPiece, int>
TestMap
;
112
TestMap
map;
119
TestMap
::const_iterator iter = map.begin();
128
TestMap
::iterator new_iter = map.find("zot");
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
MapUnittestProto3.cs
153
new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.
TestMap
), global::Google.Protobuf.TestProtos.
TestMap
.Parser, new[]{ "MapInt32Int32", "MapInt64Int64", "MapUint32Uint32", "MapUint64Uint64", "MapSint32Sint32", "MapSint64Sint64", "MapFixed32Fixed32", "MapFixed64Fixed64", "MapSfixed32Sfixed32", "MapSfixed64Sfixed64", "MapInt32Float", "MapInt32Double", "MapBoolBool", "MapStringString", "MapInt32Bytes", "MapInt32Enum", "MapInt32ForeignMessage" }, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, }),
154
new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestMapSubmessage), global::Google.Protobuf.TestProtos.TestMapSubmessage.Parser, new[]{ "
TestMap
" }, null, null, null),
179
public sealed partial class
TestMap
: pb::IMessage<
TestMap
> {
180
private static readonly pb::MessageParser<
TestMap
> _parser = new pb::MessageParser<
TestMap
>(() => new
TestMap
());
181
public static pb::MessageParser<
TestMap
> Parser { get { return _parser; } }
191
public
TestMap
() {
[
all
...]
Completed in 2390 milliseconds