Home
last modified time | relevance | path

Searched defs:get_current (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/support/
Dinterpreters.py33 def get_current(): function
/external/rust/crates/tracing-core/src/
Ddispatcher.rs389 pub fn get_current<T>(f: impl FnOnce(&Dispatch) -> T) -> Option<T> { in get_current() function
403 pub fn get_current<T>(f: impl FnOnce(&Dispatch) -> T) -> Option<T> { in get_current() function
/external/mesa3d/src/gallium/include/frontend/
Dapi.h554 struct st_context_iface *(*get_current)(struct st_api *stapi); member