Home
last modified time | relevance | path

Searched defs:is_struct (Results 1 – 20 of 20) sorted by relevance

/external/rust/android-crates-io/crates/darling_core/src/ast/
Ddata.rs117 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/
Dfuzz_test.cpp166 bool is_struct = definition < num_struct_definitions; in FuzzTest2() local
/external/angle/third_party/spirv-tools/src/source/opt/
Ddesc_sroa.cpp301 const bool is_struct = pointee_type_inst->opcode() == spv::Op::OpTypeStruct; in CreateReplacementVariable() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddesc_sroa.cpp301 const bool is_struct = pointee_type_inst->opcode() == spv::Op::OpTypeStruct; in CreateReplacementVariable() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddesc_sroa.cpp298 const bool is_struct = pointee_type_inst->opcode() == spv::Op::OpTypeStruct; in CreateReplacementVariable() local
/external/mesa3d/src/compiler/nir/
Dnir_precompiled.h481 bool is_struct = i == 0; in nir_precomp_print_dispatch_macros() local
/external/rust/android-crates-io/crates/libbpf-rs/src/btf/
Dtypes.rs518 pub is_struct: bool, field
/external/flatbuffers/src/
Didl_gen_text.cpp135 const auto is_struct = IsStruct(type); in PrintContainer() local
Didl_gen_cpp.cpp2355 const bool is_struct = IsStruct(curr_field->value.type); in GenComparatorForStruct() local
2422 const bool is_struct = IsStruct(field.value.type); in GenKeyFieldMethods() local
Didl_gen_swift.cpp1658 const auto is_struct = IsStruct(ev.union_type) ? type + Mutable() : type; in BuildUnionEnumSwitchCaseWritter() local
Didl_gen_ts.cpp288 auto is_struct = parser_.structs_.Lookup(fully_qualified_type_name); in generateEntry() local
/external/stg/
Dabigail_reader.cc1193 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/
Dcode.py205 def is_struct(self): member in Type
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_decorations.cpp823 const bool is_struct = in CheckDecorationsOfEntryPoints() local
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_decorations.cpp846 const bool is_struct = in CheckDecorationsOfEntryPoints() local
/external/libbpf/src/
Dbtf_dump.c969 bool is_struct = btf_is_struct(t); in btf_dump_emit_struct_def() local
/external/flatbuffers/include/flatbuffers/
Dreflection_generated.h864 bool is_struct() const { in is_struct() function
/external/flatbuffers/rust/reflection/src/
Dreflection_generated.rs1337 pub fn is_struct(&self) -> bool { in is_struct() method
1403 pub is_struct: bool, field
/external/mesa3d/src/compiler/glsl/
Dgl_nir_link_varyings.c426 const bool is_struct = glsl_type_is_struct(type_without_array); in check_location_aliasing() local
/external/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c3736 bool is_struct = glsl_type_is_struct(glsl_without_array(type)); in add_derefs_instr() local