Home
last modified time | relevance | path

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

/third_party/python/Lib/test/support/
Dinterpreters.py33 def get_current(): function
/third_party/rust/crates/tracing/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
/third_party/mesa3d/src/gallium/include/frontend/
Dapi.h584 struct st_context_iface *(*get_current)(struct st_api *stapi); member