Searched refs:FieldType (Results 1 – 7 of 7) sorted by relevance
73 struct FieldType {81 struct FieldType ii;
11 reflection3264_struct_mismatch.rscript:73:8: error: field 'b' of exported structure 'FieldType' has…12 reflection3264_struct_mismatch.rscript:73:8: error: field 'e' of exported structure 'FieldType' has…
73 public @interface FieldType {} annotation346 @FieldType int getType(@IntRange(from = 0) int columnIndex); in getType()
404 public @Cursor.FieldType int getType(@IntRange(from = 0) int row, in getType()
85 public @interface FieldType {} annotation in ProtoStream452 public static @Nullable String getFieldTypeString(@FieldType long fieldType) { in getFieldTypeString()
165 template <size_t SizeOfStr, typename FieldType>168 char FIELD_TOO_SMALL[SizeOfStr <= FieldType(~0U) ? 1 : -1];
390 using FieldType = Field<396 FieldType<S> F(S &field) {413 return FieldType<S>(helper, _mTypedParam->index());418 const FieldType<S> F(S &field) const {419 return const_cast<const FieldType<S>>(const_cast<Param *>(this)->F(field));