Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DByteArray.cs45 private const int CopyThreshold = 12; field in Google.Protobuf.ByteArray
52 if (count > CopyThreshold) in Copy()