Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dpack.py189 def GetByteLayout(packed_struct): argument
191 packed_struct.packed_fields[-1] if packed_struct.packed_fields else None)
195 for packed_field in packed_struct.packed_fields:
218 def GetVersionInfo(packed_struct): argument
234 for packed_field in packed_struct.packed_fields_in_ordinal_order:
/external/llvm-project/clang/test/SemaCXX/
Dalign-x86.cpp29 packed_struct { struct
32 template struct check_alignment<packed_struct, 1, 1>; argument
/external/llvm-project/clang/test/Sema/
Dalign-x86.c20 packed_struct { struct
23 CHECK_ALIGNMENT(struct packed_struct, g_packedstruct, 1, 1); argument
/external/grpc-grpc/third_party/nanopb/tests/options/
Doptions.proto66 option (nanopb_msgopt).packed_struct = true;
/external/nanopb-c/tests/options/
Doptions.proto67 option (nanopb_msgopt).packed_struct = true;
/external/grpc-grpc/third_party/nanopb/generator/proto/
Dnanopb.proto53 optional bool packed_struct = 5 [default = false]; field
/external/nanopb-c/generator/proto/
Dnanopb.proto58 optional bool packed_struct = 5 [default = false]; field
/external/nanopb-c/generator/nanopb/
Doptions.proto66 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/llvm-project/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/
Dsplit-gep.ll159 define i64* @packed_struct(i32 %i, i32 %j) {
169 ; CHECK-LABEL: @packed_struct(
/external/grpc-grpc/third_party/nanopb/generator/
Dnanopb_generator.py822 self.packed = message_options.packed_struct
/external/nanopb-c/generator/
Dnanopb_generator.py918 self.packed = message_options.packed_struct
/external/nanopb-c/docs/
Dreference.rst89 packed_struct Make the generated structures packed.
/external/grpc-grpc/third_party/nanopb/docs/
Dreference.rst88 packed_struct Make the generated structures packed.