Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_file.h115 void GenerateGlobalStateFunctionDeclarations(io::Printer* printer);
Dcpp_file.cc129 GenerateGlobalStateFunctionDeclarations(printer); in GenerateProtoHeader()
197 GenerateGlobalStateFunctionDeclarations(printer); in GeneratePBHeader()
900 void FileGenerator::GenerateGlobalStateFunctionDeclarations( in GenerateGlobalStateFunctionDeclarations() function in google::protobuf::compiler::cpp::FileGenerator