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