Home
last modified time | relevance | path

Searched defs:ParseContext (Results 1 – 8 of 8) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs53 public ref struct ParseContext struct
55 internal const int DefaultRecursionLimit = 100;
56 internal const int DefaultSizeLimit = Int32.MaxValue;
58 internal ReadOnlySpan<byte> buffer;
59 internal ParserInternalState state;
62 …void Initialize(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, out ParseContext ctx) in Initialize()
74 internal static void Initialize(CodedInputStream input, out ParseContext ctx) in Initialize()
84 internal static void Initialize(ReadOnlySequence<byte> input, out ParseContext ctx) in Initialize()
90 …rnal static void Initialize(ReadOnlySequence<byte> input, int recursionLimit, out ParseContext ctx) in Initialize()
111 internal uint LastTag { get { return state.lastTag; } }
[all …]
/third_party/ffmpeg/libavcodec/
Dparser.h28 typedef struct ParseContext{ struct
36 int overread_index; ///< the index into ParseContext.buffer of the overread bytes argument
38 } ParseContext; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DEHFrameSupportImpl.h73 struct ParseContext { struct
74 ParseContext(LinkGraph &G) : G(G) {} in ParseContext() function
90 Error processBlock(ParseContext &PC, Block &B); argument
/third_party/protobuf/src/google/protobuf/
Dmessage_lite.h78 class ParseContext; variable
455 internal::ParseContext* /*ctx*/) { in _InternalParse()
Dparse_context.h349 ParseContext(int depth, bool aliasing, const char** start, T&&... args) in ParseContext() function
Dparse_context.cc405 ParseContext*) { in StringParser() argument
Dextension_set.h762 const internal::ParseContext* /*ctx*/, in FindExtension()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp80 struct ParseContext { struct in llvm::RuntimeDyldCheckerExprEval
81 bool IsInsideLoad;
82 ParseContext(bool IsInsideLoad) : IsInsideLoad(IsInsideLoad) {} in ParseContext() argument