Home
last modified time | relevance | path

Searched refs:ErrorResult (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Danon_union.rs58 pub struct ErrorResult { structure names
64 ::std::mem::size_of::<ErrorResult>(), in bindgen_test_layout_ErrorResult()
66 concat!("Size of: ", stringify!(ErrorResult)) in bindgen_test_layout_ErrorResult()
69 ::std::mem::align_of::<ErrorResult>(), in bindgen_test_layout_ErrorResult()
71 concat!("Alignment of ", stringify!(ErrorResult)) in bindgen_test_layout_ErrorResult()
74 impl Default for ErrorResult {
/third_party/typescript/tests/baselines/reference/
H A DoverloadedConstructorFixesInferencesAppropriately.js6 interface ErrorResult {
12 readonly children: (result: Exclude<TResult, ErrorResult>) => string;
21 function load(): Box<{ success: true } | ErrorResult> {
H A DcheckJsxSubtleSkipContextSensitiveBug.js5 interface ErrorResult { error: true }
10 readonly prop2: (result: Exclude<TResult, ErrorResult>) => any;
17 async function load(): Promise<{ success: true } | ErrorResult> {
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dwrap_unsafe_ops_anon_union_1_0.hpp21 struct ErrorResult : public TErrorResult<int> { struct
H A Danon_union_1_0.hpp21 struct ErrorResult : public TErrorResult<int> { struct
H A Danon_union.hpp20 struct ErrorResult : public TErrorResult<int> { struct
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 24 milliseconds