/external/v8/src/torque/ |
D | class-debug-reader-generator.cc | 359 for (const auto& struct_field : in GenerateGetPropsChunkForField() local 361 DebugFieldType struct_field_type(struct_field.name_and_type, in GenerateGetPropsChunkForField() 362 struct_field.pos); in GenerateGetPropsChunkForField() 365 << struct_field.name_and_type.name << "\", " in GenerateGetPropsChunkForField() 368 << struct_field.offset_bytes << ", " << struct_field.num_bits in GenerateGetPropsChunkForField() 369 << ", " << struct_field.shift_bits << "));\n"; in GenerateGetPropsChunkForField()
|
D | types.cc | 407 for (const Field& struct_field : fields()) { in ClassifyContents() local 408 const Type* field_type = struct_field.name_and_type.type; in ClassifyContents()
|
D | implementation-visitor.cc | 4643 for (const Field& struct_field : (*struct_type)->fields()) { in GenerateClassFieldVerifier() 4644 if (struct_field.name_and_type.type->IsSubtypeOf( in GenerateClassFieldVerifier() 4648 field_start_offset + " + " + std::to_string(*struct_field.offset), in GenerateClassFieldVerifier() 4649 struct_field, std::to_string((*struct_type)->PackedSize()), in GenerateClassFieldVerifier()
|
/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
D | test_core_reloc_size.c | 28 struct { int x; } struct_field; member 42 out->struct_sz = bpf_core_field_size(in->struct_field); in test_core_size()
|
D | core_reloc_types.h | 753 struct { int x; } struct_field; member 762 struct { int x; int y; int z; } struct_field; member
|
/external/protobuf/src/google/protobuf/ |
D | unittest_well_known_types.proto | 30 google.protobuf.Struct struct_field = 7; field 54 repeated google.protobuf.Struct struct_field = 7; field 77 google.protobuf.Struct struct_field = 7; field 102 map<int32,google.protobuf.Struct> struct_field = 7; field
|
D | well_known_types_unittest.cc | 51 EXPECT_EQ(0, message.struct_field().ByteSize()); in TEST()
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/ |
D | unittest_well_known_types.proto | 30 google.protobuf.Struct struct_field = 7; field 54 repeated google.protobuf.Struct struct_field = 7; field 77 google.protobuf.Struct struct_field = 7; field 102 map<int32,google.protobuf.Struct> struct_field = 7; field
|
/external/mesa3d/src/compiler/ |
D | glsl_types.cpp | 2873 encode_glsl_struct_field(blob *blob, const glsl_struct_field *struct_field) in encode_glsl_struct_field() argument 2875 encode_type_to_blob(blob, struct_field->type); in encode_glsl_struct_field() 2876 blob_write_string(blob, struct_field->name); in encode_glsl_struct_field() 2877 blob_write_uint32(blob, struct_field->location); in encode_glsl_struct_field() 2878 blob_write_uint32(blob, struct_field->offset); in encode_glsl_struct_field() 2879 blob_write_uint32(blob, struct_field->xfb_buffer); in encode_glsl_struct_field() 2880 blob_write_uint32(blob, struct_field->xfb_stride); in encode_glsl_struct_field() 2881 blob_write_uint32(blob, struct_field->image_format); in encode_glsl_struct_field() 2882 blob_write_uint32(blob, struct_field->flags); in encode_glsl_struct_field() 2886 decode_glsl_struct_field_from_blob(blob_reader *blob, glsl_struct_field *struct_field) in decode_glsl_struct_field_from_blob() argument [all …]
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_ubo_reference.cpp | 53 struct_field(NULL), variable(NULL), uniform_block(NULL), in lower_ubo_reference_visitor() 116 const struct glsl_struct_field *struct_field; member in __anon103f87770111::lower_ubo_reference_visitor 328 this->struct_field = NULL; in setup_for_load_or_store() 330 matrix_type, &this->struct_field, packing); in setup_for_load_or_store() 421 assert(struct_field); in ssbo_access_params() 423 return ((struct_field->memory_coherent ? ACCESS_COHERENT : 0) | in ssbo_access_params() 424 (struct_field->memory_restrict ? ACCESS_RESTRICT : 0) | in ssbo_access_params() 425 (struct_field->memory_volatile ? ACCESS_VOLATILE : 0)); in ssbo_access_params()
|
D | lower_buffer_access.cpp | 279 const glsl_struct_field **struct_field, in setup_buffer_access() argument 400 if (struct_field) in setup_buffer_access() 401 *struct_field = &struct_type->fields.structure[i]; in setup_buffer_access()
|
D | lower_buffer_access.h | 61 const glsl_struct_field **struct_field,
|
D | ast_function.cpp | 1982 const glsl_struct_field *struct_field = in process_record_constructor() local 1992 implicitly_convert_component(ir, struct_field->type->base_type, in process_record_constructor() 1995 if (ir->type != struct_field->type) { in process_record_constructor() 2000 struct_field->name, in process_record_constructor() 2002 struct_field->type->name); in process_record_constructor()
|
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | core_reloc.c | 235 .struct_sz = sizeof(((type *)0)->struct_field), \
|