Home
last modified time | relevance | path

Searched refs:StackallocThreshold (Results 1 – 3 of 3) sorted by relevance

/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitives.cs53 private const int StackallocThreshold = 256; field in Google.Protobuf.ParsingPrimitives
631 Span<byte> byteSpan = length <= StackallocThreshold ? in ReadStringSlow()
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitives.cs53 private const int StackallocThreshold = 256; field in Google.Protobuf.ParsingPrimitives
631 Span<byte> byteSpan = length <= StackallocThreshold ? in ReadStringSlow()
/external/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitives.cs53 private const int StackallocThreshold = 256; field in Google.Protobuf.ParsingPrimitives
631 Span<byte> byteSpan = length <= StackallocThreshold ? in ReadStringSlow()