Home
last modified time | relevance | path

Searched refs:struct_field (Results 1 – 25 of 235) sorted by relevance

12345678910

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/v8windbg/src/
H A Dv8-debug-helper-interop.cc121 const auto& struct_field = *source_prop.struct_fields[field_index]; in GetHeapObject() local
122 dest_prop.fields.push_back({ConvertToU16String(struct_field.name), in GetHeapObject()
123 ConvertToU16String(struct_field.type), in GetHeapObject()
124 struct_field.decompressed_type, in GetHeapObject()
125 struct_field.offset, struct_field.num_bits, in GetHeapObject()
126 struct_field.shift_bits}); in GetHeapObject()
/dports/lang/v8/v8-9.6.180.12/tools/v8windbg/src/
H A Dv8-debug-helper-interop.cc107 const auto& struct_field = *source_prop.struct_fields[field_index]; in GetPropertiesAsVector() local
108 dest_prop.fields.push_back({ConvertToU16String(struct_field.name), in GetPropertiesAsVector()
109 ConvertToU16String(struct_field.type), in GetPropertiesAsVector()
110 struct_field.decompressed_type, in GetPropertiesAsVector()
111 struct_field.offset, struct_field.num_bits, in GetPropertiesAsVector()
112 struct_field.shift_bits}); in GetPropertiesAsVector()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/v8windbg/src/
H A Dv8-debug-helper-interop.cc107 const auto& struct_field = *source_prop.struct_fields[field_index]; in GetPropertiesAsVector() local
108 dest_prop.fields.push_back({ConvertToU16String(struct_field.name), in GetPropertiesAsVector()
109 ConvertToU16String(struct_field.type), in GetPropertiesAsVector()
110 struct_field.decompressed_type, in GetPropertiesAsVector()
111 struct_field.offset, struct_field.num_bits, in GetPropertiesAsVector()
112 struct_field.shift_bits}); in GetPropertiesAsVector()
/dports/devel/thrift/thrift-0.14.0/lib/js/test/
H A Ddeep-constructor.test.js26 struct_field: new Simple({value: 'a'}),
80 struct_field: {value: 'a'},
129 assert.equal(obj.struct_field.value, 'a');
180 args.struct_field.value = 'ZZZ';
197 struct_field: null,
/dports/devel/thrift/thrift-0.14.0/lib/nodejs/test/
H A Ddeep-constructor.test.js69 struct_field: new ttypes.Simple({ value: "a" }),
136 struct_field: { value: "a" },
193 assert.equals(obj.struct_field.value, "a");
276 args.struct_field.value = "ZZZ";
294 struct_field: null,
302 assert.strictEqual(tObj.struct_field, null);
314 assert.strictEqual(innerObj.struct_field, null);
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/tools/
H A Dmanager-file.py104 struct_field = info.get('struct_field', param.replace('-', '_'))
129 struct_field = info.get('struct_field', param.replace('-', '_'))
144 if struct is None or struct_field is None:
147 struct_offset = 'G_STRUCT_OFFSET (%s, %s)' % (struct, struct_field)
/dports/net-im/telepathy-logger/telepathy-logger-0.8.2/tools/
H A Dmanager-file.py104 struct_field = info.get('struct_field', param.replace('-', '_'))
129 struct_field = info.get('struct_field', param.replace('-', '_'))
144 if struct is None or struct_field is None:
147 struct_offset = 'G_STRUCT_OFFSET (%s, %s)' % (struct, struct_field)
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/tools/
H A Dmanager-file.py104 struct_field = info.get('struct_field', param.replace('-', '_'))
129 struct_field = info.get('struct_field', param.replace('-', '_'))
144 if struct is None or struct_field is None:
147 struct_offset = 'G_STRUCT_OFFSET (%s, %s)' % (struct, struct_field)
/dports/net-im/telepathy-logger-qt5/telepathy-logger-qt-17.09.0/tools/
H A Dmanager-file.py105 struct_field = info.get('struct_field', param.replace('-', '_'))
130 struct_field = info.get('struct_field', param.replace('-', '_'))
145 if struct is None or struct_field is None:
148 struct_offset = 'G_STRUCT_OFFSET (%s, %s)' % (struct, struct_field)
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/
H A Dmanager-file.py105 struct_field = info.get('struct_field', param.replace('-', '_'))
130 struct_field = info.get('struct_field', param.replace('-', '_'))
145 if struct is None or struct_field is None:
148 struct_offset = 'G_STRUCT_OFFSET (%s, %s)' % (struct, struct_field)
/dports/net-im/folks/folks-0.15.3/tests/tools/
H A Dmanager-file.py105 struct_field = info.get('struct_field', param.replace('-', '_'))
130 struct_field = info.get('struct_field', param.replace('-', '_'))
145 if struct is None or struct_field is None:
148 struct_offset = 'G_STRUCT_OFFSET ({}, {})'.format(struct, struct_field)
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/internal/auxiliary/
H A Dinternal_unstable.rs33 #[allow_internal_unstable(struct_field)]
49 #[allow_internal_unstable(struct_field, struct2_field)]
57 #[allow_internal_unstable(struct_field)]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/torque/
H A Dclass-debug-reader-generator.cc359 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()
/dports/lang/v8/v8-9.6.180.12/src/torque/
H A Dclass-debug-reader-generator.cc368 for (const auto& struct_field : in GenerateGetPropsChunkForField() local
370 DebugFieldType struct_field_type(struct_field.name_and_type, in GenerateGetPropsChunkForField()
371 struct_field.pos); in GenerateGetPropsChunkForField()
374 << struct_field.name_and_type.name << "\", " in GenerateGetPropsChunkForField()
377 << struct_field.offset_bytes << ", " << struct_field.num_bits in GenerateGetPropsChunkForField()
378 << ", " << struct_field.shift_bits << "));\n"; in GenerateGetPropsChunkForField()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/torque/
H A Dclass-debug-reader-generator.cc359 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()
/dports/lang/zig/zig-0.9.0/lib/std/meta/
H A Dtrailer_flags.zig23 inline for (@typeInfo(Fields).Struct.fields) |struct_field, i| {
25 .name = struct_field.name,
26 .field_type = ?struct_field.field_type,
28 ??struct_field.field_type,
29 @as(?struct_field.field_type, null),
32 .alignment = @alignOf(?struct_field.field_type),
/dports/lang/zig-devel/zig-0.9.0/lib/std/meta/
H A Dtrailer_flags.zig23 inline for (@typeInfo(Fields).Struct.fields) |struct_field, i| {
25 .name = struct_field.name,
26 .field_type = ?struct_field.field_type,
28 ??struct_field.field_type,
29 @as(?struct_field.field_type, null),
32 .alignment = @alignOf(?struct_field.field_type),
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/docopt-1.1.0/src/
H A Ddopt.rs646 struct_field: &'de str, field
655 fn push(&mut self, struct_field: &'de str) { in push()
656 let key = ArgvMap::struct_field_to_key(struct_field); in push()
660 struct_field: struct_field, in push()
680 it.struct_field) in pop_key_val()
876 let (key, struct_field, val) = match self.stack.pop() { in deserialize_seq()
878 Some(DeserializerItem {key, struct_field, val}) => (key, struct_field, val), in deserialize_seq()
886 struct_field: struct_field, in deserialize_seq()
/dports/net/quiche/quiche-0.9.0/cargo-crates/docopt-1.1.1/src/
H A Ddopt.rs646 struct_field: &'de str, field
655 fn push(&mut self, struct_field: &'de str) { in push()
656 let key = ArgvMap::struct_field_to_key(struct_field); in push()
660 struct_field: struct_field, in push()
680 it.struct_field) in pop_key_val()
876 let (key, struct_field, val) = match self.stack.pop() { in deserialize_seq()
878 Some(DeserializerItem {key, struct_field, val}) => (key, struct_field, val), in deserialize_seq()
886 struct_field: struct_field, in deserialize_seq()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/docopt-1.1.0/src/
H A Ddopt.rs646 struct_field: &'de str, field
655 fn push(&mut self, struct_field: &'de str) { in push()
656 let key = ArgvMap::struct_field_to_key(struct_field); in push()
660 struct_field: struct_field, in push()
680 it.struct_field) in pop_key_val()
876 let (key, struct_field, val) = match self.stack.pop() { in deserialize_seq()
878 Some(DeserializerItem {key, struct_field, val}) => (key, struct_field, val), in deserialize_seq()
886 struct_field: struct_field, in deserialize_seq()
/dports/textproc/xsv-rs/xsv-0.13.0/cargo-crates/docopt-1.0.0/src/
H A Ddopt.rs659 struct_field: &'de str, field
668 fn push(&mut self, struct_field: &'de str) { in push()
669 let key = ArgvMap::struct_field_to_key(struct_field); in push()
673 struct_field: struct_field, in push()
693 it.struct_field) in pop_key_val()
889 let (key, struct_field, val) = match self.stack.pop() { in deserialize_seq()
891 Some(DeserializerItem {key, struct_field, val}) => (key, struct_field, val), in deserialize_seq()
899 struct_field: struct_field, in deserialize_seq()
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/docopt-1.1.0/src/
H A Ddopt.rs646 struct_field: &'de str, field
655 fn push(&mut self, struct_field: &'de str) { in push()
656 let key = ArgvMap::struct_field_to_key(struct_field); in push()
660 struct_field: struct_field, in push()
680 it.struct_field) in pop_key_val()
876 let (key, struct_field, val) = match self.stack.pop() { in deserialize_seq()
878 Some(DeserializerItem {key, struct_field, val}) => (key, struct_field, val), in deserialize_seq()
886 struct_field: struct_field, in deserialize_seq()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_size.c29 struct { int x; } struct_field; member
44 out->struct_sz = bpf_core_field_size(in->struct_field); in test_core_size()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_size.c29 struct { int x; } struct_field; member
44 out->struct_sz = bpf_core_field_size(in->struct_field); in test_core_size()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_size.c29 struct { int x; } struct_field; member
44 out->struct_sz = bpf_core_field_size(in->struct_field); in test_core_size()

12345678910