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

  /cts/tests/tests/proto/src/android/util/proto/cts/
ProtoOutputStreamInt64Test.java 254 // writePackedInt64
269 private void writePackedInt64(ProtoOutputStream po, int fieldId, long val) {
271 po.writePackedInt64(ProtoOutputStream.makeFieldId(fieldId, fieldFlags), new long[] { val, val });
281 po.writePackedInt64(ProtoOutputStream.makeFieldId(1000, fieldFlags), null);
282 po.writePackedInt64(ProtoOutputStream.makeFieldId(1001, fieldFlags), new long[0]);
283 writePackedInt64(po, 1, 0);
284 writePackedInt64(po, 2, 1);
285 writePackedInt64(po, 3, -1);
286 writePackedInt64(po, 4, Integer.MIN_VALUE);
287 writePackedInt64(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 152 milliseconds