Searched defs:IsEnd (Results 1 – 9 of 9) sorted by relevance
45 bool IsEnd) in HashTableIterator()93 bool IsEnd; variable
71 bool RangeRowIterator::IsEnd() { in IsEnd() function in perfetto::trace_processor::RangeRowIterator95 bool VectorRowIterator::IsEnd() { in IsEnd() function in perfetto::trace_processor::VectorRowIterator
46 bool IsEnd = false; in printData() local
107 bool IsEnd() const { return ch_ == 0; } in IsEnd() function
69 bool IsEnd() const { return (value_ & (kHalfStep - 1)) == 1; } in IsEnd() function
282 bool SparseInputMask::InputIterator::IsEnd() const { in IsEnd() function in v8::internal::compiler::SparseInputMask::InputIterator
908 bool CXFA_TextLayout::IsEnd(bool bSavePieces) { in IsEnd() function in CXFA_TextLayout
705 bool IsEnd() const { return type_ == NO_ARG; } in IsEnd() function
1091 llvm::Value *IsEnd = Builder.CreateICmpEQ(NextPtr, EndPtr, "array.atend"); in EmitNewArrayInitializer() local