Home
last modified time | relevance | path

Searched refs:FieldCount (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/tests/F_reflection3264_struct_mismatch/
Dreflection3264_struct_mismatch.rscript37 struct FieldCount {
42 struct FieldCount {
47 struct FieldCount gg;
Dstderr.txt.expect13 reflection3264_struct_mismatch.rscript:37:8: error: exported structure 'FieldCount' has 1 field for…
/frameworks/base/core/java/android/util/proto/
DProtoStream.java100 public @interface FieldCount {} annotation in ProtoStream
/frameworks/compile/slang/
Dslang_rs_reflection_state.cpp719 const size_t FieldCount = ERT->fields_size(); in declareRecord() local
720 File::Record::Field *Fields = new File::Record::Field[FieldCount]; in declareRecord()
753 record.mFieldCount = FieldCount; in declareRecord()