Searched defs:getNextContext (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkScalerContext.cpp175 SkScalerContext* SkScalerContext::getNextContext() { function in class:SkScalerContext
201 ctx = ctx->getNextContext();
222 ctx = ctx->getNextContext();
286 ctx = ctx->getNextContext();
/external/skia/src/core/
H A DSkScalerContext.cpp175 SkScalerContext* SkScalerContext::getNextContext() { function in class:SkScalerContext
201 ctx = ctx->getNextContext();
222 ctx = ctx->getNextContext();
286 ctx = ctx->getNextContext();
/external/clang/lib/Analysis/
H A DThreadSafety.cpp1038 Context getNextContext(unsigned &CtxIndex, Stmt *S, Context C) { function in class:__anon16074::LocalVariableMap
2089 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, BO, LVarCtx);
2157 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, S, LVarCtx);

Completed in 41 milliseconds