Home
last modified time | relevance | path

Searched refs:FunctionPointers (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/vulkano/src/instance/
Dloader.rs115 pub struct FunctionPointers<L> { struct
120 impl<L> FunctionPointers<L> { argument
122 pub fn new(loader: L) -> FunctionPointers<L> in new()
130 FunctionPointers { loader, fns } in new()
222 ) -> Result<&'static FunctionPointers<Box<dyn Loader + Send + Sync>>, LoadingError> { in auto_loader()
255 … static ref DEFAULT_LOADER: Result<FunctionPointers<Box<dyn Loader + Send + Sync>>, LoadingError> = in auto_loader()
256 def_loader_impl().map(FunctionPointers::new); in auto_loader()
Dextensions.rs98 ptrs: &loader::FunctionPointers<L>, in supported_by_core_with_loader()
112 ptrs: &loader::FunctionPointers<L>, in supported_by_core_raw_with_loader()
Dinstance.rs15 use crate::instance::loader::FunctionPointers;
187 function_pointers: OwnedOrRef<FunctionPointers<Box<dyn Loader + Send + Sync>>>,
246 loader: FunctionPointers<Box<dyn Loader + Send + Sync>>, in with_loader()
274 function_pointers: OwnedOrRef<FunctionPointers<Box<dyn Loader + Send + Sync>>>,
Dlayers.rs52 ptrs: &loader::FunctionPointers<L>, in layers_list_from_loader()
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp243 namespace FunctionPointers { namespace