Home
last modified time | relevance | path

Searched refs:FieldType (Results 1 – 5 of 5) 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/util/proto/
DProtoStream.java84 public @interface FieldType {} annotation in ProtoStream
451 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));