Home
last modified time | relevance | path

Searched defs:StructField (Results 1 – 25 of 36) sorted by relevance

12

/aosp_15_r20/prebuilts/go/linux-x86/src/debug/dwarf/
Dtype.go229 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/
Dlib.rs89 struct StructField<'a> { struct
114 impl<'a> StructField<'a> { argument
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dmessage_reflect_field.go64 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 Dpointer_unsafe.go26 func offsetOf(f reflect.StructField, x exporter) offset {
H A Dpointer_reflect.go29 func offsetOf(f reflect.StructField, x exporter) offset {
/aosp_15_r20/external/go-cmp/cmp/
H A Dpath.go172 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 Dexport_unsafe.go23 func retrieveUnexportedField(v reflect.Value, f reflect.StructField, addr bool) reflect.Value {
H A Dexport_panic.go14 func retrieveUnexportedField(reflect.Value, reflect.StructField, bool) reflect.Value {
/aosp_15_r20/build/blueprint/proptools/
H A Dextend.go175 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 Dfilter.go39 func filterPropertyStructFields(fields []reflect.StructField, prefix string, maxTypeNameSize int,
127 func fieldToTypeNameSize(field reflect.StructField, withType bool) int {
H A Dtag.go24 func HasTag(field reflect.StructField, name, value string) bool {
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dtype.go1012 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/
Dtype.go574 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 DUnittestWellKnownTypes.cs321 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 DUnittestWellKnownTypes.cs321 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/
Dstruct_field.cc23 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/
Dtypeinfo.go113 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 Dtrivial.rs9 StructField(&'a Struct), enumerator
/aosp_15_r20/external/rust/cxx/syntax/
Dtrivial.rs9 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 Dtrivial.rs9 StructField(&'a Struct), enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/rttype/
Drttype.go38 var StructField *types.Type var
/aosp_15_r20/external/flatbuffers/src/
H A Dbinary_annotator.h114 StructField, enumerator
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dast.py346 class StructField(Definition): class
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/gob/
Dtype.go579 func isSent(field *reflect.StructField) bool {
/aosp_15_r20/build/soong/android/
H A Darch.go1042 func filterArchStruct(field reflect.StructField, prefix string) (bool, reflect.StructField) {

12