Home
last modified time | relevance | path

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

/system/tools/hidl/c2hal/
DExpression.h82 virtual std::string toString(StringHelper::Case atomCase = StringHelper::kNoCase) = 0;
/system/tools/hidl/host_utils/include/hidl-util/
DStringHelper.h30 kNoCase = 0, enumerator
/system/tools/hidl/host_utils/
DStringHelper.cpp153 case kNoCase: in ToCase()