Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_file.cc102 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()
Dcpp_helpers.h141 std::string DescriptorTableName(const FileDescriptor* file,
Dcpp_helpers.cc382 std::string DescriptorTableName(const FileDescriptor* file, in DescriptorTableName() function