Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/
DGeneratedMessageTest.cs262 output.WriteLength(2 + nestedMessage.CalculateSize()); in MapWithOnlyValue()
279 output.WriteLength(1 + CodedOutputStream.ComputeInt32Size(key)); in MapWithOnlyKey_PrimitiveValue()
296 output.WriteLength(1 + CodedOutputStream.ComputeInt32Size(key)); in MapWithOnlyKey_MessageValue()
320 output.WriteLength(6); in MapIgnoresExtraFieldsWithinEntryMessages()
346 output.WriteLength(4); in MapFieldOrderIsIrrelevant()
372 output.WriteLength(4); in MapNonContiguousEntries()
382 output.WriteLength(6); // 3 bytes per entry: tag, size, character in MapNonContiguousEntries()
392 output.WriteLength(4); in MapNonContiguousEntries()
420 output.WriteLength(4); in DuplicateKeys_LastEntryWins()
428 output.WriteLength(4); in DuplicateKeys_LastEntryWins()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs272 WriteLength(length); in WriteString()
302 WriteLength(value.CalculateSize()); in WriteMessage()
313 WriteLength(value.Length); in WriteBytes()
378 public void WriteLength(int length) in WriteLength() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs320 output.WriteLength(codec.CalculateSizeWithTag(value)); in Write()
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DWrappersTest.cs161 output.WriteLength(2); in RepeatedWrappersBinaryFormat()
166 output.WriteLength(0); in RepeatedWrappersBinaryFormat()
338 coded.WriteLength(2); // valueTag + a value 0, each one byte in MergingStreamExplicitValue()
398 output.WriteLength(4); // unknownTag + value 5 + valueType + value 6, each 1 byte in UnknownFieldInWrapper()
/external/v8/src/
Dgdb-jit.cc1624 void WriteLength(Writer* w,
1680 void UnwindInfoSection::WriteLength(Writer* w, in WriteLength() function in v8::internal::GDBJITInterface::UnwindInfoSection
1719 WriteLength(w, &cie_length_slot, cie_position); in WriteCIE()
1739 WriteLength(w, &fde_length_slot, fde_position); in WriteFDE()