Searched refs:putBack (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
H A DCommentParser.h70 void putBack(const Token &OldTok) { function in class:clang::comments::Parser
75 void putBack(ArrayRef<Token> Toks) { function in class:clang::comments::Parser
/external/skia/src/gpu/
H A DGrBufferAllocPool.h61 void putBack(size_t bytes);
H A DGrInOrderDrawBuffer.cpp486 fVertexPool.putBack(reservedVertexBytes -
499 fIndexPool.putBack(reservedIndexBytes - poolState.fUsedPoolIndexBytes);
552 fVertexPool.putBack(reservedVertexBytes - poolState.fUsedPoolVertexBytes);
562 fIndexPool.putBack(reservedIndexBytes - poolState.fUsedPoolIndexBytes);
H A DGrGpu.cpp895 fVertexPool->putBack(bytes);
903 fIndexPool->putBack(bytes);
941 fVertexPool->putBack(bytes);
950 fIndexPool->putBack(bytes);
H A DGrBufferAllocPool.cpp219 void GrBufferAllocPool::putBack(size_t bytes) { function in class:GrBufferAllocPool
222 // if the putBack unwinds all the preallocated buffers then we will
/external/clang/lib/AST/
H A DCommentParser.cpp95 P.putBack(Newline);
245 P.putBack(llvm::makeArrayRef(Toks.begin() + Pos.CurToken, Toks.end()));
249 P.putBack(PartialTok);

Completed in 129 milliseconds