OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KeyHasValue
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
oat.h
119
bool
KeyHasValue
(const char* key, const char* value, size_t value_size) const;
oat.cc
490
bool OatHeader::
KeyHasValue
(const char* key, const char* value, size_t value_size) const {
496
return
KeyHasValue
(key, kTrueValue, sizeof(kTrueValue));
Completed in 37 milliseconds