Home
last modified time | relevance | path

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

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