Home
last modified time | relevance | path

Searched defs:PackedStruct (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_toolchain.cpp119 struct PackedStruct in test_packed_alignment() struct
121 uint32_t mUint32; in test_packed_alignment()
122 uint8_t mByte; in test_packed_alignment()
123 uint16_t mUint16; in test_packed_alignment()
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dpack.py117 class PackedStruct(object): class