OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSingleValue
(Results
1 - 2
of
2
) sorted by null
/system/tools/hidl/
Annotation.h
40
const std::string &
getSingleValue
() const;
42
/* Returns unquoted version of
getSingleValue
*/
Annotation.cpp
48
const std::string &AnnotationParam::
getSingleValue
() const {
54
std::string value =
getSingleValue
();
Completed in 76 milliseconds