Searched refs:SkipGroup (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86CmovConversion.cpp | 287 bool SkipGroup = false; in collectCmovCandidates() local 303 SkipGroup = false; in collectCmovCandidates() 310 SkipGroup = true; in collectCmovCandidates() 317 SkipGroup = true; in collectCmovCandidates() 320 if (!SkipGroup && in collectCmovCandidates() 328 SkipGroup = true; in collectCmovCandidates() 342 if (!SkipGroup) in collectCmovCandidates() 353 if (!SkipGroup) in collectCmovCandidates()
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | ParsingPrimitivesMessages.cs | 60 SkipGroup(ref buffer, ref state, state.lastTag); in SkipLastField() 84 …public static void SkipGroup(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, uint st… in SkipGroup() method in Google.Protobuf.ParsingPrimitivesMessages
|
D | CodedInputStream.cs | 346 internal void SkipGroup(uint startGroupTag) in SkipGroup() method in Google.Protobuf.CodedInputStream 349 ParsingPrimitivesMessages.SkipGroup(ref span, ref state, startGroupTag); in SkipGroup()
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | ParsingPrimitivesMessages.cs | 60 SkipGroup(ref buffer, ref state, state.lastTag); in SkipLastField() 84 …public static void SkipGroup(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, uint st… in SkipGroup() method in Google.Protobuf.ParsingPrimitivesMessages
|
D | CodedInputStream.cs | 346 internal void SkipGroup(uint startGroupTag) in SkipGroup() method in Google.Protobuf.CodedInputStream 349 ParsingPrimitivesMessages.SkipGroup(ref span, ref state, startGroupTag); in SkipGroup()
|
/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | CodedInputStreamTest.cs | 426 public void SkipGroup() in SkipGroup() method in Google.Protobuf.CodedInputStreamTest
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | CodedInputStreamTest.cs | 426 public void SkipGroup() in SkipGroup() method in Google.Protobuf.CodedInputStreamTest
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | CodedInputStreamTest.cs | 746 public void SkipGroup() in SkipGroup() method in Google.Protobuf.CodedInputStreamTest
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
D | CodedInputStreamTest.cs | 746 public void SkipGroup() in SkipGroup() method in Google.Protobuf.CodedInputStreamTest
|