Home
last modified time | relevance | path

Searched refs:ParseLength (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitivesWrappers.cs81 int length = ParsingPrimitives.ParseLength(ref buffer, ref state); in ReadFloatWrapperSlow()
133 int length = ParsingPrimitives.ParseLength(ref buffer, ref state); in ReadDoubleWrapperSlow()
203 int length = ParsingPrimitives.ParseLength(ref buffer, ref state); in ReadUInt32WrapperSlow()
276 int length = ParsingPrimitives.ParseLength(ref buffer, ref state); in ReadUInt64WrapperSlow()
DParsingPrimitivesMessages.cs68 var length = ParsingPrimitives.ParseLength(ref buffer, ref state); in SkipLastField()
117 int length = ParsingPrimitives.ParseLength(ref ctx.buffer, ref ctx.state); in ReadMessage()
DParsingPrimitives.cs63 public static int ParseLength(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseLength() method in Google.Protobuf.ParsingPrimitives
560 int length = ParsingPrimitives.ParseLength(ref buffer, ref state); in ReadString()
570 int length = ParsingPrimitives.ParseLength(ref buffer, ref state); in ReadBytes()
DCodedInputStream.cs534 return ParsingPrimitives.ParseLength(ref span, ref state); in ReadLength()
/third_party/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h174 constexpr ConvParser ParseLength() const { in ParseLength() function
212 .ParseLength() in Run()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h188 constexpr ConvParser ParseLength() const { in ParseLength() function
226 .ParseLength() in Run()