Searched refs:IsForbiddenKotlin (Results 1 – 8 of 8) sorted by relevance
262 IsForbiddenKotlin(info->name) ? info->name + "_" : info->name; in SetCommonFieldVariables()263 (*variables)["kt_capitalized_name"] = IsForbiddenKotlin(info->name) in SetCommonFieldVariables()
56 bool IsForbiddenKotlin(const std::string& field_name);
332 return IsForbiddenKotlin(name) ? name + "_" : name; in GetKotlinFactoryName()
264 bool IsForbiddenKotlin(const std::string& field_name) { in IsForbiddenKotlin() function
335 return IsForbiddenKotlin(name) ? name + "_" : name; in GetKotlinFactoryName()
277 bool IsForbiddenKotlin(const std::string& field_name) { in IsForbiddenKotlin() function