Searched refs:DescriptorTableName (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_file.cc | 102 variables_["desc_table"] = DescriptorTableName(file_, options_); in FileGenerator() 538 DescriptorTableName(file, options_)); in GenerateInternalForwardDeclarations() 862 format(" &::$1$,\n", DescriptorTableName(dep, options_)); in GenerateReflectionInitializationCode() 865 format(" &::$1$,\n", DescriptorTableName(dep, options_)); in GenerateReflectionInitializationCode()
|
D | cpp_helpers.h | 141 std::string DescriptorTableName(const FileDescriptor* file,
|
D | cpp_helpers.cc | 382 std::string DescriptorTableName(const FileDescriptor* file, in DescriptorTableName() function
|