Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCommentParser.h70 void putBack(const Token &OldTok) { in putBack() function
75 void putBack(ArrayRef<Token> Toks) { in putBack() function
/external/skia/src/gpu/
DGrGpu.cpp475 fVertexPool->putBack(bytes); in releaseReservedVertexSpace()
483 fIndexPool->putBack(bytes); in releaseReservedIndexSpace()
521 fVertexPool->putBack(bytes); in releaseVertexArray()
530 fIndexPool->putBack(bytes); in releaseIndexArray()
DGrBufferAllocPool.h61 void putBack(size_t bytes);
DGrInOrderDrawBuffer.cpp616 fVertexPool.putBack(reservedVertexBytes - in releaseReservedVertexSpace()
635 fIndexPool.putBack(reservedIndexBytes - poolState.fUsedPoolIndexBytes); in releaseReservedIndexSpace()
DGrBufferAllocPool.cpp220 void GrBufferAllocPool::putBack(size_t bytes) { in putBack() function in GrBufferAllocPool
/external/clang/lib/AST/
DCommentParser.cpp96 P.putBack(Newline); in addToken()
240 P.putBack(llvm::makeArrayRef(Toks.begin() + Pos.CurToken, Toks.end())); in putBackLeftoverTokens()
244 P.putBack(PartialTok); in putBackLeftoverTokens()
374 putBack(PrevTok); in parseBlockCommand()