Home
last modified time | relevance | path

Searched refs:MakeTag (Results 1 – 25 of 45) sorted by relevance

12

/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DWrappersTest.cs339 …var wrapperTag = WireFormat.MakeTag(TestWellKnownTypes.Int32FieldFieldNumber, WireFormat.WireType.… in MergingStreamExplicitValue()
340 … var valueTag = WireFormat.MakeTag(Int32Value.ValueFieldNumber, WireFormat.WireType.Varint); in MergingStreamExplicitValue()
400 …var wrapperTag = WireFormat.MakeTag(TestWellKnownTypes.Int32FieldFieldNumber, WireFormat.WireType.… in UnknownFieldInWrapperInt32FastPath()
401 var unknownTag = WireFormat.MakeTag(15, WireFormat.WireType.Varint); in UnknownFieldInWrapperInt32FastPath()
402 … var valueTag = WireFormat.MakeTag(Int32Value.ValueFieldNumber, WireFormat.WireType.Varint); in UnknownFieldInWrapperInt32FastPath()
427 …var wrapperTag = WireFormat.MakeTag(TestWellKnownTypes.Int32FieldFieldNumber, WireFormat.WireType.… in UnknownFieldInWrapperInt32SlowPath()
428 var unknownTag = WireFormat.MakeTag(15, WireFormat.WireType.Varint); in UnknownFieldInWrapperInt32SlowPath()
429 … var valueTag = WireFormat.MakeTag(Int32Value.ValueFieldNumber, WireFormat.WireType.Varint); in UnknownFieldInWrapperInt32SlowPath()
454 …var wrapperTag = WireFormat.MakeTag(TestWellKnownTypes.Int64FieldFieldNumber, WireFormat.WireType.… in UnknownFieldInWrapperInt64FastPath()
455 var unknownTag = WireFormat.MakeTag(15, WireFormat.WireType.Varint); in UnknownFieldInWrapperInt64FastPath()
[all …]
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs309 uint packedTag = WireFormat.MakeTag(10, WireFormat.WireType.LengthDelimited); in AddEntriesFrom_PackedInt32()
325 uint nonPackedTag = WireFormat.MakeTag(10, WireFormat.WireType.LengthDelimited); in AddEntriesFrom_PackedInt32()
337 uint nonPackedTag = WireFormat.MakeTag(10, WireFormat.WireType.Varint); in AddEntriesFrom_NonPackedInt32()
351 uint packedTag = WireFormat.MakeTag(10, WireFormat.WireType.LengthDelimited); in AddEntriesFrom_NonPackedInt32()
363 uint tag = WireFormat.MakeTag(10, WireFormat.WireType.LengthDelimited); in AddEntriesFrom_String()
389 uint tag = WireFormat.MakeTag(10, WireFormat.WireType.LengthDelimited); in AddEntriesFrom_Message()
410 uint tag = WireFormat.MakeTag(10, WireFormat.WireType.LengthDelimited); in WriteTo_PackedInt32()
431 uint tag = WireFormat.MakeTag(10, WireFormat.WireType.Varint); in WriteTo_NonPackedInt32()
452 uint tag = WireFormat.MakeTag(10, WireFormat.WireType.LengthDelimited); in WriteTo_String()
475 uint tag = WireFormat.MakeTag(10, WireFormat.WireType.LengthDelimited); in WriteTo_Message()
[all …]
/third_party/flutter/engine/flutter/third_party/txt/tests/
DFontCollectionTest.cpp166 {MinikinFont::MakeTag('w', 'd', 't', 'h'), 1.0f}}; in TEST()
178 {MinikinFont::MakeTag('w', 'd', 't', 'h'), 1.0f}, in TEST()
179 {MinikinFont::MakeTag('w', 'g', 'h', 't'), 1.0f}}; in TEST()
190 {MinikinFont::MakeTag('Z', 'Z', 'Z', 'Z'), 1.0f}}; in TEST()
197 {MinikinFont::MakeTag('w', 'd', 't', 'h'), 1.0f}, in TEST()
198 {MinikinFont::MakeTag('Z', 'Z', 'Z', 'Z'), 1.0f}}; in TEST()
DFontFamilyTest.cpp656 {MinikinFont::MakeTag('w', 'd', 't', 'h'), 1.0f}}; in TEST_F()
667 {MinikinFont::MakeTag('w', 'd', 't', 'h'), 1.0f}, in TEST_F()
668 {MinikinFont::MakeTag('w', 'g', 'h', 't'), 1.0f}}; in TEST_F()
678 {MinikinFont::MakeTag('Z', 'Z', 'Z', 'Z'), 1.0f}}; in TEST_F()
685 {MinikinFont::MakeTag('w', 'd', 't', 'h'), 1.0f}, in TEST_F()
686 {MinikinFont::MakeTag('Z', 'Z', 'Z', 'Z'), 1.0f}}; in TEST_F()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs310 uint packedTag = WireFormat.MakeTag(10, WireFormat.WireType.LengthDelimited); in AddEntriesFrom_PackedInt32()
326 uint nonPackedTag = WireFormat.MakeTag(10, WireFormat.WireType.LengthDelimited); in AddEntriesFrom_PackedInt32()
338 uint nonPackedTag = WireFormat.MakeTag(10, WireFormat.WireType.Varint); in AddEntriesFrom_NonPackedInt32()
352 uint packedTag = WireFormat.MakeTag(10, WireFormat.WireType.LengthDelimited); in AddEntriesFrom_NonPackedInt32()
364 uint tag = WireFormat.MakeTag(10, WireFormat.WireType.LengthDelimited); in AddEntriesFrom_String()
390 uint tag = WireFormat.MakeTag(10, WireFormat.WireType.LengthDelimited); in AddEntriesFrom_Message()
411 uint tag = WireFormat.MakeTag(10, WireFormat.WireType.LengthDelimited); in WriteTo_PackedInt32()
432 uint tag = WireFormat.MakeTag(10, WireFormat.WireType.Varint); in WriteTo_NonPackedInt32()
453 uint tag = WireFormat.MakeTag(10, WireFormat.WireType.LengthDelimited); in WriteTo_String()
476 uint tag = WireFormat.MakeTag(10, WireFormat.WireType.LengthDelimited); in WriteTo_Message()
[all …]
DMapFieldTest.cs591 var keyTag = WireFormat.MakeTag(1, WireFormat.WireType.LengthDelimited); in AddEntriesFrom_CodedInputStream()
592 var valueTag = WireFormat.MakeTag(2, WireFormat.WireType.LengthDelimited); in AddEntriesFrom_CodedInputStream()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs373 uint tag = WireFormat.MakeTag(1, WireFormat.WireType.LengthDelimited); in ReadMaliciouslyLargeBlob()
391 uint tag = WireFormat.MakeTag(1, WireFormat.WireType.LengthDelimited); in ReadBlobGreaterThanCurrentLimit()
423 uint tag = WireFormat.MakeTag(1, WireFormat.WireType.LengthDelimited); in ReadStringGreaterThanCurrentLimit()
512 … output.WriteTag(WireFormat.MakeTag(unknownFieldNumber, WireFormat.WireType.StartGroup)); in MakeMaliciousRecursionUnknownFieldsPayload()
516 … output.WriteTag(WireFormat.MakeTag(unknownFieldNumber, WireFormat.WireType.EndGroup)); in MakeMaliciousRecursionUnknownFieldsPayload()
540 output.WriteTag(WireFormat.MakeTag(groupFieldNumber, WireFormat.WireType.StartGroup)); in ReadGroup_WrongEndGroupTag()
543 output.WriteTag(WireFormat.MakeTag(groupFieldNumber + 1, WireFormat.WireType.EndGroup)); in ReadGroup_WrongEndGroupTag()
555 output.WriteTag(WireFormat.MakeTag(14, WireFormat.WireType.StartGroup)); in ReadGroup_UnknownFields_WrongEndGroupTag()
557 output.WriteTag(WireFormat.MakeTag(15, WireFormat.WireType.EndGroup)); in ReadGroup_UnknownFields_WrongEndGroupTag()
585 uint tag = WireFormat.MakeTag(1, WireFormat.WireType.LengthDelimited); in ReadInvalidUtf8()
[all …]
DIssuesTest.cs113 cis.AssertNextTag(WireFormat.MakeTag(11, WireFormat.WireType.Varint)); in CodedInputStream_LimitReachedRightAfterTag()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs274 uint tag = WireFormat.MakeTag(1, WireFormat.WireType.LengthDelimited); in ReadMaliciouslyLargeBlob()
348 uint tag = WireFormat.MakeTag(1, WireFormat.WireType.LengthDelimited); in ReadInvalidUtf8()
464 … Assert.AreEqual(WireFormat.MakeTag(1, WireFormat.WireType.LengthDelimited), input.ReadTag()); in SkipGroup()
466 Assert.AreEqual(WireFormat.MakeTag(2, WireFormat.WireType.StartGroup), input.ReadTag()); in SkipGroup()
468 … Assert.AreEqual(WireFormat.MakeTag(3, WireFormat.WireType.LengthDelimited), input.ReadTag()); in SkipGroup()
495 … Assert.AreEqual(WireFormat.MakeTag(1, WireFormat.WireType.LengthDelimited), input.ReadTag()); in SkipGroup_WrongEndGroupTag()
497 Assert.AreEqual(WireFormat.MakeTag(2, WireFormat.WireType.StartGroup), input.ReadTag()); in SkipGroup_WrongEndGroupTag()
514 Assert.AreEqual(WireFormat.MakeTag(1, WireFormat.WireType.EndGroup), input.ReadTag()); in RogueEndGroupTag()
554 Assert.AreEqual(WireFormat.MakeTag(1, WireFormat.WireType.StartGroup), input.ReadTag()); in RecursionLimitAppliedWhileSkippingGroup()
/third_party/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs532 …{ typeof(bool), ForBool(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.…
533 …{ typeof(int), ForInt32(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.…
534 …{ typeof(long), ForInt64(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat…
535 …{ typeof(uint), ForUInt32(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireForma…
536 …{ typeof(ulong), ForUInt64(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireForm…
537 …{ typeof(float), ForFloat(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireForma…
538 …{ typeof(double), ForDouble(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFor…
539 …{ typeof(string), ForString(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFor…
540 …{ typeof(ByteString), ForBytes(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, Wire…
DParsingPrimitivesMessages.cs148 … CheckLastTagWas(ref ctx.state, WireFormat.MakeTag(fieldNumber, WireFormat.WireType.EndGroup)); in ReadGroup()
162 … CheckLastTagWas(ref ctx.state, WireFormat.MakeTag(fieldNumber, WireFormat.WireType.EndGroup)); in ReadGroup()
DWireFormat.cs99 public static uint MakeTag(int fieldNumber, WireType wireType) in MakeTag() method in Google.Protobuf.WireFormat
DCodedOutputStream.ComputeSize.cs305 return ComputeRawVarint32Size(WireFormat.MakeTag(fieldNumber, 0)); in ComputeTagSize()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/
DWrappersTest.cs332 …var wrapperTag = WireFormat.MakeTag(TestWellKnownTypes.Int32FieldFieldNumber, WireFormat.WireType.… in MergingStreamExplicitValue()
333 … var valueTag = WireFormat.MakeTag(Int32Value.ValueFieldNumber, WireFormat.WireType.Varint); in MergingStreamExplicitValue()
393 …var wrapperTag = WireFormat.MakeTag(TestWellKnownTypes.Int32FieldFieldNumber, WireFormat.WireType.… in UnknownFieldInWrapper()
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/
Dwire_format.h221 static uint32 MakeTag(const FieldDescriptor* field);
342 inline uint32 WireFormat::MakeTag(const FieldDescriptor* field) { in MakeTag() function
343 return WireFormatLite::MakeTag(field->number(), WireTypeForField(field)); in MakeTag()
Dwire_format.cc129 WireFormatLite::MakeTag(WireFormatLite::GetTagFieldNumber(tag), in SkipField()
276 size += io::CodedOutputStream::VarintSize32(WireFormatLite::MakeTag( in ComputeUnknownFieldsSize()
281 size += io::CodedOutputStream::VarintSize32(WireFormatLite::MakeTag( in ComputeUnknownFieldsSize()
286 size += io::CodedOutputStream::VarintSize32(WireFormatLite::MakeTag( in ComputeUnknownFieldsSize()
291 size += io::CodedOutputStream::VarintSize32(WireFormatLite::MakeTag( in ComputeUnknownFieldsSize()
298 size += io::CodedOutputStream::VarintSize32(WireFormatLite::MakeTag( in ComputeUnknownFieldsSize()
301 size += io::CodedOutputStream::VarintSize32(WireFormatLite::MakeTag( in ComputeUnknownFieldsSize()
Dwire_format_lite.cc149 WireFormatLite::MakeTag(WireFormatLite::GetTagFieldNumber(tag), in SkipField()
206 WireFormatLite::MakeTag(WireFormatLite::GetTagFieldNumber(tag), in SkipField()
309 uint32 tag = WireFormatLite::MakeTag(field_number, in ReadPackedEnumPreserveUnknowns()
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DFontFamily.cpp76 const uint32_t fvarTag = MinikinFont::MakeTag('f', 'v', 'a', 'r'); in getSupportedAxesLocked()
119 const uint32_t os2Tag = MinikinFont::MakeTag('O', 'S', '/', '2'); in analyzeStyle()
189 const uint32_t cmapTag = MinikinFont::MakeTag('c', 'm', 'a', 'p'); in computeCoverage()
DMinikinFont.h113 static uint32_t MakeTag(char c1, char c2, char c3, char c4) { in MakeTag() function
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc293 return internal::WireFormatLite::MakeTag( in GetGroupEndTag()
301 return internal::WireFormatLite::MakeTag( in GetGroupEndTag()
313 return internal::WireFormatLite::MakeTag( in GetGroupEndTag()
Dcsharp_field_base.cc63 uint tag = internal::WireFormat::MakeTag(descriptor_); in SetCommonFieldVariables()
76 tag = internal::WireFormatLite::MakeTag( in SetCommonFieldVariables()
Dcsharp_message.cc720 uint32 tag = internal::WireFormatLite::MakeTag(field->number(), wt); in GenerateMainParseLoop()
731 internal::WireFormatLite::MakeTag( in GenerateMainParseLoop()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc1652 uint32 tag = WireFormatLite::MakeTag(field->number(), wiretype); in GenerateFieldBody()
1753 WireFormatLite::MakeTag(field->number(), expected_wiretype); in ExpectedTag()
1757 WireFormatLite::MakeTag(field->number(), fallback_wiretype); in ExpectedTag()
1764 WireFormatLite::MakeTag(field->number(), expected_wiretype); in ExpectedTag()
1793 uint32 tag = WireFormatLite::MakeTag(field->number(), wiretype); in GenerateParseLoop()
1844 uint32 start_tag = WireFormatLite::MakeTag( in GenerateParseLoop()
1846 uint32 end_tag = WireFormatLite::MakeTag( in GenerateParseLoop()
Dcpp_map_field.cc77 (*variables)["tag"] = StrCat(internal::WireFormat::MakeTag(descriptor)); in SetMessageVariables()
Dcpp_primitive_field.cc106 (*variables)["tag"] = StrCat(internal::WireFormat::MakeTag(descriptor)); in SetPrimitiveVariables()

12