Home
last modified time | relevance | path

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

/external/golang-protobuf/internal/impl/
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…
Dpointer_unsafe.go26 func offsetOf(f reflect.StructField, x exporter) offset {
Dpointer_reflect.go29 func offsetOf(f reflect.StructField, x exporter) offset {
/external/go-cmp/cmp/
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 }
Dexport_unsafe.go23 func retrieveUnexportedField(v reflect.Value, f reflect.StructField, addr bool) reflect.Value {
Dexport_panic.go14 func retrieveUnexportedField(reflect.Value, reflect.StructField, bool) reflect.Value {
/external/rust/crates/argh_derive/src/
Dlib.rs80 struct StructField<'a> { struct
105 impl<'a> StructField<'a> { impl
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
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
/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
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
/external/rust/cxx/syntax/
Dtrivial.rs9 StructField(&'a Struct), enumerator
/external/flatbuffers/src/
Dbinary_annotator.h114 StructField, enumerator
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/parse/
Dast.py346 class StructField(Definition): class
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dmodule.py308 class StructField(Field): pass class
/external/clang/lib/AST/
DASTContext.cpp5599 bool StructField, in getObjCEncodingForTypeImpl()