Home
last modified time | relevance | path

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

/system/tools/hidl/utils/include/hidl-util/
DStringHelper.h55 static std::string ToCase(Case c, const std::string &in);
/system/tools/hidl/c2hal/
DExpression.cpp122 return mIsId ? StringHelper::ToCase(atomCase, mValue) : mValue; in toString()
/system/tools/hidl/utils/
DStringHelper.cpp143 std::string StringHelper::ToCase(StringHelper::Case c, const std::string &in) { in ToCase() function in android::StringHelper