Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/
DGeneratedMessageTest.cs280 output.WriteTag(1, WireFormat.WireType.Varint); in MapWithOnlyKey_PrimitiveValue()
297 output.WriteTag(1, WireFormat.WireType.Varint); in MapWithOnlyKey_MessageValue()
321 output.WriteTag(1, WireFormat.WireType.Varint); in MapIgnoresExtraFieldsWithinEntryMessages()
323 output.WriteTag(2, WireFormat.WireType.Varint); in MapIgnoresExtraFieldsWithinEntryMessages()
325 output.WriteTag(3, WireFormat.WireType.Varint); in MapIgnoresExtraFieldsWithinEntryMessages()
347 output.WriteTag(2, WireFormat.WireType.Varint); in MapFieldOrderIsIrrelevant()
349 output.WriteTag(1, WireFormat.WireType.Varint); in MapFieldOrderIsIrrelevant()
373 output.WriteTag(1, WireFormat.WireType.Varint); in MapNonContiguousEntries()
375 output.WriteTag(2, WireFormat.WireType.Varint); in MapNonContiguousEntries()
393 output.WriteTag(1, WireFormat.WireType.Varint); in MapNonContiguousEntries()
[all …]
DCodedOutputStreamTest.cs298 cout.WriteTag(11, WireFormat.WireType.Varint); in TestCodedInputOutputPosition()
319 cout.WriteTag(1, WireFormat.WireType.Varint); in TestCodedInputOutputPosition()
/external/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs268 …Bool(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.WireType.Varint)) },
269 …nt32(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.WireType.Varint)) },
270 …nt64(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.WireType.Varint)) },
271 …nt32(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.WireType.Varint)) },
272 …nt64(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.WireType.Varint)) },
DWireFormat.cs54 Varint = 0, enumerator
DCodedInputStream.cs420 case WireFormat.WireType.Varint: in SkipLastField()
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DWrappersTest.cs162 output.WriteTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.WireType.Varint); in RepeatedWrappersBinaryFormat()
333 … var valueTag = WireFormat.MakeTag(Int32Value.ValueFieldNumber, WireFormat.WireType.Varint); in MergingStreamExplicitValue()
394 var unknownTag = WireFormat.MakeTag(15, WireFormat.WireType.Varint); in UnknownFieldInWrapper()
395 … var valueTag = WireFormat.MakeTag(Int32Value.ValueFieldNumber, WireFormat.WireType.Varint); in UnknownFieldInWrapper()
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs251 uint nonPackedTag = WireFormat.MakeTag(10, WireFormat.WireType.Varint); in AddEntriesFrom_NonPackedInt32()
345 uint tag = WireFormat.MakeTag(10, WireFormat.WireType.Varint); in WriteTo_NonPackedInt32()
409 var tag = WireFormat.MakeTag(1, WireFormat.WireType.Varint); in CalculateSize_VariableSizeNonPacked()
449 uint tag = WireFormat.MakeTag(8, WireFormat.WireType.Varint); in TestNegativeEnumArray()
/external/protobuf/src/google/protobuf/
Dunknown_field_set_unittest.cc140 TEST_F(UnknownFieldSetTest, Varint) { in TEST_F() argument