Searched refs:OpenSeq (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | Core.cpp | 87 SequencePrinter(const Sequence &S, char OpenSeq, char CloseSeq, in SequencePrinter() argument 89 : S(S), OpenSeq(OpenSeq), CloseSeq(CloseSeq), in SequencePrinter() 94 OS << OpenSeq; in printTo() local 108 char OpenSeq; member in __anon24193::SequencePrinter 114 SequencePrinter<Sequence, Pred> printSequence(const Sequence &S, char OpenSeq, in printSequence() argument 116 return SequencePrinter<Sequence, Pred>(S, OpenSeq, CloseSeq, std::move(P)); in printSequence()
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | IArchive.h | 380 x(OpenSeq(ISequentialInStream *stream)) \
|
H A D | LzmaHandler.cpp | 394 Z7_COM7F_IMF(CHandler::OpenSeq(ISequentialInStream *stream))
|
H A D | XzHandler.cpp | 682 Z7_COM7F_IMF(CHandler::OpenSeq(ISequentialInStream *stream))
in OpenSeq() function
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | OpenArchive.cpp | 1982 result = openSeq->OpenSeq(op.seqStream);
|
Completed in 11 milliseconds