Home
last modified time | relevance | path

Searched refs:packed_struct (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
Dpack.py139 def GetByteLayout(packed_struct): argument
140 bytes = [ByteInfo() for i in xrange(packed_struct.GetTotalSize())]
143 for packed_field in packed_struct.packed_fields:
/external/nanopb-c/tests/options/
Doptions.proto61 option (nanopb_msgopt).packed_struct = true;
/external/nanopb-c/generator/proto/
Dnanopb.proto39 optional bool packed_struct = 5 [default = false]; field
/external/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/
Dsplit-gep.ll163 define i64* @packed_struct(i32 %i, i32 %j) {
173 ; CHECK-LABEL: @packed_struct(
/external/nanopb-c/generator/
Dnanopb_generator.py518 self.packed = message_options.packed_struct
/external/nanopb-c/docs/
Dreference.rst85 packed_struct Make the generated structures packed.