Home
last modified time | relevance | path

Searched refs:StructField (Results 1 – 25 of 26) sorted by relevance

12

/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/parse/
Dparser_unittest.py149 [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/
DUnittestWellKnownTypes.cs207 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/
Dpath.go66 StructField interface { interface
197 field reflect.StructField // Field information
266 _ StructField = structField{}
Dunsafe_panic.go13 func unsafeRetrieveField(reflect.Value, reflect.StructField) reflect.Value { argument
Dunsafe_reflect.go21 func unsafeRetrieveField(v reflect.Value, f reflect.StructField) reflect.Value { argument
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/parse/
Dast.py346 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)
Dparser.py179 p[0] = ast.StructField(p[3], p[1], p[4], p[2], p[5])
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/cmpopts/
Dsort_go18.go17 return reflect.StructOf([]reflect.StructField{
Dstruct_filter.go113 case cmp.StructField:
Dignore.go137 sf, ok := p[len(p)-1].(cmp.StructField)
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dproperties.go264 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…
Dpointer_unsafe.go51 func toField(f *reflect.StructField) field { argument
Dtable_marshal.go425 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
Dpointer_reflect.go53 func toField(f *reflect.StructField) field { argument
Dtable_unmarshal.go447 func fieldUnmarshaler(f *reflect.StructField) unmarshaler { argument
1731 func makeUnmarshalMap(f *reflect.StructField) unmarshaler { argument
/external/golang-protobuf/proto/
Dproperties.go264 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…
Dpointer_unsafe.go51 func toField(f *reflect.StructField) field { argument
Dtable_marshal.go443 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
Dpointer_reflect.go53 func toField(f *reflect.StructField) field { argument
Dtable_unmarshal.go450 func fieldUnmarshaler(f *reflect.StructField) unmarshaler { argument
1734 func makeUnmarshalMap(f *reflect.StructField) unmarshaler { argument
/external/syzkaller/vendor/google.golang.org/api/gensupport/
Djson.go170 func includeField(v reflect.Value, f reflect.StructField, mustInclude map[string]bool) bool { argument
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dtranslate.py266 parsed_struct.body, ast.StructField, parsed_struct.mojom_name)
310 field = mojom.StructField()
Dmodule.py305 class StructField(Field): pass class
362 field = StructField(mojom_name, kind, ordinal, default, attributes)
/external/libchrome/mojo/public/tools/bindings/
DREADME.md704 | StructBody StructField
705 StructField = AttributeSection TypeSpec Name Orginal Default ";"
/external/clang/include/clang/AST/
DASTContext.h2511 bool StructField = false,

12