Home
last modified time | relevance | path

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

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