Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs452 output.WriteTag(3, WireFormat.WireType.EndGroup); in SkipGroup()
455 output.WriteTag(2, WireFormat.WireType.EndGroup); in SkipGroup()
489 output.WriteTag(4, WireFormat.WireType.EndGroup); in SkipGroup_WrongEndGroupTag()
509 output.WriteTag(1, WireFormat.WireType.EndGroup); in RogueEndGroupTag()
514 Assert.AreEqual(WireFormat.MakeTag(1, WireFormat.WireType.EndGroup), input.ReadTag()); in RogueEndGroupTag()
525 output.WriteTag(2, WireFormat.WireType.EndGroup); in EndOfStreamReachedWhileSkippingGroup()
547 output.WriteTag(1, WireFormat.WireType.EndGroup); in RecursionLimitAppliedWhileSkippingGroup()
DGeneratedMessageTest.cs690 output.WriteTag(100, WireFormat.WireType.EndGroup); in ExtraEndGroupThrows()
/external/protobuf/csharp/src/Google.Protobuf/
DWireFormat.cs70 EndGroup = 4, enumerator
DCodedInputStream.cs407 case WireFormat.WireType.EndGroup: in SkipLastField()
444 if (WireFormat.GetTagWireType(tag) == WireFormat.WireType.EndGroup) in SkipGroup()
/external/llvm/include/llvm/MC/
DMCSchedule.h110 bool EndGroup; member
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp816 SCDesc.EndGroup = false; in GenSchedClassTables()
924 SCDesc.EndGroup |= WriteRes->getValueAsBit("EndGroup"); in GenSchedClassTables()
1134 << ", " << ( MCDesc.EndGroup ? "true" : "false" ) in EmitSchedClassTables()
/external/v8/src/inspector/
Dv8-console-message.cc50 return protocol::Runtime::ConsoleAPICalled::TypeEnum::EndGroup; in consoleAPITypeValue()
/external/llvm/include/llvm/Target/
DTargetSchedule.td254 bit EndGroup = 0;