Searched defs:IsFull (Results 1 – 10 of 10) sorted by relevance
78 INLINE bool IsFull() in IsFull() function
27 bool IsFull() const { return next_free_ == kTraceBufferChunkSize; } in IsFull() function
71 bool IsFull() const override { return false; } in IsFull() function in base::trace_event::__anon236bef260111::TraceBufferRingBuffer188 bool IsFull() const override { return chunks_.size() >= max_chunks_; } in IsFull() function in base::trace_event::__anon236bef260111::TraceBufferVector
110 bool IsFull() const { return vec_.size() >= max_size_; } in IsFull() function
241 func (s partialName) IsFull() bool { func
107 bool IsFull() const { return !is_empty_ && (head_ == tail_); } in IsFull() function
85 bool TensorSlice::IsFull() const { in IsFull() function in tensorflow::TensorSlice
293 TEST(TensorSliceTest, IsFull) { in TEST() argument
69 bool IsFull; member in COutWindow
865 bool PersistentMemoryAllocator::IsFull() const { in IsFull() function in base::PersistentMemoryAllocator