Home
last modified time | relevance | path

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

/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.cs304 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/
DStructPackAlignCheck.cpp58 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/
Dtrivial.rs9 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/
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/golang-protobuf/proto/
Dproperties.go263 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…
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/boringssl/src/util/fipstools/acvp/acvptool/acvp/
Dacvp.go496 replyType := reflect.StructOf([]reflect.StructField{
500 {Name: "Links", Type: reflect.StructOf([]reflect.StructField{
/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,
/external/clang/lib/AST/
DASTContext.cpp5599 bool StructField, in getObjCEncodingForTypeImpl() argument
5707 if (isa<IncompleteArrayType>(AT) && !StructField) { in getObjCEncodingForTypeImpl()