Searched refs:ApiNameToIdentifier (Results 1 – 3 of 3) sorted by relevance
26 std::string ApiNameToIdentifier(const std::string& name);
176 return ApiNameToIdentifier(prop.api_name()) + "_values"; in GetJavaEnumTypeName()315 std::string prop_id = ApiNameToIdentifier(prop.api_name()).c_str(); in GenerateJavaClass()
228 auto res = prop_names.insert(ApiNameToIdentifier(prop.api_name())); in ValidateProps()356 std::string ApiNameToIdentifier(const std::string& name) { in ApiNameToIdentifier() function