Home
last modified time | relevance | path

Searched defs:BigArray (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dstruct_with_derive_debug.h7 struct BigArray{ struct
16 struct BigArray a; argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dstruct_with_derive_debug.rs41 pub struct BigArray { struct
46 const UNINIT: ::std::mem::MaybeUninit<BigArray> = in bindgen_test_layout_BigArray() argument
70 impl Default for BigArray { implementation
/third_party/rust/crates/serde/test_suite/tests/
Dtest_gen.rs596 struct BigArray { in test_gen() struct
598 array: [u8; 256], in test_gen()
/third_party/protobuf/third_party/googletest/googletest/test/
Dgoogletest-printers-test.cc651 TEST(PrintArrayTest, BigArray) { in TEST() argument