/aosp_15_r20/prebuilts/go/linux-x86/src/debug/dwarf/ |
D | type.go | 229 type StructField struct { struct 230 Name string 231 Type Type 232 ByteOffset int64 233 ByteSize int64 // usually zero; use Type.Size() for normal fields 234 BitOffset int64 235 DataBitOffset int64 236 BitSize int64 // zero if not a bit field 246 func (f *StructField) bitOffset() int64 {
|
/aosp_15_r20/external/rust/android-crates-io/crates/argh_derive/src/ |
D | lib.rs | 89 struct StructField<'a> { struct 114 impl<'a> StructField<'a> { argument
|
/aosp_15_r20/external/golang-protobuf/internal/impl/ |
H A D | message_reflect_field.go | 64 func fieldInfoForOneof(fd protoreflect.FieldDescriptor, fs reflect.StructField, x exporter, ot refl… 147 func fieldInfoForMap(fd protoreflect.FieldDescriptor, fs reflect.StructField, x exporter) fieldInfo… 200 func fieldInfoForList(fd protoreflect.FieldDescriptor, fs reflect.StructField, x exporter) fieldInf… 255 func fieldInfoForScalar(fd protoreflect.FieldDescriptor, fs reflect.StructField, x exporter) fieldI… 414 func fieldInfoForMessage(fd protoreflect.FieldDescriptor, fs reflect.StructField, x exporter) field…
|
H A D | pointer_unsafe.go | 26 func offsetOf(f reflect.StructField, x exporter) offset {
|
H A D | pointer_reflect.go | 29 func offsetOf(f reflect.StructField, x exporter) offset {
|
/aosp_15_r20/external/go-cmp/cmp/ |
H A D | path.go | 172 type StructField struct{ *structField } struct 187 func (sf StructField) Type() reflect.Type { return sf.typ } 188 func (sf StructField) Values() (vx, vy reflect.Value) { 201 func (sf StructField) String() string { return fmt.Sprintf(".%s", sf.name) } 204 func (sf StructField) Name() string { return sf.name } 208 func (sf StructField) Index() int { return sf.idx }
|
H A D | export_unsafe.go | 23 func retrieveUnexportedField(v reflect.Value, f reflect.StructField, addr bool) reflect.Value {
|
H A D | export_panic.go | 14 func retrieveUnexportedField(reflect.Value, reflect.StructField, bool) reflect.Value {
|
/aosp_15_r20/build/blueprint/proptools/ |
H A D | extend.go | 175 func OrderAppend(dstField, srcField reflect.StructField) (Order, error) { 179 func OrderPrepend(dstField, srcField reflect.StructField) (Order, error) { 183 func OrderReplace(dstField, srcField reflect.StructField) (Order, error) { 601 func ShouldSkipProperty(structField reflect.StructField) bool { 608 func IsEmbedded(structField reflect.StructField) bool {
|
H A D | filter.go | 39 func filterPropertyStructFields(fields []reflect.StructField, prefix string, maxTypeNameSize int, 127 func fieldToTypeNameSize(field reflect.StructField, withType bool) int {
|
H A D | tag.go | 24 func HasTag(field reflect.StructField, name, value string) bool {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/ |
D | type.go | 1012 type StructField struct { struct 1014 Name string 1019 PkgPath string 1021 Type Type // field type 1022 Tag StructTag // field tag string 1023 Offset uintptr // offset within struct, in bytes 1024 Index []int // index sequence for Type.FieldByIndex 1025 Anonymous bool // is an embedded field 1029 func (f StructField) IsExported() bool { 2348 func StructOf(fields []StructField) Type { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/ |
D | type.go | 574 type StructField struct { struct 575 Name Name // name is always non-empty 576 Typ *Type // type of field 577 Offset uintptr // byte offset of field 580 func (f *StructField) Embedded() bool {
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestWellKnownTypes.cs | 321 public global::Google.Protobuf.WellKnownTypes.Struct StructField { property in Google.Protobuf.TestProtos.TestWellKnownTypes 1339 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Struct> StructField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes 2004 public global::Google.Protobuf.WellKnownTypes.Struct StructField { property in Google.Protobuf.TestProtos.OneofWellKnownTypes 2163 StructField = 7, enumerator 2974 public pbc::MapField<int, global::Google.Protobuf.WellKnownTypes.Struct> StructField { property in Google.Protobuf.TestProtos.MapWellKnownTypes
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestWellKnownTypes.cs | 321 public global::Google.Protobuf.WellKnownTypes.Struct StructField { property in Google.Protobuf.TestProtos.TestWellKnownTypes 1339 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Struct> StructField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes 2004 public global::Google.Protobuf.WellKnownTypes.Struct StructField { property in Google.Protobuf.TestProtos.OneofWellKnownTypes 2163 StructField = 7, enumerator 2974 public pbc::MapField<int, global::Google.Protobuf.WellKnownTypes.Struct> StructField { property in Google.Protobuf.TestProtos.MapWellKnownTypes
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/fields/ |
D | struct_field.cc | 23 StructField::StructField(std::string name, std::string type_name, Size size, ParseLocation loc) in StructField() function in StructField
|
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/xml/ |
D | typeinfo.go | 113 func structFieldInfo(typ reflect.Type, f *reflect.StructField) (*fieldInfo, error) {
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/ |
H A D | trivial.rs | 9 StructField(&'a Struct), enumerator
|
/aosp_15_r20/external/rust/cxx/syntax/ |
D | trivial.rs | 9 StructField(&'a Struct), enumerator
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/ |
H A D | trivial.rs | 9 StructField(&'a Struct), enumerator
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/rttype/ |
D | rttype.go | 38 var StructField *types.Type var
|
/aosp_15_r20/external/flatbuffers/src/ |
H A D | binary_annotator.h | 114 StructField, enumerator
|
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/parse/ |
H A D | ast.py | 346 class StructField(Definition): class
|
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/gob/ |
D | type.go | 579 func isSent(field *reflect.StructField) bool {
|
/aosp_15_r20/build/soong/android/ |
H A D | arch.go | 1042 func filterArchStruct(field reflect.StructField, prefix string) (bool, reflect.StructField) {
|