| /third_party/rust/crates/libloading/src/ |
| D | safe.rs | 15 pub struct Library(imp::Library); struct 17 impl Library { implementation 83 pub unsafe fn new<P: AsRef<OsStr>>(filename: P) -> Result<Library, Error> { in new() 166 impl fmt::Debug for Library { implementation 172 impl From<imp::Library> for Library { implementation 173 fn from(lib: imp::Library) -> Library { in from() 178 impl From<Library> for imp::Library { implementation 179 fn from(lib: Library) -> imp::Library { in from() 184 unsafe impl Send for Library {} implementation 185 unsafe impl Sync for Library {} implementation
|
| /third_party/rust/crates/libloading/src/os/unix/ |
| D | mod.rs | 76 pub struct Library { struct 80 unsafe impl Send for Library {} implementation 96 unsafe impl Sync for Library {} implementation 98 impl Library { implementation 120 pub unsafe fn new<P: AsRef<OsStr>>(filename: P) -> Result<Library, crate::Error> { in new() 166 pub unsafe fn open<P>(filename: Option<P>, flags: raw::c_int) -> Result<Library, crate::Error> in open() 310 pub unsafe fn from_raw(handle: *mut raw::c_void) -> Library { in from_raw() 342 impl Drop for Library { implementation 350 impl fmt::Debug for Library { implementation
|
| /third_party/rust/crates/libloading/src/os/windows/ |
| D | mod.rs | 59 pub struct Library(HMODULE); struct 61 unsafe impl Send for Library {} implementation 75 unsafe impl Sync for Library {} implementation 77 impl Library { implementation 104 pub unsafe fn new<P: AsRef<OsStr>>(filename: P) -> Result<Library, crate::Error> { in new() 148 pub fn open_already_loaded<P: AsRef<OsStr>>(filename: P) -> Result<Library, crate::Error> { in open_already_loaded() 189 …pub unsafe fn load_with_flags<P: AsRef<OsStr>>(filename: P, flags: DWORD) -> Result<Library, crate… in load_with_flags() 271 pub unsafe fn from_raw(handle: HMODULE) -> Library { in from_raw() 297 impl Drop for Library { implementation 303 impl fmt::Debug for Library { implementation
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/ |
| D | PassPlugin.h | 87 PassPlugin(const std::string &Filename, const sys::DynamicLibrary &Library) in PassPlugin() 91 sys::DynamicLibrary Library; variable
|
| /third_party/rust/crates/rust-openssl/openssl-errors/src/ |
| D | lib.rs | 69 pub trait Library { interface 141 T: Library, in __put_error()
|
| /third_party/skia/third_party/externals/angle2/src/common/vulkan/ |
| D | libvulkan_loader.h | 17 class Library; variable
|
| /third_party/rust/crates/bindgen/book/src/ |
| D | opaque.md | 11 ### Library subsection in Treating a Type as an Opaque Blob of Bytes
|
| D | nocopy.md | 9 ### Library subsection in Preventing the Derivation of `Copy` and `Clone`
|
| D | blocklisting.md | 19 ### Library subsection in Blocklisting
|
| D | must-use-types.md | 9 ### Library subsection in Annotating types with `#[must-use]`
|
| D | allowlisting.md | 17 ### Library subsection in Allowlisting
|
| D | nodebug.md | 8 ### Library subsection in Preventing the Derivation of `Debug`
|
| D | nodefault.md | 8 ### Library subsection in Preventing the Derivation of `Default`
|
| D | using-unions.md | 36 ### Library subsection
|
| /third_party/typescript/tests/cases/compiler/ |
| D | namespaceMergedWithImportAliasNoCrash.ts | 2 export namespace Library { namespace
|
| /third_party/skia/third_party/externals/angle2/util/windows/ |
| D | WGLWindow.h | 21 class Library; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
| D | PassPlugin.cpp | 18 auto Library = in Load() local
|
| /third_party/vk-gl-cts/framework/egl/wrapper/ |
| D | eglwLibrary.hpp | 37 class Library class
|
| /third_party/skia/third_party/externals/angle2/samples/sample_util/ |
| D | SampleApplication.h | 26 class Library; variable
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkPlatform.hpp | 47 class Library class 50 Library (void) {} in Library() function in vk::Library
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| D | dynamic_loading_template.rs | 29 L: Into<::libloading::Library>, in from_library()
|
| D | dynamic_loading_attributes.rs | 29 L: Into<::libloading::Library>, in from_library()
|
| /third_party/skia/third_party/externals/spirv-tools/ |
| D | README.md | 477 ## Library section in SPIR-V Tools 479 ### Usage
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/ |
| D | README.md | 477 ## Library section in SPIR-V Tools 479 ### Usage
|
| /third_party/vk-gl-cts/framework/platform/lnx/X11/ |
| D | tcuLnxX11EglDisplayFactory.cpp | 74 class Library : public eglw::DefaultLibrary class 77 Library (void) in Library() function in tcu::lnx::x11::egl::Library
|