Home
last modified time | relevance | path

Searched refs:GetSCC (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_file.h168 return GetSCC(d)->GetRepresentative(); in GetSCCRepresentative()
170 const SCC* GetSCC(const Descriptor* d) { return scc_analyzer_.GetSCC(d); } in GetSCC() function
Dcpp_file.cc142 sccs_.push_back(GetSCC(message_generators_[i]->descriptor_)); in FileGenerator()
475 const SCC* scc = GetSCC(msg); in GetCrossFileReferencesForField()
551 scc_analyzer_.GetSCC(message_generators_[idx]->descriptor_) in GenerateSourceForMessage()
560 GenerateInitForSCC(GetSCC(message_generators_[idx]->descriptor_), printer); in GenerateSourceForMessage()
923 if (scc_analyzer_.GetSCC(message_generators_[i]->descriptor_) != scc) { in GenerateInitForSCC()
950 if (scc_analyzer_.GetSCC(message_generators_[i]->descriptor_) != scc) { in GenerateInitForSCC()
Dcpp_helpers.h531 MessageAnalysis result = GetSCCAnalysis(GetSCC(descriptor)); in HasRequiredFields()
534 const SCC* GetSCC(const Descriptor* descriptor) { in GetSCC() function
535 return analyzer_.GetSCC(descriptor); in GetSCC()
Dcpp_helpers.cc1135 scc_analyzer->GetSCC(field->containing_type()) != in IsImplicitWeakField()
1136 scc_analyzer->GetSCC(field->message_type()); in IsImplicitWeakField()
1169 const SCC* child = analyzer_.GetSCC(field->message_type()); in GetSCCAnalysis()
Dcpp_unittest.inc2153 const SCC* scc = scc_analyzer.GetSCC(a.GetDescriptor());
2178 const SCC* scc = scc_analyzer.GetSCC(msg.GetDescriptor());
2188 const SCC* scc = scc_analyzer.GetSCC(msg.GetDescriptor());
2198 const SCC* scc = scc_analyzer.GetSCC(msg.GetDescriptor());
Dcpp_message.cc626 SccInfoSymbol(scc_analyzer_->GetSCC(descriptor_), options_); in MessageGenerator()
2394 if (scc_analyzer_->GetSCCAnalysis(scc_analyzer_->GetSCC(descriptor_)) in GenerateSharedConstructorCode()
/external/protobuf/src/google/protobuf/compiler/
Dscc.h67 const SCC* GetSCC(const Descriptor* descriptor) { in GetSCC() function
145 const SCC* child = GetSCC(child_msg); in AddChildren()
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc1588 if (added.insert(analyzer->GetSCC(desc)).second && in GenerateJspbAllowedMap()
1591 GetMessagesFileName(options, analyzer->GetSCC(desc), false), in GenerateJspbAllowedMap()
1592 GetMessagesFileName(options, analyzer->GetSCC(desc), true)), in GenerateJspbAllowedMap()
1593 analyzer->GetSCC(desc), error)) { in GenerateJspbAllowedMap()
3805 allowed_map.count(analyzer.GetSCC(desc)) == 0) { in GenerateAll()
3810 const SCC* scc = analyzer.GetSCC(desc); in GenerateAll()