Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_file.cc514 SccInfoSymbol(scc, options_)); in GenerateInternalForwardDeclarations()
521 scc->children.size(), SccInfoSymbol(scc, options_)); in GenerateInternalForwardDeclarations()
877 format(" &$1$.base,\n", SccInfoSymbol(scc, options_)); in GenerateReflectionInitializationCode()
913 format("static void InitDefaults$1$() {\n", SccInfoSymbol(scc, options_)); in GenerateInitForSCC()
965 SccInfoSymbol(scc, options_)); in GenerateInitForSCC()
967 format("\n &$1$.base,", SccInfoSymbol(child, options_)); in GenerateInitForSCC()
Dcpp_helpers.h555 inline std::string SccInfoSymbol(const SCC* scc, const Options& options) { in SccInfoSymbol() function
Dcpp_message.cc626 SccInfoSymbol(scc_analyzer_->GetSCC(descriptor_), options_); in MessageGenerator()