OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimpleKey
(Results
1 - 3
of
3
) sorted by null
/system/core/libutils/tests/
LruCache_test.cpp
25
typedef int
SimpleKey
;
82
class EntryRemovedCallback : public OnEntryRemoved<
SimpleKey
, StringValue> {
86
void operator()(
SimpleKey
& k, StringValue& v) {
92
SimpleKey
lastKey;
117
LruCache<
SimpleKey
, StringValue> cache(100);
124
LruCache<
SimpleKey
, StringValue> cache(100);
136
LruCache<
SimpleKey
, StringValue> cache(2);
148
LruCache<
SimpleKey
, StringValue> cache(100);
161
LruCache<
SimpleKey
, StringValue> cache(100);
180
LruCache<
SimpleKey
, StringValue> cache(512)
[
all
...]
BasicHashtable_test.cpp
26
typedef int
SimpleKey
;
28
typedef key_value_pair_t<
SimpleKey
, SimpleValue> SimpleEntry;
29
typedef BasicHashtable<
SimpleKey
, SimpleEntry> SimpleHashtable;
/external/llvm/lib/Support/
YAMLParser.cpp
175
/// if the Token To be returned is referenced by a
SimpleKey
, we continue
179
/// others) before the
SimpleKey
's Tok.
180
struct
SimpleKey
{
187
bool operator ==(const
SimpleKey
&Other) {
387
/// @brief If IsSimpleKeyAllowed, create and push_back a new
SimpleKey
.
504
SmallVector<
SimpleKey
, 4> SimpleKeys;
742
SimpleKey
SK;
937
SimpleKey
SK;
948
for (SmallVectorImpl<
SimpleKey
>::iterator i = SimpleKeys.begin();
[
all
...]
Completed in 43 milliseconds