/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 | 304 public global::Google.Protobuf.WellKnownTypes.Struct StructField { property in Google.Protobuf.TestProtos.TestWellKnownTypes 483 if (!object.Equals(StructField, other.StructField)) return false; in Equals() 508 if (structField_ != null) hash ^= StructField.GetHashCode(); in GetHashCode() 560 output.WriteMessage(StructField); in WriteTo() 628 size += 1 + pb::CodedOutputStream.ComputeMessageSize(StructField); in CalculateSize() 715 StructField = new global::Google.Protobuf.WellKnownTypes.Struct(); in MergeFrom() 717 StructField.MergeFrom(other.StructField); in MergeFrom() 837 StructField = new global::Google.Protobuf.WellKnownTypes.Struct(); in MergeFrom() 839 input.ReadMessage(StructField); in MergeFrom() 1052 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Struct> StructField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes [all …]
|
/external/llvm-project/clang-tools-extra/clang-tidy/altera/ |
D | StructPackAlignCheck.cpp | 58 for (const FieldDecl *StructField : Struct->fields()) { in check() local 64 ->getTypeInfo(StructField->getType().getTypePtr()) in check() 66 FieldSizes.emplace_back(StructFieldWidth, StructField->getFieldIndex()); in check()
|
/external/rust/cxx/syntax/ |
D | trivial.rs | 9 StructField(&'a Struct), enumerator 43 let reason = TrivialReason::StructField(strct); in required_trivial_reasons() 135 TrivialReason::StructField(strct) => { in as_what()
|
/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/golang-protobuf/proto/ |
D | properties.go | 263 func (p *Properties) setFieldProps(typ reflect.Type, f *reflect.StructField, lockGetProp bool) { 303 func (p *Properties) Init(typ reflect.Type, name, tag string, f *reflect.StructField) { 307 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/boringssl/src/util/fipstools/acvp/acvptool/acvp/ |
D | acvp.go | 496 replyType := reflect.StructOf([]reflect.StructField{ 500 {Name: "Links", Type: reflect.StructOf([]reflect.StructField{
|
/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,
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 5599 bool StructField, in getObjCEncodingForTypeImpl() argument 5707 if (isa<IncompleteArrayType>(AT) && !StructField) { in getObjCEncodingForTypeImpl()
|