Searched refs:is_descriptor (Results 1 – 1 of 1) sorted by relevance
82 std::string PhpName(const std::string& full_name, bool is_descriptor);87 bool is_descriptor);96 int is_descriptor);99 int is_descriptor);101 int is_descriptor, int function_type);107 int is_descriptor);142 std::string DescriptorFullName(const DescriptorType* desc, bool is_descriptor) { in DescriptorFullName() argument143 if (is_descriptor) { in DescriptorFullName()244 std::string RootPhpNamespace(const DescriptorType* desc, bool is_descriptor) { in RootPhpNamespace() argument254 return PhpName(desc->file()->package(), is_descriptor); in RootPhpNamespace()[all …]