OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KeyIdPair
(Results
1 - 2
of
2
) sorted by null
/external/marisa-trie/lib/marisa/
tail.cc
148
typedef std::pair<RString, UInt32>
KeyIdPair
;
149
Vector<
KeyIdPair
> pairs;
160
std::sort(pairs.begin(), pairs.end(), std::greater<
KeyIdPair
>());
168
const
KeyIdPair
dummy_key;
169
const
KeyIdPair
*last = &dummy_key;
171
const
KeyIdPair
&cur = pairs[i];
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
tail.cc
148
typedef std::pair<RString, UInt32>
KeyIdPair
;
149
Vector<
KeyIdPair
> pairs;
160
std::sort(pairs.begin(), pairs.end(), std::greater<
KeyIdPair
>());
168
const
KeyIdPair
dummy_key;
169
const
KeyIdPair
*last = &dummy_key;
171
const
KeyIdPair
&cur = pairs[i];
Completed in 172 milliseconds