Home
last modified time | relevance | path

Searched refs:__raw (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dissue-493_1_0.hpp35 struct __raw struct in basic_string
46 __raw __r;
H A Dissue-493.hpp34 struct __raw struct in basic_string
45 __raw __r;
/third_party/rust/crates/cxx/src/
H A Dunique_ptr.rs106 repr: unsafe { T::__raw(raw) }, in from_raw()
225 unsafe fn __raw(raw: *mut Self) -> MaybeUninit<*mut c_void>; in __raw() functions
258 unsafe fn __raw(raw: *mut Self) -> MaybeUninit<*mut c_void> { in __raw() functions
284 unsafe fn __raw(raw: *mut Self) -> MaybeUninit<*mut c_void> { in __raw() functions
/third_party/typescript/tests/baselines/reference/
H A DobjectAssignLikeNonUnionResult.js13 type ExtractRawComponent<T> = T extends { __raw: infer C } ? [L1: T, L2: C] : [R1: T];

Completed in 2 milliseconds