Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc82 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() argument
143 if (is_descriptor) { in DescriptorFullName()
244 std::string RootPhpNamespace(const DescriptorType* desc, bool is_descriptor) { in RootPhpNamespace() argument
254 return PhpName(desc->file()->package(), is_descriptor); in RootPhpNamespace()
[all …]