Home
last modified time | relevance | path

Searched refs:IsAtEnd (Results 1 – 25 of 26) 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()
DLegacyGeneratedCodeTest.cs65 Assert.IsTrue(codedInput.IsAtEnd); in IntermixingOfNewAndLegacyGeneratedCodeWorksWithCodedInputStream()
120 Assert.IsTrue(codedInput.IsAtEnd); in IntermixingOfNewAndLegacyGeneratedCodeWorksWithCodedOutputStream()
DFieldCodecTest.cs142 Assert.IsTrue(codedInput.IsAtEnd); in TestRoundTripRaw()
155 Assert.IsTrue(codedInput.IsAtEnd); in TestRoundTripWithTag()
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/cef/libcef/browser/extensions/value_store/
Dcef_value_store.cc96 for (base::DictionaryValue::Iterator it(settings); !it.IsAtEnd(); in Set()
133 for (base::DictionaryValue::Iterator it(storage_); !it.IsAtEnd(); in Clear()
/third_party/cef/libcef/browser/
Dorigin_whitelist_impl.cc144 for (; !i.IsAtEnd(); i.Advance()) { in SendModifyCrossOriginWhitelistEntry()
158 for (; !i.IsAtEnd(); i.Advance()) { in SendClearCrossOriginWhitelist()
/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/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/gn/src/base/json/
Djson_writer.cc127 for (DictionaryValue::Iterator itr(*dict); !itr.IsAtEnd(); in BuildJSONString()
/third_party/cef/libcef/renderer/alloy/
Dalloy_content_renderer_client.cc528 if (!iterator.IsAtEnd()) { in RunSingleProcessCleanupOnUIThread()
532 DCHECK(iterator.IsAtEnd()); in RunSingleProcessCleanupOnUIThread()
/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/node/tools/inspector_protocol/lib/
Dbase_string_adapter_cc.template69 !it.IsAtEnd(); it.Advance()) {
/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()
/third_party/cef/libcef/common/
Dvalues_impl.cc716 for (base::DictionaryValue::Iterator i(const_value()); !i.IsAtEnd(); in GetKeys()

12