HomeSort by relevance Sort by last modified time
    Searched defs:StructField (Results 1 - 8 of 8) sorted by null

  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
ast.py 340 class StructField(Definition):
352 super(StructField, self).__init__(name, **kwargs)
359 return super(StructField, self).__eq__(other) and \
366 # This needs to be declared after |StructField|.
370 _list_item_type = (Const, Enum, StructField)
  /prebuilts/go/darwin-x86/src/debug/dwarf/
type.go 148 Field []*StructField
152 // A StructField represents a field in a struct, union, or C++ class type.
153 type StructField struct {
513 t.Field = make([]*StructField, 0, 8)
518 f := new(StructField)
  /prebuilts/go/linux-x86/src/debug/dwarf/
type.go 148 Field []*StructField
152 // A StructField represents a field in a struct, union, or C++ class type.
153 type StructField struct {
513 t.Field = make([]*StructField, 0, 8)
518 f := new(StructField)
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
module.py 290 class StructField(Field): pass
327 field = StructField(name, kind, ordinal, default, attributes)
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestWellKnownTypes.cs 166 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestWellKnownTypes), global::Google.Protobuf.TestProtos.TestWellKnownTypes.Parser, new[]{ "AnyField", "ApiField", "DurationField", "EmptyField", "FieldMaskField", "SourceContextField", "StructField", "TimestampField", "TypeField", "DoubleField", "FloatField", "Int64Field", "Uint64Field", "Int32Field", "Uint32Field", "BoolField", "StringField", "BytesField", "ValueField" }, null, null, null),
167 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.RepeatedWellKnownTypes), global::Google.Protobuf.TestProtos.RepeatedWellKnownTypes.Parser, new[]{ "AnyField", "ApiField", "DurationField", "EmptyField", "FieldMaskField", "SourceContextField", "StructField", "TimestampField", "TypeField", "DoubleField", "FloatField", "Int64Field", "Uint64Field", "Int32Field", "Uint32Field", "BoolField", "StringField", "BytesField" }, null, null, null),
168 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.OneofWellKnownTypes), global::Google.Protobuf.TestProtos.OneofWellKnownTypes.Parser, new[]{ "AnyField", "ApiField", "DurationField", "EmptyField", "FieldMaskField", "SourceContextField", "StructField", "TimestampField", "TypeField", "DoubleField", "FloatField", "Int64Field", "Uint64Field", "Int32Field", "Uint32Field", "BoolField", "StringField", "BytesField" }, new[]{ "OneofField" }, null, null),
169 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.MapWellKnownTypes), global::Google.Protobuf.TestProtos.MapWellKnownTypes.Parser, new[]{ "AnyField", "ApiField", "DurationField", "EmptyField", "FieldMaskField", "SourceContextField", "StructField", "TimestampField", "TypeField", "DoubleField", "FloatField", "Int64Field", "Uint64Field", "Int32Field", "Uint32Field", "BoolField", "StringField", "BytesField" }, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, })
207 StructField = other.structField_ != null ? other.StructField.Clone() : null;
289 public global::Google.Protobuf.WellKnownTypes.Struct StructField {
445 if (!object.Equals(StructField, other.StructField)) return false;
469 if (structField_ != null) hash ^= StructField.GetHashCode()
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
type.go 147 Field(i int) StructField
153 FieldByIndex(index []int) StructField
157 FieldByName(name string) (StructField, bool)
171 FieldByNameFunc(match func(string) bool) (StructField, bool)
419 type structField struct {
429 fields []structField // sorted by offset
957 func (t *rtype) Field(i int) StructField {
965 func (t *rtype) FieldByIndex(index []int) StructField {
973 func (t *rtype) FieldByName(name string) (StructField, bool) {
981 func (t *rtype) FieldByNameFunc(match func(string) bool) (StructField, bool)
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 147 Field(i int) StructField
153 FieldByIndex(index []int) StructField
157 FieldByName(name string) (StructField, bool)
171 FieldByNameFunc(match func(string) bool) (StructField, bool)
419 type structField struct {
429 fields []structField // sorted by offset
957 func (t *rtype) Field(i int) StructField {
965 func (t *rtype) FieldByIndex(index []int) StructField {
973 func (t *rtype) FieldByName(name string) (StructField, bool) {
981 func (t *rtype) FieldByNameFunc(match func(string) bool) (StructField, bool)
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
jna-3.4.0.jar 

Completed in 184 milliseconds