Home
last modified time | relevance | path

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

/third_party/python/Lib/ctypes/test/
Dtest_pep3118.py93 class EmptyStruct(Structure): class
Dtest_arrays.py212 class EmptyStruct(Structure): class
/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