Searched refs:ParseLength (Results 1 – 6 of 6) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | ParsingPrimitivesWrappers.cs | 81 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()
|
D | ParsingPrimitivesMessages.cs | 68 var length = ParsingPrimitives.ParseLength(ref buffer, ref state); in SkipLastField() 117 int length = ParsingPrimitives.ParseLength(ref ctx.buffer, ref ctx.state); in ReadMessage()
|
D | ParsingPrimitives.cs | 63 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()
|
D | CodedInputStream.cs | 534 return ParsingPrimitives.ParseLength(ref span, ref state); in ReadLength()
|
/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | checker.h | 174 constexpr ConvParser ParseLength() const { in ParseLength() function 212 .ParseLength() in Run()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
D | checker.h | 188 constexpr ConvParser ParseLength() const { in ParseLength() function 226 .ParseLength() in Run()
|