Searched refs:STRUCT_FLAG (Results 1 – 7 of 7) sorted by relevance
970 if (mHead->field.type() & C2FieldDescriptor::STRUCT_FLAG) { in C2FieldUtilsFieldsIterator()971 C2Param::CoreIndex index = { mHead->field.type() &~C2FieldDescriptor::STRUCT_FLAG }; in C2FieldUtilsFieldsIterator()988 if (mHead->field.type() & C2FieldDescriptor::STRUCT_FLAG) { in increment()989 C2Param::CoreIndex index = { mHead->field.type() &~C2FieldDescriptor::STRUCT_FLAG }; in increment()1173 if ((mHead->field.type() & C2FieldDescriptor::STRUCT_FLAG) == 0) { in C2FieldUtilsFieldLocator()1176 index = C2Param::CoreIndex(mHead->field.type() &~ C2FieldDescriptor::STRUCT_FLAG); in C2FieldUtilsFieldLocator()
54 if (fd.type() & C2FieldDescriptor::STRUCT_FLAG) { in addStructDescriptor()55 C2Param::CoreIndex coreIndex = fd.type() &~ C2FieldDescriptor::STRUCT_FLAG; in addStructDescriptor()564 if (field.type() >= C2FieldDescriptor::STRUCT_FLAG) { in GetBaseOffset()567 reflector, field.type() & ~C2FieldDescriptor::STRUCT_FLAG, in GetBaseOffset()
62 default: return (i & C2FieldDescriptor::STRUCT_FLAG) ? "struct" : def; in asString()
44 if (fd.type() & FD::STRUCT_FLAG) { in PrintTo()45 *os << "struct-" << (fd.type() & ~FD::STRUCT_FLAG); in PrintTo()
42 if (fd.type() & FD::STRUCT_FLAG) { in PrintTo()43 *os << "struct-" << (fd.type() & ~FD::STRUCT_FLAG); in PrintTo()98 const static FD::type_t TYPE = (FD::type_t)(CORE_INDEX | FD::STRUCT_FLAG);
985 STRUCT_FLAG = 0x20000, ///< structs. Marked with this flag in addition to their coreIndex. enumerator1098 return (type_t)(T::CORE_INDEX | STRUCT_FLAG); in GetType()
150 if (it->type() & C2FieldDescriptor::STRUCT_FLAG) { in addParamStructDesc()