Home
last modified time | relevance | path

Searched refs:context_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/statechart/
Dsimple_state.hpp242 return impl::template context_impl< OtherContext >( *this ); in context()
253 return impl::template context_impl< OtherContext >( *this ); in context()
676 static OtherContext & context_impl( State & stt ) in context_impl() function
691 static OtherContext & context_impl( State & stt ) in context_impl() function
/third_party/cef/libcef/renderer/
Dv8_impl.cc2395 CefV8ContextImpl* context_impl = in ExecuteFunctionWithContext() local
2397 context_local = context_impl->GetV8Context(); in ExecuteFunctionWithContext()