| /external/golang-protobuf/internal/impl/ |
| D | message_reflect_field.go | 64 func fieldInfoForOneof(fd pref.FieldDescriptor, fs reflect.StructField, x exporter, ot reflect.Type… 147 func fieldInfoForMap(fd pref.FieldDescriptor, fs reflect.StructField, x exporter) fieldInfo { 200 func fieldInfoForList(fd pref.FieldDescriptor, fs reflect.StructField, x exporter) fieldInfo { 255 func fieldInfoForScalar(fd pref.FieldDescriptor, fs reflect.StructField, x exporter) fieldInfo { 414 func fieldInfoForMessage(fd pref.FieldDescriptor, fs reflect.StructField, x exporter) fieldInfo {
|
| D | pointer_unsafe.go | 26 func offsetOf(f reflect.StructField, x exporter) offset {
|
| D | pointer_reflect.go | 29 func offsetOf(f reflect.StructField, x exporter) offset {
|
| /external/rust/crates/argh_derive/src/ |
| D | lib.rs | 89 struct StructField<'a> { struct 114 impl<'a> StructField<'a> { impl
|
| /external/go-cmp/cmp/ |
| D | path.go | 170 type StructField struct{ *structField } argument 185 func (sf StructField) Type() reflect.Type { return sf.typ } 186 func (sf StructField) Values() (vx, vy reflect.Value) { 199 func (sf StructField) String() string { return fmt.Sprintf(".%s", sf.name) } 202 func (sf StructField) Name() string { return sf.name } 206 func (sf StructField) Index() int { return sf.idx }
|
| D | export_unsafe.go | 23 func retrieveUnexportedField(v reflect.Value, f reflect.StructField, addr bool) reflect.Value {
|
| D | export_panic.go | 14 func retrieveUnexportedField(reflect.Value, reflect.StructField, bool) reflect.Value {
|
| /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
| D | UnittestWellKnownTypes.cs | 304 public global::Google.Protobuf.WellKnownTypes.Struct StructField { property in Google.Protobuf.TestProtos.TestWellKnownTypes 1052 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Struct> StructField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes 1558 public global::Google.Protobuf.WellKnownTypes.Struct StructField { property in Google.Protobuf.TestProtos.OneofWellKnownTypes 1706 StructField = 7, enumerator 2277 public pbc::MapField<int, global::Google.Protobuf.WellKnownTypes.Struct> StructField { property in Google.Protobuf.TestProtos.MapWellKnownTypes
|
| /external/rust/cxx/syntax/ |
| D | trivial.rs | 9 StructField(&'a Struct), enumerator
|
| /external/libchrome/mojo/public/tools/bindings/pylib/mojom/parse/ |
| D | ast.py | 346 class StructField(Definition): class
|
| /external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/ |
| D | module.py | 305 class StructField(Field): pass class
|
| /external/clang/lib/AST/ |
| D | ASTContext.cpp | 5599 bool StructField, in getObjCEncodingForTypeImpl()
|