Home
last modified time | relevance | path

Searched refs:EmptyStruct (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/ctypes/test/
H A Dtest_pep3118.py93 class EmptyStruct(Structure): class
192 (EmptyStruct, "T{}", (), EmptyStruct),
H A Dtest_arrays.py212 class EmptyStruct(Structure): class
215 obj = (EmptyStruct * 2)() # bpo37188: Floating point exception
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_gen.rs280 struct EmptyStruct {} structure names
281 assert::<EmptyStruct>();
285 EmptyStruct {},
/third_party/python/Lib/test/
H A Dtest_io.py62 obj = EmptyStruct()
66 class EmptyStruct(ctypes.Structure): class

Completed in 9 milliseconds