Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DFieldCodec.cs326 int fieldLength = codec.CalculateSizeWithTag(value); in CalculateSize()
327 return CodedOutputStream.ComputeLengthSize(fieldLength) + fieldLength; in CalculateSize()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java906 static int computeLengthDelimitedFieldSize(int fieldLength) { in computeLengthDelimitedFieldSize() argument
907 return computeUInt32SizeNoTag(fieldLength) + fieldLength; in computeLengthDelimitedFieldSize()