Searched refs:currentScope (Results 1 – 1 of 1) sorted by relevance
9 mbgl::util::ThreadLocal<mbgl::BackendScope>& currentScope() { in currentScope() function20 : priorScope(currentScope().get()), in BackendScope()32 currentScope().set(this); in BackendScope()41 currentScope().set(priorScope); in ~BackendScope()45 currentScope().set(nullptr); in ~BackendScope()71 return currentScope().get(); in exists()