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

/external/skia/src/core/
H A DSkScalerContext.cpp148 SkScalerContext* SkScalerContext::getNextContext() { function in class:SkScalerContext
172 ctx = ctx->getNextContext();
189 ctx = ctx->getNextContext();
257 ctx = ctx->getNextContext();
/external/clang/lib/Analysis/
H A DThreadSafety.cpp990 Context getNextContext(unsigned &CtxIndex, Stmt *S, Context C) { function in class:__anon3547::LocalVariableMap
1998 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, BO, LVarCtx);
2030 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, S, LVarCtx);

Completed in 329 milliseconds