HomeSort by relevance Sort by last modified time
    Searched refs:putBack (Results 1 - 10 of 10) sorted by null

  /external/clang/include/clang/AST/
CommentParser.h 70 void putBack(const Token &OldTok) {
75 void putBack(ArrayRef<Token> Toks) {
  /external/chromium_org/third_party/skia/src/gpu/
GrBufferAllocPool.h 56 void putBack(size_t bytes);
GrGpu.cpp 491 fVertexPool->putBack(bytes);
499 fIndexPool->putBack(bytes);
537 fVertexPool->putBack(bytes);
546 fIndexPool->putBack(bytes);
GrBufferAllocPool.cpp 221 void GrBufferAllocPool::putBack(size_t bytes) {
224 // if the putBack unwinds all the preallocated buffers then we will
GrInOrderDrawBuffer.cpp 705 fVertexPool.putBack(reservedVertexBytes -
724 fIndexPool.putBack(reservedIndexBytes - poolState.fUsedPoolIndexBytes);
  /external/skia/src/gpu/
GrBufferAllocPool.h 56 void putBack(size_t bytes);
GrGpu.cpp 491 fVertexPool->putBack(bytes);
499 fIndexPool->putBack(bytes);
537 fVertexPool->putBack(bytes);
546 fIndexPool->putBack(bytes);
GrBufferAllocPool.cpp 221 void GrBufferAllocPool::putBack(size_t bytes) {
224 // if the putBack unwinds all the preallocated buffers then we will
GrInOrderDrawBuffer.cpp 705 fVertexPool.putBack(reservedVertexBytes -
724 fIndexPool.putBack(reservedIndexBytes - poolState.fUsedPoolIndexBytes);
  /external/clang/lib/AST/
CommentParser.cpp 96 P.putBack(Newline);
240 P.putBack(llvm::makeArrayRef(Toks.begin() + Pos.CurToken, Toks.end()));
244 P.putBack(PartialTok);
369 putBack(PrevTok);

Completed in 183 milliseconds