HomeSort by relevance Sort by last modified time
    Searched defs:writePackedInt32 (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/proto/src/android/util/proto/cts/
ProtoOutputStreamInt32Test.java 221 // writePackedInt32
236 private void writePackedInt32(ProtoOutputStream po, int fieldId, int val) {
238 po.writePackedInt32(ProtoOutputStream.makeFieldId(fieldId, fieldFlags),
249 po.writePackedInt32(ProtoOutputStream.makeFieldId(1000, fieldFlags), null);
250 po.writePackedInt32(ProtoOutputStream.makeFieldId(1001, fieldFlags), new int[0]);
251 writePackedInt32(po, 1, 0);
252 writePackedInt32(po, 2, 1);
253 writePackedInt32(po, 3, -1);
254 writePackedInt32(po, 4, Integer.MIN_VALUE);
255 writePackedInt32(po, 5, Integer.MAX_VALUE)
    [all...]
  /external/protobuf/js/binary/
writer.js     [all...]
  /frameworks/base/core/java/android/util/proto/
ProtoOutputStream.java     [all...]

Completed in 145 milliseconds