Home
last modified time | relevance | path

Searched refs:size_of (Results 201 - 225 of 455) sorted by relevance

12345678910>>...19

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dmangling-win64.rs23 ::std::mem::size_of::<Foo>(), in bindgen_test_layout_Foo()
H A Dmangling-linux32.rs23 ::std::mem::size_of::<Foo>(), in bindgen_test_layout_Foo()
H A Dmangling-linux64.rs23 ::std::mem::size_of::<Foo>(), in bindgen_test_layout_Foo()
H A Dmangling-macos.rs23 ::std::mem::size_of::<Foo>(), in bindgen_test_layout_Foo()
H A Dno-partialeq-opaque.rs17 ::std::mem::size_of::<NoPartialEq>(), in bindgen_test_layout_NoPartialEq()
H A Dno-hash-opaque.rs17 ::std::mem::size_of::<NoHash>(), in bindgen_test_layout_NoHash()
H A Dwin32-thiscall_1_0.rs16 ::std::mem::size_of::<Foo>(), in bindgen_test_layout_Foo()
H A Dbitfield_large_overflow.rs17 ::std::mem::size_of::<_bindgen_ty_1>(), in bindgen_test_layout__bindgen_ty_1()
H A Dissue-826-generating-methods-when-asked-not-to.rs16 ::std::mem::size_of::<Foo>(), in bindgen_test_layout_Foo()
H A Dbase-to-derived.rs16 ::std::mem::size_of::<false_type>(), in bindgen_test_layout_false_type()
H A Dcanonical_path_without_namespacing.rs16 ::std::mem::size_of::<Bar>(), in bindgen_test_layout_Bar()
H A Dgen-constructors-neg.rs16 ::std::mem::size_of::<Foo>(), in bindgen_test_layout_Foo()
H A Dno_default_opaque.rs17 ::std::mem::size_of::<NoDefault>(), in bindgen_test_layout_NoDefault()
H A Dno_debug_opaque.rs17 ::std::mem::size_of::<NoDebug>(), in bindgen_test_layout_NoDebug()
H A Dno_copy_opaque.rs17 ::std::mem::size_of::<NoCopy>(), in bindgen_test_layout_NoCopy()
H A Dissue-946.rs14 ::std::mem::size_of::<foo>(), in bindgen_test_layout_foo()
H A Dissue-834.rs16 ::std::mem::size_of::<U>(), in bindgen_test_layout_U()
H A Dbug-1529681.rs16 ::std::mem::size_of::<BrowsingContext>(), in bindgen_test_layout_BrowsingContext()
H A Dc-empty-layout.rs14 ::std::mem::size_of::<Foo>(), in bindgen_test_layout_Foo()
H A Dcpp-empty-layout.rs16 ::std::mem::size_of::<Foo>(), in bindgen_test_layout_Foo()
H A Dissue-1454.rs23 ::std::mem::size_of::<local_type>(), in bindgen_test_layout_local_type()
/third_party/rust/crates/aho-corasick/src/
H A Dnfa.rs4 use std::mem::size_of;
305 + (self.matches.len() * size_of::<(PatternID, PatternLength)>()) in heap_bytes()
388 sparse.len() * size_of::<(u8, S)>() in heap_bytes()
390 Transitions::Dense(ref dense) => dense.len() * size_of::<S>(), in heap_bytes()
1016 size += size_of::<State<S>>() + state.heap_bytes(); in calculate_size()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/
H A Dpartial-specialization-and-inheritance.rs30 ::std::mem::size_of::<Usage>(), in bindgen_test_layout_Usage()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
H A Dauto.rs17 ::std::mem::size_of::<Foo>(), in bindgen_test_layout_Foo()
H A Dconst_bool.rs18 ::std::mem::size_of::<A>(), in bindgen_test_layout_A()

Completed in 13 milliseconds

12345678910>>...19