/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
|
/external/flatbuffers/tests/ |
D | fuzz_test.cpp | 166 bool is_struct = definition < num_struct_definitions; in FuzzTest2() local
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | desc_sroa.cpp | 301 const bool is_struct = pointee_type_inst->opcode() == spv::Op::OpTypeStruct; in CreateReplacementVariable() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | desc_sroa.cpp | 301 const bool is_struct = pointee_type_inst->opcode() == spv::Op::OpTypeStruct; in CreateReplacementVariable() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | desc_sroa.cpp | 298 const bool is_struct = pointee_type_inst->opcode() == spv::Op::OpTypeStruct; in CreateReplacementVariable() local
|
/external/mesa3d/src/compiler/nir/ |
D | nir_precompiled.h | 481 bool is_struct = i == 0; in nir_precomp_print_dispatch_macros() local
|
/external/rust/android-crates-io/crates/libbpf-rs/src/btf/ |
D | types.rs | 518 pub is_struct: bool, field
|
/external/flatbuffers/src/ |
D | idl_gen_text.cpp | 135 const auto is_struct = IsStruct(type); in PrintContainer() local
|
D | idl_gen_cpp.cpp | 2355 const bool is_struct = IsStruct(curr_field->value.type); in GenComparatorForStruct() local 2422 const bool is_struct = IsStruct(field.value.type); in GenKeyFieldMethods() local
|
D | idl_gen_swift.cpp | 1658 const auto is_struct = IsStruct(ev.union_type) ? type + Mutable() : type; in BuildUnionEnumSwitchCaseWritter() local
|
D | idl_gen_ts.cpp | 288 auto is_struct = parser_.structs_.Lookup(fully_qualified_type_name); in generateEntry() local
|
/external/stg/ |
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()
|
/external/sandboxed-api/sandboxed_api/tools/python_generator/ |
D | code.py | 205 def is_struct(self): member in Type
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_decorations.cpp | 823 const bool is_struct = in CheckDecorationsOfEntryPoints() local
|
/external/angle/third_party/spirv-tools/src/source/val/ |
D | validate_decorations.cpp | 846 const bool is_struct = in CheckDecorationsOfEntryPoints() local
|
/external/libbpf/src/ |
D | btf_dump.c | 969 bool is_struct = btf_is_struct(t); in btf_dump_emit_struct_def() local
|
/external/flatbuffers/include/flatbuffers/ |
D | reflection_generated.h | 864 bool is_struct() const { in is_struct() function
|
/external/flatbuffers/rust/reflection/src/ |
D | reflection_generated.rs | 1337 pub fn is_struct(&self) -> bool { in is_struct() method 1403 pub is_struct: bool, field
|
/external/mesa3d/src/compiler/glsl/ |
D | gl_nir_link_varyings.c | 426 const bool is_struct = glsl_type_is_struct(type_without_array); in check_location_aliasing() local
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 3736 bool is_struct = glsl_type_is_struct(glsl_without_array(type)); in add_derefs_instr() local
|