OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasChildrenInFlags
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/src/
binary_format.h
48
static bool
hasChildrenInFlags
(const uint8_t flags);
191
inline bool BinaryFormat::
hasChildrenInFlags
(const uint8_t flags) {
unigram_dictionary.cpp
684
const bool hasChildren = BinaryFormat::
hasChildrenInFlags
(flags);
713
assert(BinaryFormat::
hasChildrenInFlags
(flags));
[
all
...]
Completed in 287 milliseconds