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/ |
D | CodedInputStreamTest.cs | 452 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()
|
D | GeneratedMessageTest.cs | 690 output.WriteTag(100, WireFormat.WireType.EndGroup); in ExtraEndGroupThrows()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/ |
D | WireFormat.cs | 70 EndGroup = 4, enumerator
|
D | CodedInputStream.cs | 407 case WireFormat.WireType.EndGroup: in SkipLastField() 444 if (WireFormat.GetTagWireType(tag) == WireFormat.WireType.EndGroup) in SkipGroup()
|
/frameworks/compile/mclinker/include/mcld/ |
D | IRBuilder.h | 146 bool EndGroup();
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 310 def EndGroup : Flag<["--"], "end-group">, 315 Alias<EndGroup>;
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 231 bool IRBuilder::EndGroup() { in EndGroup() function in mcld::IRBuilder
|