Searched defs:afield (Results 1 – 4 of 4) sorted by relevance
27 type afield struct { struct28 attr Attr29 fmt format30 class Class31 val int64 // for formImplicitConst
135 unsigned afield; member
2944 std::string GenUnionUnpackVal(const FieldDef &afield, in GenUnionUnpackVal()2954 bool invector, const FieldDef &afield) { in GenUnpackVal()
922 const auto afield = a.pFields[i]; in sInterfaceBlockCheck() local