Home
last modified time | relevance | path

Searched refs:IsAtEnd (Results 1 – 25 of 33) sorted by relevance

12

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs67 Assert.IsTrue(input.IsAtEnd); in AssertReadVarint()
77 Assert.IsTrue(input.IsAtEnd); in AssertReadVarint()
157 Assert.IsTrue(input.IsAtEnd); in AssertReadLittleEndian32()
165 Assert.IsTrue(input.IsAtEnd); in AssertReadLittleEndian32()
177 Assert.IsTrue(input.IsAtEnd); in AssertReadLittleEndian64()
185 Assert.IsTrue(input.IsAtEnd); in AssertReadLittleEndian64()
389 Assert.IsTrue(input.IsAtEnd); in TestNegativeEnum()
DFieldCodecTest.cs141 Assert.IsTrue(codedInput.IsAtEnd); in TestRoundTripRaw()
154 Assert.IsTrue(codedInput.IsAtEnd); in TestRoundTripWithTag()
DCodedOutputStreamTest.cs377 Assert.IsTrue(cin.IsAtEnd); in TestCodedInputOutputPosition()
387 Assert.IsTrue(cin.IsAtEnd); in TestCodedInputOutputPosition()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs331 Assert.IsTrue(input.IsAtEnd); in AddEntriesFrom_PackedInt32()
357 Assert.IsTrue(input.IsAtEnd); in AddEntriesFrom_NonPackedInt32()
380 Assert.IsTrue(input.IsAtEnd); in AddEntriesFrom_String()
404 Assert.IsTrue(input.IsAtEnd); in AddEntriesFrom_Message()
424 Assert.IsTrue(input.IsAtEnd); in WriteTo_PackedInt32()
446 Assert.IsTrue(input.IsAtEnd); in WriteTo_NonPackedInt32()
467 Assert.IsTrue(input.IsAtEnd); in WriteTo_String()
488 Assert.IsTrue(input.IsAtEnd); in WriteTo_Message()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLParser.h376 assert((C.IsAtBeginning || C.IsAtEnd) && "Cannot skip mid parse!"); in skip()
403 IsAtEnd(false), CurrentEntry(nullptr) {} in MappingNode()
423 bool IsAtEnd; variable
457 IsAtEnd(false), in SequenceNode()
481 bool IsAtEnd; variable
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs66 Assert.IsTrue(input.IsAtEnd); in AssertReadVarint()
70 Assert.IsTrue(input.IsAtEnd); in AssertReadVarint()
90 Assert.IsTrue(input.IsAtEnd); in AssertReadVarint()
168 … Assert.IsTrue(SegmentedBufferHelper.IsAtEnd(ref parseCtx.buffer, ref parseCtx.state)); in AssertReadFromParseContext()
218 Assert.IsTrue(input.IsAtEnd); in AssertReadLittleEndian32()
231 Assert.IsTrue(input.IsAtEnd); in AssertReadLittleEndian32()
248 Assert.IsTrue(input.IsAtEnd); in AssertReadLittleEndian64()
261 Assert.IsTrue(input.IsAtEnd); in AssertReadLittleEndian64()
662 Assert.IsTrue(input.IsAtEnd); in TestNegativeEnum()
DFieldCodecTest.cs142 Assert.IsTrue(codedInput.IsAtEnd); in TestRoundTripRaw()
155 Assert.IsTrue(codedInput.IsAtEnd); in TestRoundTripWithTag()
DLegacyGeneratedCodeTest.cs65 Assert.IsTrue(codedInput.IsAtEnd); in IntermixingOfNewAndLegacyGeneratedCodeWorksWithCodedInputStream()
120 Assert.IsTrue(codedInput.IsAtEnd); in IntermixingOfNewAndLegacyGeneratedCodeWorksWithCodedOutputStream()
DCodedOutputStreamTest.cs471 Assert.IsTrue(cin.IsAtEnd); in TestCodedInputOutputPosition()
481 Assert.IsTrue(cin.IsAtEnd); in TestCodedInputOutputPosition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLParser.cpp2134 IsAtEnd = true; in increment()
2141 IsAtEnd = true; in increment()
2154 IsAtEnd = true; in increment()
2161 IsAtEnd = true; in increment()
2175 IsAtEnd = true; in increment()
2182 IsAtEnd = true; in increment()
2190 IsAtEnd = true; in increment()
2203 IsAtEnd = true; in increment()
2209 IsAtEnd = true; in increment()
2217 IsAtEnd = true; in increment()
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs332 Assert.IsTrue(input.IsAtEnd); in AddEntriesFrom_PackedInt32()
358 Assert.IsTrue(input.IsAtEnd); in AddEntriesFrom_NonPackedInt32()
381 Assert.IsTrue(input.IsAtEnd); in AddEntriesFrom_String()
405 Assert.IsTrue(input.IsAtEnd); in AddEntriesFrom_Message()
425 Assert.IsTrue(input.IsAtEnd); in WriteTo_PackedInt32()
447 Assert.IsTrue(input.IsAtEnd); in WriteTo_NonPackedInt32()
468 Assert.IsTrue(input.IsAtEnd); in WriteTo_String()
489 Assert.IsTrue(input.IsAtEnd); in WriteTo_Message()
DMapFieldTest.cs611 Assert.IsTrue(input.IsAtEnd); in AddEntriesFrom_CodedInputStream()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DYAMLParser.h390 assert((C.IsAtBeginning || C.IsAtEnd) && "Cannot skip mid parse!"); in skip()
438 bool IsAtEnd = false; variable
495 bool IsAtEnd = false; variable
/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs644 public bool IsAtEnd property in Google.Protobuf.CodedInputStream
649 return SegmentedBufferHelper.IsAtEnd(ref span, ref state);
DSegmentedBufferHelper.cs161 public static bool IsAtEnd(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in IsAtEnd() method
DParsingPrimitives.cs111 if (SegmentedBufferHelper.IsAtEnd(ref buffer, ref state)) in ParseTag()
/third_party/node/deps/v8/src/objects/
Dprototype.h73 bool IsAtEnd() const { return is_at_end_; } in IsAtEnd() function
Djs-objects.cc181 if (iter.IsAtEnd()) return Just(false); in HasInPrototypeChain()
573 for (PrototypeIterator it(isolate, receiver, kStartAtReceiver); !it.IsAtEnd(); in GetConstructorHelper()
2271 !iter.IsAtEnd(); iter.AdvanceIgnoringProxies()) { in HasProxyInPrototype()
4126 if (iter.IsAtEnd()) return Just(true); in PreventExtensions()
4170 if (iter.IsAtEnd()) return false; in IsExtensible()
4261 if (iter.IsAtEnd()) return Just(true); in PreventExtensionsWithTransition()
4696 !iter.IsAtEnd(); iter.Advance()) { in MakePrototypesFast()
4803 for (PrototypeIterator iter(isolate, user); !iter.IsAtEnd(); iter.Advance()) { in LazyRegisterPrototypeUser()
5006 while (!iter.IsAtEnd()) { in SetPrototype()
5044 !iter.IsAtEnd(); iter.Advance()) { in SetPrototype()
/third_party/gn/src/gn/
Dcommand_desc.cc66 while (!iter.IsAtEnd()) { in PrintDictValue()
104 while (!iter.IsAtEnd()) { in PrintValue()
409 while (!iter.IsAtEnd()) { in PrintTarget()
/third_party/gn/src/base/json/
Djson_writer.cc127 for (DictionaryValue::Iterator itr(*dict); !itr.IsAtEnd(); in BuildJSONString()
/third_party/node/deps/v8/src/debug/
Ddebug-property-iterator.cc53 if (prototype_iterator_.IsAtEnd()) is_done_ = true; in AdvanceToPrototype()
/third_party/node/tools/inspector_protocol/lib/
Dbase_string_adapter_cc.template69 !it.IsAtEnd(); it.Advance()) {
/third_party/node/deps/v8/src/strings/
Dstring-stream.cc428 !iter.IsAtEnd(); iter.Advance()) { in PrintPrototype()
/third_party/gn/src/base/
Dvalues.h551 bool IsAtEnd() const { return it_ == target_.dict_.end(); } in IsAtEnd() function
Dvalues.cc52 for (DictionaryValue::Iterator it(dict); !it.IsAtEnd(); it.Advance()) { in CopyDictionaryWithoutEmptyChildren()
1039 for (DictionaryValue::Iterator it(*dictionary); !it.IsAtEnd(); it.Advance()) { in MergeDictionary()

12