Searched defs:scc (Results 1 – 14 of 14) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | scc.h | 74 const SCC* scc; // if null it means its still on the stack member 117 SCC* scc = CreateSCC(); in DFS() local 140 void AddChildren(SCC* scc) { in AddChildren()
|
/external/grpc-grpc/test/core/util/ |
D | debugger_macros.cc | 39 grpc_subchannel_call* scc = grpc_client_channel_get_subchannel_call(el); in grpc_transport_stream_from_call() local
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_file.cc | 475 const SCC* scc = GetSCC(msg); in GetCrossFileReferencesForField() local 511 for (auto scc : Sorted(refs.strong_sccs)) { in GenerateInternalForwardDeclarations() local 517 for (auto scc : Sorted(refs.weak_sccs)) { in GenerateInternalForwardDeclarations() local 653 for (auto scc : sccs_) { in GenerateSource() local 876 for (auto scc : sccs_) { in GenerateReflectionInitializationCode() local 909 void FileGenerator::GenerateInitForSCC(const SCC* scc, io::Printer* printer) { in GenerateInitForSCC()
|
D | cpp_helpers.h | 555 inline std::string SccInfoSymbol(const SCC* scc, const Options& options) { in SccInfoSymbol()
|
D | cpp_helpers.cc | 1139 MessageAnalysis MessageSCCAnalyzer::GetSCCAnalysis(const SCC* scc) { in GetSCCAnalysis()
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
D | TypeData.java | 350 List<TypeData> scc = new ArrayList<TypeData>(); // strongly connected component in dfs() local 363 private void fixTypes(List<TypeData> scc, ClassPool cp) throws NotFoundException { in fixTypes() 415 private void fixTypes1(List<TypeData> scc, TypeData kind) throws NotFoundException { in fixTypes1() 430 …private String fixTypes2(List<TypeData> scc, Set<String> lowersSet, ClassPool cp) throws NotFoundE… in fixTypes2()
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_util.h | 217 inline void InitSCC(SCCInfoBase* scc) { in InitSCC()
|
D | generated_message_util.cc | 778 void InitSCC_DFS(SCCInfoBase* scc) { in InitSCC_DFS() 797 void InitSCCImpl(SCCInfoBase* scc) { in InitSCCImpl()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/ |
D | resource_alias_analysis.cc | 162 for (auto& scc : make_range(scc_begin, scc_end)) { in BacktrackAnalysis() local
|
/external/llvm/test/MC/Lanai/ |
D | v11.s | 437 scc %r21 label
|
/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 395 std::string GetMessagesFileName(const GeneratorOptions& options, const SCC* scc, in GetMessagesFileName() 1796 io::Printer* printer, const SCC* scc, in GenerateRequiresForSCC() 3810 const SCC* scc = analyzer.GetSCC(desc); in GenerateAll() local
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_init.c | 2343 static char *try_config(char *s, const char *opt, char scc) in try_config()
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 87170 u64 scc; member 87635 u64 scc; member
|
D | vmlinux_505.h | 87170 u64 scc; member 87635 u64 scc; member
|