Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/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()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DGeneratedMessageTest.cs295 output.WriteTag(1, WireFormat.WireType.Varint); in MapWithOnlyKey_PrimitiveValue()
317 output.WriteTag(1, WireFormat.WireType.Varint); in MapWithOnlyKey_MessageValue()
346 output.WriteTag(1, WireFormat.WireType.Varint); in MapIgnoresExtraFieldsWithinEntryMessages()
348 output.WriteTag(2, WireFormat.WireType.Varint); in MapIgnoresExtraFieldsWithinEntryMessages()
350 output.WriteTag(3, WireFormat.WireType.Varint); in MapIgnoresExtraFieldsWithinEntryMessages()
377 output.WriteTag(2, WireFormat.WireType.Varint); in MapFieldOrderIsIrrelevant()
379 output.WriteTag(1, WireFormat.WireType.Varint); in MapFieldOrderIsIrrelevant()
408 output.WriteTag(1, WireFormat.WireType.Varint); in MapNonContiguousEntries()
410 output.WriteTag(2, WireFormat.WireType.Varint); in MapNonContiguousEntries()
428 output.WriteTag(1, WireFormat.WireType.Varint); in MapNonContiguousEntries()
[all …]
DIssuesTest.cs101 cos.WriteTag(11, WireFormat.WireType.Varint); in CodedInputStream_LimitReachedRightAfterTag()
113 cis.AssertNextTag(WireFormat.MakeTag(11, WireFormat.WireType.Varint)); in CodedInputStream_LimitReachedRightAfterTag()
DCodedOutputStreamTest.cs392 cout.WriteTag(11, WireFormat.WireType.Varint); in TestCodedInputOutputPosition()
413 cout.WriteTag(1, WireFormat.WireType.Varint); in TestCodedInputOutputPosition()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DWrappersTest.cs167 output.WriteTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.WireType.Varint); in RepeatedWrappersBinaryFormat()
340 … var valueTag = WireFormat.MakeTag(Int32Value.ValueFieldNumber, WireFormat.WireType.Varint); in MergingStreamExplicitValue()
401 var unknownTag = WireFormat.MakeTag(15, WireFormat.WireType.Varint); in UnknownFieldInWrapperInt32FastPath()
402 … var valueTag = WireFormat.MakeTag(Int32Value.ValueFieldNumber, WireFormat.WireType.Varint); in UnknownFieldInWrapperInt32FastPath()
428 var unknownTag = WireFormat.MakeTag(15, WireFormat.WireType.Varint); in UnknownFieldInWrapperInt32SlowPath()
429 … var valueTag = WireFormat.MakeTag(Int32Value.ValueFieldNumber, WireFormat.WireType.Varint); in UnknownFieldInWrapperInt32SlowPath()
455 var unknownTag = WireFormat.MakeTag(15, WireFormat.WireType.Varint); in UnknownFieldInWrapperInt64FastPath()
456 … var valueTag = WireFormat.MakeTag(Int64Value.ValueFieldNumber, WireFormat.WireType.Varint); in UnknownFieldInWrapperInt64FastPath()
482 var unknownTag = WireFormat.MakeTag(15, WireFormat.WireType.Varint); in UnknownFieldInWrapperInt64SlowPath()
483 … var valueTag = WireFormat.MakeTag(Int64Value.ValueFieldNumber, WireFormat.WireType.Varint); in UnknownFieldInWrapperInt64SlowPath()
/third_party/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs532 …Bool(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.WireType.Varint)) },
533 …nt32(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.WireType.Varint)) },
534 …nt64(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.WireType.Varint)) },
535 …nt32(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.WireType.Varint)) },
536 …nt64(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.WireType.Varint)) },
DWireFormat.cs54 Varint = 0, enumerator
DUnknownField.cs111 output.WriteTag(fieldNumber, WireFormat.WireType.Varint); in WriteTo()
DParsingPrimitivesMessages.cs71 case WireFormat.WireType.Varint: in SkipLastField()
DUnknownFieldSet.cs210 case WireFormat.WireType.Varint: in MergeFieldFrom()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/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()
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_table_driven.cc66 static void Varint(MessageLite* msg, const ParseTable& table, int tag, in Varint() function
Dgenerated_message_table_driven_lite.cc67 static void Varint(MessageLite* msg, const ParseTable& table, int tag, in Varint() function
Dgenerated_message_table_driven_lite.h332 UnknownFieldHandler::Varint(msg, table, tag, value); in HandleEnum()
814 UnknownFieldHandler::Varint(msg, table, tag, value); in MergePartialFromCodedStreamInlined()
Dunknown_field_set_unittest.cc146 TEST_F(UnknownFieldSetTest, Varint) { in TEST_F() argument
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs337 uint nonPackedTag = WireFormat.MakeTag(10, WireFormat.WireType.Varint); in AddEntriesFrom_NonPackedInt32()
431 uint tag = WireFormat.MakeTag(10, WireFormat.WireType.Varint); in WriteTo_NonPackedInt32()
495 var tag = WireFormat.MakeTag(1, WireFormat.WireType.Varint); in CalculateSize_VariableSizeNonPacked()
535 uint tag = WireFormat.MakeTag(8, WireFormat.WireType.Varint); in TestNegativeEnumArray()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs338 uint nonPackedTag = WireFormat.MakeTag(10, WireFormat.WireType.Varint); in AddEntriesFrom_NonPackedInt32()
432 uint tag = WireFormat.MakeTag(10, WireFormat.WireType.Varint); in WriteTo_NonPackedInt32()
496 var tag = WireFormat.MakeTag(1, WireFormat.WireType.Varint); in CalculateSize_VariableSizeNonPacked()
536 uint tag = WireFormat.MakeTag(8, WireFormat.WireType.Varint); in TestNegativeEnumArray()
/third_party/protobuf/objectivec/Tests/
DGPBUnknownFieldSetTest.m79 // Varint
414 // Varint