Home
last modified time | relevance | path

Searched refs:FieldType (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/slang/tests/F_reflection3264_struct_mismatch/
Dreflection3264_struct_mismatch.rscript73 struct FieldType {
81 struct FieldType ii;
Dstderr.txt.expect11 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…
/frameworks/base/core/java/android/database/
DCursor.java73 public @interface FieldType {} annotation
346 @FieldType int getType(@IntRange(from = 0) int columnIndex); in getType()
DCursorWindow.java404 public @Cursor.FieldType int getType(@IntRange(from = 0) int row, in getType()
/frameworks/base/core/java/android/util/proto/
DProtoStream.java85 public @interface FieldType {} annotation in ProtoStream
452 public static @Nullable String getFieldTypeString(@FieldType long fieldType) { in getFieldTypeString()
/frameworks/compile/mclinker/include/mcld/ADT/
DSizeTraits.h165 template <size_t SizeOfStr, typename FieldType>
168 char FIELD_TOO_SMALL[SizeOfStr <= FieldType(~0U) ? 1 : -1];
/frameworks/av/media/codec2/vndk/include/util/
DC2InterfaceHelper.h390 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));