/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/parse/ |
D | parser_unittest.py | 149 [ast.StructField('a', None, None, 'int32', None), 150 ast.StructField('b', None, None, 'double', None)]))]) 169 [ast.StructField('a', None, None, 'int32', None), 170 ast.StructField('b', None, None, 'double', None)]))]) 196 ast.StructField('a', None, None, 'int32', None), 197 ast.StructField('b', None, None, 'SomeOtherStruct', None)]))]) 413 ast.StructField('number', None, ast.Ordinal(0), 'int8', 459 [ast.StructField('a0', None, ast.Ordinal(0), 'int32', None), 460 ast.StructField('a1', None, ast.Ordinal(1), 'int32', None), 461 ast.StructField('a2', None, ast.Ordinal(2), 'int32', None), [all …]
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestWellKnownTypes.cs | 207 StructField = other.structField_ != null ? other.StructField.Clone() : null; in TestWellKnownTypes() 289 public global::Google.Protobuf.WellKnownTypes.Struct StructField { property in Google.Protobuf.TestProtos.TestWellKnownTypes 445 if (!object.Equals(StructField, other.StructField)) return false; in Equals() 469 if (structField_ != null) hash ^= StructField.GetHashCode(); in GetHashCode() 516 output.WriteMessage(StructField); in WriteTo() 580 size += 1 + pb::CodedOutputStream.ComputeMessageSize(StructField); in CalculateSize() 665 StructField.MergeFrom(other.StructField); in MergeFrom() 984 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Struct> StructField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes 1341 case OneofFieldOneofCase.StructField: in OneofWellKnownTypes() 1342 StructField = other.StructField.Clone(); in OneofWellKnownTypes() [all …]
|
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/ |
D | path.go | 66 StructField interface { interface 197 field reflect.StructField // Field information 266 _ StructField = structField{}
|
D | unsafe_panic.go | 13 func unsafeRetrieveField(reflect.Value, reflect.StructField) reflect.Value { argument
|
D | unsafe_reflect.go | 21 func unsafeRetrieveField(v reflect.Value, f reflect.StructField) reflect.Value { argument
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/parse/ |
D | ast.py | 346 class StructField(Definition): class 358 super(StructField, self).__init__(mojom_name, **kwargs) 365 return super(StructField, self).__eq__(other) and \ 376 _list_item_type = (Const, Enum, StructField)
|
D | parser.py | 179 p[0] = ast.StructField(p[3], p[1], p[4], p[2], p[5])
|
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/cmpopts/ |
D | sort_go18.go | 17 return reflect.StructOf([]reflect.StructField{
|
D | struct_filter.go | 113 case cmp.StructField:
|
D | ignore.go | 137 sf, ok := p[len(p)-1].(cmp.StructField)
|
/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
D | properties.go | 264 func (p *Properties) setFieldProps(typ reflect.Type, f *reflect.StructField, lockGetProp bool) { 304 func (p *Properties) Init(typ reflect.Type, name, tag string, f *reflect.StructField) { 308 func (p *Properties) init(typ reflect.Type, name, tag string, f *reflect.StructField, lockGetProp b…
|
D | pointer_unsafe.go | 51 func toField(f *reflect.StructField) field { argument
|
D | table_marshal.go | 425 func (fi *marshalFieldInfo) computeMarshalFieldInfo(f *reflect.StructField) { 444 func (fi *marshalFieldInfo) computeOneofFieldInfo(f *reflect.StructField, oneofImplementers []inter… 496 func (fi *marshalFieldInfo) setTag(f *reflect.StructField, tag int, wt uint64) { 503 func (fi *marshalFieldInfo) setMarshaler(f *reflect.StructField, tags []string) { 2263 func makeMapMarshaler(f *reflect.StructField) (sizer, marshaler) { argument 2325 func makeOneOfMarshaler(fi *marshalFieldInfo, f *reflect.StructField) (sizer, marshaler) { argument
|
D | pointer_reflect.go | 53 func toField(f *reflect.StructField) field { argument
|
D | table_unmarshal.go | 447 func fieldUnmarshaler(f *reflect.StructField) unmarshaler { argument 1731 func makeUnmarshalMap(f *reflect.StructField) unmarshaler { argument
|
/external/golang-protobuf/proto/ |
D | properties.go | 264 func (p *Properties) setFieldProps(typ reflect.Type, f *reflect.StructField, lockGetProp bool) { 304 func (p *Properties) Init(typ reflect.Type, name, tag string, f *reflect.StructField) { 308 func (p *Properties) init(typ reflect.Type, name, tag string, f *reflect.StructField, lockGetProp b…
|
D | pointer_unsafe.go | 51 func toField(f *reflect.StructField) field { argument
|
D | table_marshal.go | 443 func (fi *marshalFieldInfo) computeMarshalFieldInfo(f *reflect.StructField) { 462 func (fi *marshalFieldInfo) computeOneofFieldInfo(f *reflect.StructField, oneofImplementers []inter… 510 func (fi *marshalFieldInfo) setTag(f *reflect.StructField, tag int, wt uint64) { 517 func (fi *marshalFieldInfo) setMarshaler(f *reflect.StructField, tags []string) { 2279 func makeMapMarshaler(f *reflect.StructField) (sizer, marshaler) { argument 2362 func makeOneOfMarshaler(fi *marshalFieldInfo, f *reflect.StructField) (sizer, marshaler) { argument
|
D | pointer_reflect.go | 53 func toField(f *reflect.StructField) field { argument
|
D | table_unmarshal.go | 450 func fieldUnmarshaler(f *reflect.StructField) unmarshaler { argument 1734 func makeUnmarshalMap(f *reflect.StructField) unmarshaler { argument
|
/external/syzkaller/vendor/google.golang.org/api/gensupport/ |
D | json.go | 170 func includeField(v reflect.Value, f reflect.StructField, mustInclude map[string]bool) bool { argument
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/ |
D | translate.py | 266 parsed_struct.body, ast.StructField, parsed_struct.mojom_name) 310 field = mojom.StructField()
|
D | module.py | 305 class StructField(Field): pass class 362 field = StructField(mojom_name, kind, ordinal, default, attributes)
|
/external/libchrome/mojo/public/tools/bindings/ |
D | README.md | 704 | StructBody StructField 705 StructField = AttributeSection TypeSpec Name Orginal Default ";"
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 2511 bool StructField = false,
|