Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/compile/mclinker/include/mcld/
DIRBuilder.h146 bool EndGroup();
/frameworks/compile/mclinker/tools/mcld/
DOptions.td310 def EndGroup : Flag<["--"], "end-group">,
315 Alias<EndGroup>;
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp231 bool IRBuilder::EndGroup() { in EndGroup() function in mcld::IRBuilder