Home
last modified time | relevance | path

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

/system/tools/hidl/c2hal/
DDeclaration.cpp51 mName = StringHelper::ToUpperSnakeCase(mName); in forceUpperSnakeCase()
/system/tools/hidl/host_utils/include/hidl-util/
DStringHelper.h52 static std::string ToUpperSnakeCase(const std::string &in);
/system/tools/hidl/host_utils/
DStringHelper.cpp125 std::string StringHelper::ToUpperSnakeCase(const std::string &in) { in ToUpperSnakeCase() function in android::StringHelper
150 return ToUpperSnakeCase(in); in ToCase()