Home
last modified time | relevance | path

Searched defs:EmptyStruct (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/rust/tests/debuginfo/
Dgdb-pretty-struct-and-enums.rs37 struct EmptyStruct; struct
/third_party/python/Lib/ctypes/test/
Dtest_pep3118.py93 class EmptyStruct(Structure): class
Dtest_arrays.py212 class EmptyStruct(Structure): class
/third_party/rust/rust/tests/incremental/hashes/
Dstruct_defs.rs249 pub struct EmptyStruct; struct
/third_party/rust/rust/src/tools/clippy/tests/ui/
Ddefault_constructed_unit_structs.rs98 struct EmptyStruct {} struct
/third_party/rust/rust/tests/codegen/riscv-abi/
Driscv64-lp64f-lp64d-abi.rs212 pub struct EmptyStruct {} struct
Driscv64-lp64d-abi.rs228 pub struct EmptyStruct {} struct
/third_party/rust/rust/tests/codegen/loongarch-abi/
Dloongarch64-lp64d-abi.rs228 pub struct EmptyStruct {} struct
/third_party/rust/crates/serde/test_suite/tests/
Dtest_gen.rs280 struct EmptyStruct {} in test_gen() struct
285 EmptyStruct {}, in test_gen() enumerator
/third_party/python/Lib/test/
Dtest_io.py66 class EmptyStruct(ctypes.Structure): class