Searched refs:SccInfoSymbol (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_file.cc | 514 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()
|
D | cpp_helpers.h | 555 inline std::string SccInfoSymbol(const SCC* scc, const Options& options) { in SccInfoSymbol() function
|
D | cpp_message.cc | 626 SccInfoSymbol(scc_analyzer_->GetSCC(descriptor_), options_); in MessageGenerator()
|