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

/frameworks/base/tools/incident_report/
H A Dmain.cpp231 bool repeated = field->label() == FieldDescriptor::LABEL_REPEATED; local
236 if (repeated) {
/frameworks/base/libs/protoutil/src/
H A DProtoOutputStream.cpp218 * Bit 60 - true if the object is repeated
228 makeToken(uint32_t tagSize, bool repeated, uint32_t depth, uint32_t objectId, size_t sizePos) { argument
230 | (repeated ? (UINT64_C(1) << 60) : 0)
/frameworks/base/core/java/android/util/proto/
H A DProtoOutputStream.java175 // FieldId flags for whether the field is single, repeated or packed.
955 * Write a single repeated proto "double" type field value.
1019 * Write a single repeated proto "float" type field value.
1106 * Write a single repeated proto "int32" type field value.
1184 * Write a single repeated proto "int64" type field value.
1253 * Write a single repeated proto "uint32" type field value.
1391 * Write a single repeated proto "sint32" type field value.
1460 * Write a single repeated proto "sint64" type field value.
1528 * Write a single repeated proto "fixed32" type field value.
1592 * Write a single repeated prot
2018 makeToken(int tagSize, boolean repeated, int depth, int objectId, int sizePos) argument
2148 startObjectImpl(final int id, boolean repeated) argument
2169 endObjectImpl(long token, boolean repeated) argument
[all...]

Completed in 1262 milliseconds