Searched defs:SegmentedBufferHelper (Results 1 – 3 of 3) sorted by relevance
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | SegmentedBufferHelper.cs | 46 internal struct SegmentedBufferHelper struct 48 private int? totalLength; 50 private CodedInputStream codedInputStream; 58 …ublic static void Initialize(CodedInputStream codedInputStream, out SegmentedBufferHelper instance) in Initialize() 71 …dOnlySequence<byte> sequence, out SegmentedBufferHelper instance, out ReadOnlySpan<byte> firstSpan) in Initialize() 91 …c bool RefillBuffer(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, bool mustSucceed) in RefillBuffer() 103 public int? TotalLength => totalLength; 105 public CodedInputStream CodedInputStream => codedInputStream; 113 public static int PushLimit(ref ParserInternalState state, int byteLimit) in PushLimit() 135 public static void PopLimit(ref ParserInternalState state, int oldLimit) in PopLimit() [all …]
|
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | SegmentedBufferHelper.cs | 46 internal struct SegmentedBufferHelper struct 48 private int? totalLength; 50 private CodedInputStream codedInputStream; 58 …ublic static void Initialize(CodedInputStream codedInputStream, out SegmentedBufferHelper instance) in Initialize() 71 …dOnlySequence<byte> sequence, out SegmentedBufferHelper instance, out ReadOnlySpan<byte> firstSpan) in Initialize() 91 …c bool RefillBuffer(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, bool mustSucceed) in RefillBuffer() 103 public int? TotalLength => totalLength; 105 public CodedInputStream CodedInputStream => codedInputStream; 113 public static int PushLimit(ref ParserInternalState state, int byteLimit) in PushLimit() 135 public static void PopLimit(ref ParserInternalState state, int oldLimit) in PopLimit() [all …]
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | SegmentedBufferHelper.cs | 46 internal struct SegmentedBufferHelper struct 48 private int? totalLength; 50 private CodedInputStream codedInputStream; 58 …ublic static void Initialize(CodedInputStream codedInputStream, out SegmentedBufferHelper instance) in Initialize() 71 …dOnlySequence<byte> sequence, out SegmentedBufferHelper instance, out ReadOnlySpan<byte> firstSpan) in Initialize() 91 …c bool RefillBuffer(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, bool mustSucceed) in RefillBuffer() 103 public int? TotalLength => totalLength; 105 public CodedInputStream CodedInputStream => codedInputStream; 113 public static int PushLimit(ref ParserInternalState state, int byteLimit) in PushLimit() 135 public static void PopLimit(ref ParserInternalState state, int oldLimit) in PopLimit() [all …]
|