Home
last modified time | relevance | path

Searched defs:scc (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsccdec.c64 SCCContext *scc = s->priv_data; in scc_read_header() local
185 SCCContext *scc = s->priv_data; in scc_read_packet() local
192 SCCContext *scc = s->priv_data; in scc_read_seek() local
199 SCCContext *scc = s->priv_data; in scc_read_close() local
Dsccenc.c35 SCCContext *scc = avf->priv_data; in scc_write_header() local
60 SCCContext *scc = avf->priv_data; in scc_write_packet() local
/third_party/protobuf/src/google/protobuf/compiler/
Dscc.h74 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()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_file.cc472 const SCC* scc = GetSCC(msg); in GetCrossFileReferencesForField() local
508 for (auto scc : Sorted(refs.strong_sccs)) { in GenerateInternalForwardDeclarations() local
514 for (auto scc : Sorted(refs.weak_sccs)) { in GenerateInternalForwardDeclarations() local
667 for (auto scc : sccs_) { in GenerateSource() local
890 for (auto scc : sccs_) { in GenerateReflectionInitializationCode() local
926 void FileGenerator::GenerateInitForSCC(const SCC* scc, in GenerateInitForSCC()
Dcpp_helpers.h601 inline std::string SccInfoSymbol(const SCC* scc, const Options& options) { in SccInfoSymbol()
606 inline std::string SccInfoPtrSymbol(const SCC* scc, const Options& options) { in SccInfoPtrSymbol()
Dcpp_helpers.cc1164 MessageAnalysis MessageSCCAnalyzer::GetSCCAnalysis(const SCC* scc) { in GetSCCAnalysis()
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_util.h237 inline void InitSCC(SCCInfoBase* scc) { in InitSCC()
Dgenerated_message_util.cc763 void InitSCC_DFS(SCCInfoBase* scc) { in InitSCC_DFS()
791 void InitSCCImpl(SCCInfoBase* scc) { in InitSCCImpl()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Denum_converter_test.cc96 inline std::ostream& operator<<(std::ostream& out, StorageClassCase scc) { in operator <<()
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc393 std::string GetMessagesFileName(const GeneratorOptions& options, const SCC* scc, in GetMessagesFileName()
1783 io::Printer* printer, const SCC* scc, in GenerateRequiresForSCC()
3806 const SCC* scc = analyzer.GetSCC(desc); in GenerateAll() local
/third_party/node/deps/cares/src/lib/
Dares_init.c2381 static char *try_config(char *s, const char *opt, char scc) in try_config()