Home
last modified time | relevance | path

Searched refs:is_unsized (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dcheck.rs266 let supported = !is_unsized(cx, &ty.inner) in check_type_slice_ref()
287 let supported = !is_unsized(cx, &ty.inner); in check_type_array()
341 } else if is_unsized(cx, &field.ty) { in check_api_struct()
474 } else if is_unsized(cx, &arg.ty) { in check_api_fn()
484 } else if is_unsized(cx, ty) { in check_api_fn()
637 fn is_unsized(cx: &mut Check, ty: &Type) -> bool { in is_unsized() functions
643 Type::Array(array) => is_unsized(cx, &array.inner), in is_unsized()
/third_party/rust/crates/cxx/syntax/
H A Dcheck.rs266 let supported = !is_unsized(cx, &ty.inner) in check_type_slice_ref()
287 let supported = !is_unsized(cx, &ty.inner); in check_type_array()
341 } else if is_unsized(cx, &field.ty) { in check_api_struct()
474 } else if is_unsized(cx, &arg.ty) { in check_api_fn()
484 } else if is_unsized(cx, ty) { in check_api_fn()
637 fn is_unsized(cx: &mut Check, ty: &Type) -> bool { in is_unsized() functions
643 Type::Array(array) => is_unsized(cx, &array.inner), in is_unsized()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dcheck.rs266 let supported = !is_unsized(cx, &ty.inner) in check_type_slice_ref()
287 let supported = !is_unsized(cx, &ty.inner); in check_type_array()
341 } else if is_unsized(cx, &field.ty) { in check_api_struct()
474 } else if is_unsized(cx, &arg.ty) { in check_api_fn()
484 } else if is_unsized(cx, ty) { in check_api_fn()
637 fn is_unsized(cx: &mut Check, ty: &Type) -> bool { in is_unsized() functions
643 Type::Array(array) => is_unsized(cx, &array.inner), in is_unsized()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dcheck.rs266 let supported = !is_unsized(cx, &ty.inner) in check_type_slice_ref()
287 let supported = !is_unsized(cx, &ty.inner); in check_type_array()
341 } else if is_unsized(cx, &field.ty) { in check_api_struct()
474 } else if is_unsized(cx, &arg.ty) { in check_api_fn()
484 } else if is_unsized(cx, ty) { in check_api_fn()
637 fn is_unsized(cx: &mut Check, ty: &Type) -> bool { in is_unsized() functions
643 Type::Array(array) => is_unsized(cx, &array.inner), in is_unsized()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dcheck.rs266 let supported = !is_unsized(cx, &ty.inner) in check_type_slice_ref()
287 let supported = !is_unsized(cx, &ty.inner); in check_type_array()
341 } else if is_unsized(cx, &field.ty) { in check_api_struct()
474 } else if is_unsized(cx, &arg.ty) { in check_api_fn()
484 } else if is_unsized(cx, ty) { in check_api_fn()
637 fn is_unsized(cx: &mut Check, ty: &Type) -> bool { in is_unsized() functions
643 Type::Array(array) => is_unsized(cx, &array.inner), in is_unsized()

Completed in 6 milliseconds