Searched defs:repeated (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/incident_report/
H A Dmain.cpp209 bool repeated = field->label() == FieldDescriptor::LABEL_REPEATED; local
214 if (repeated) {
/frameworks/base/core/java/android/util/proto/
H A DProtoOutputStream.java169 // FieldId flags for whether the field is single, repeated or packed.
949 * Write a single repeated proto "double" type field value.
1013 * Write a single repeated proto "float" type field value.
1100 * Write a single repeated proto "int32" type field value.
1178 * Write a single repeated proto "int64" type field value.
1247 * Write a single repeated proto "uint32" type field value.
1385 * Write a single repeated proto "sint32" type field value.
1454 * Write a single repeated proto "sint64" type field value.
1522 * Write a single repeated proto "fixed32" type field value.
1586 * Write a single repeated prot
2012 makeToken(int tagSize, boolean repeated, int depth, int objectId, int sizePos) argument
2142 startObjectImpl(final int id, boolean repeated) argument
2163 endObjectImpl(long token, boolean repeated) argument
[all...]

Completed in 3965 milliseconds