/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/ast/ |
D | data.rs | 117 pub fn is_struct(&self) -> bool { in is_struct() method 222 pub fn is_struct(&self) -> bool { in is_struct() method 390 pub fn is_struct(self) -> bool { in is_struct() method
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | desc_sroa.cpp | 298 const bool is_struct = pointee_type_inst->opcode() == spv::Op::OpTypeStruct; in CreateReplacementVariable() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | desc_sroa.cpp | 298 const bool is_struct = pointee_type_inst->opcode() == spv::Op::OpTypeStruct; in CreateReplacementVariable() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | desc_sroa.cpp | 301 const bool is_struct = pointee_type_inst->opcode() == spv::Op::OpTypeStruct; in CreateReplacementVariable() local
|
/aosp_15_r20/external/stg/ |
H A D | abigail_reader.cc | 1193 void Abigail::ProcessStructUnion(const std::string& id, bool is_struct, in ProcessStructUnion() 1282 std::optional<Id> Abigail::ProcessDataMember(bool is_struct, in ProcessDataMember()
|
/aosp_15_r20/external/flatbuffers/src/ |
H A D | idl_gen_text.cpp | 125 const auto is_struct = IsStruct(type); in PrintContainer() local
|
H A D | idl_gen_swift.cpp | 1698 const auto is_struct = IsStruct(ev.union_type) ? type + Mutable() : type; in BuildUnionEnumSwitchCaseWritter() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/btf/ |
D | types.rs | 518 pub is_struct: bool, field
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/generator2/ |
H A D | code.py | 211 def is_struct(self): member in Type
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/ |
H A D | validate_decorations.cpp | 823 const bool is_struct = in CheckDecorationsOfEntryPoints() local
|
/aosp_15_r20/external/libbpf/src/ |
H A D | btf_dump.c | 969 bool is_struct = btf_is_struct(t); in btf_dump_emit_struct_def() local
|
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/ |
H A D | reflection_generated.h | 712 bool is_struct() const { in is_struct() function
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
H A D | reflection_generated.h | 809 bool is_struct() const { in is_struct() function
|
/aosp_15_r20/external/flatbuffers/include/flatbuffers/ |
H A D | reflection_generated.h | 809 bool is_struct() const { in is_struct() function
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_link_varyings.c | 426 const bool is_struct = glsl_type_is_struct(type_without_array); in check_location_aliasing() local
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | test.cpp | 1690 bool is_struct = definition < num_struct_definitions; in FuzzTest2() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_compiler.c | 3805 bool is_struct = glsl_type_is_struct(glsl_without_array(type)); in add_derefs_instr() local
|