Home
last modified time | relevance | path

Searched refs:lookup_str (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/utils/
DSkParse.cpp238 static bool lookup_str(const char str[], const char** table, int count) in lookup_str() function
251 if (lookup_str(str, gYes, SK_ARRAY_COUNT(gYes))) in FindBool()
256 else if (lookup_str(str, gNo, SK_ARRAY_COUNT(gNo))) in FindBool()
/external/skia/src/utils/
DSkParse.cpp238 static bool lookup_str(const char str[], const char** table, int count) in lookup_str() function
251 if (lookup_str(str, gYes, SK_ARRAY_COUNT(gYes))) in FindBool()
256 else if (lookup_str(str, gNo, SK_ARRAY_COUNT(gNo))) in FindBool()
/external/llvm-project/lldb/source/Commands/
DCommandObjectHelp.cpp28 const std::string &lookup_str = in GenerateAdditionalHelpAvenuesMessage() local
35 prefix_str.c_str(), lookup_str.c_str()); in GenerateAdditionalHelpAvenuesMessage()
40 prefix_str.c_str(), lookup_str.c_str()); in GenerateAdditionalHelpAvenuesMessage()