Searched defs:pop_back (Results 1 - 25 of 33) sorted by relevance

12

/external/compiler-rt/lib/esan/
H A Desan_circular_buffer.h72 void pop_back() { function in class:__esan::CircularBuffer
/external/llvm/include/llvm/ADT/
H A DPriorityWorklist.h109 void pop_back() { function in class:llvm::PriorityWorklist
114 V.pop_back();
120 pop_back();
135 V.pop_back();
H A DMapVector.h121 void pop_back() { function in class:llvm::MapVector
124 Vector.pop_back();
H A DTinyPtrVector.h242 void pop_back() { function in class:llvm::TinyPtrVector
247 Vec->pop_back();
/external/clang/include/clang/Analysis/Support/
H A DBumpVector.h126 void pop_back() { function in class:clang::BumpVector
133 pop_back();
/external/libchrome/base/memory/
H A Dscoped_vector.h71 void pop_back() { function in class:ScopedVector
74 v_.pop_back();
/external/libcxx/test/support/
H A Dnasty_containers.hpp95 void pop_back() { v_.pop_back(); } function in class:nasty_vector
217 void pop_back() { l_.pop_back(); } function in class:nasty_list
/external/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h153 /// pop_back - It allows LiveRangeEdit users to drop new registers.
161 void pop_back() { NewRegs.pop_back(); } function in class:llvm::LiveRangeEdit
/external/skia/include/private/
H A DSkTArray.h264 void pop_back() { function
/external/skia/src/core/
H A DSkDeque.cpp184 void SkDeque::pop_back() { function in class:SkDeque
/external/skia/src/gpu/
H A DGrAllocator.h66 void pop_back() { function in class:GrAllocator
75 fBlocks.pop_back();
271 void pop_back() { function in class:GrTAllocator
273 fAllocator.pop_back();
H A DGrTRecorder.h77 void pop_back();
171 void GrTRecorder<TBase, TAlign>::pop_back() { function in class:GrTRecorder
199 // header for backwards iteration (pop_back()).
210 // necessary). Note that pop_back() and reset() can leave the recorder in a state where it
/external/skqp/include/private/
H A DSkTArray.h264 void pop_back() { function
/external/skqp/src/core/
H A DSkDeque.cpp184 void SkDeque::pop_back() { function in class:SkDeque
/external/skqp/src/gpu/
H A DGrAllocator.h66 void pop_back() { function in class:GrAllocator
75 fBlocks.pop_back();
271 void pop_back() { function in class:GrTAllocator
273 fAllocator.pop_back();
H A DGrTRecorder.h77 void pop_back();
171 void GrTRecorder<TBase, TAlign>::pop_back() { function in class:GrTRecorder
199 // header for backwards iteration (pop_back()).
210 // necessary). Note that pop_back() and reset() can leave the recorder in a state where it
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dsimple_ilist.h149 void pop_back() { erase(--end()); } function in class:llvm::simple_ilist
H A Dilist.h331 void pop_back() { function in class:llvm::iplist_impl
332 assert(!empty() && "pop_back() on empty list!");
/external/tensorflow/tensorflow/compiler/xla/
H A Dshape_util.h64 void pop_back() { indices_.pop_back(); } function in class:xla::ShapeIndex
/external/tensorflow/tensorflow/core/lib/gtl/
H A Darray_slice.h190 void pop_back() { remove_suffix(1); } function in class:tensorflow::gtl::ArraySlice
289 void pop_back() { remove_suffix(1); } function in class:tensorflow::gtl::MutableArraySlice
/external/webrtc/webrtc/system_wrappers/include/
H A Dscoped_vector.h89 void pop_back() { function in class:webrtc::ScopedVector
92 v_.pop_back();
/external/clang/include/clang/AST/
H A DASTVector.h129 void pop_back() { function in class:clang::ASTVector
136 pop_back();
/external/v8/src/zone/
H A Dzone-chunk-list.h67 void pop_back();
324 void ZoneChunkList<T>::pop_back() { function in class:v8::internal::ZoneChunkList::ZoneChunkList
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DSmallVector.h333 void pop_back() { function in class:llvm::SmallVectorTemplateCommon::SmallVectorImpl
340 pop_back();
387 pop_back();
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineBasicBlock.h345 void pop_back() { Insts.pop_back(); } function in class:llvm::MachineBasicBlock

Completed in 753 milliseconds

12