Home
last modified time | relevance | path

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

/system/tools/hidl/host_utils/include/hidl-util/
DStringHelper.h54 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/host_utils/
DStringHelper.cpp180 std::string StringHelper::ToCase(StringHelper::Case c, const std::string &in) { in ToCase() function in android::StringHelper