Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/proto/
DProtoOutputStream.java343 writeRepeatedSInt64Impl(id, (long)val); in write()
478 writeRepeatedSInt64Impl(id, (long)val); in write()
613 writeRepeatedSInt64Impl(id, (long)val); in write()
748 writeRepeatedSInt64Impl(id, (long)val); in write()
1469 writeRepeatedSInt64Impl(id, val); in writeRepeatedSInt64()
1472 private void writeRepeatedSInt64Impl(int id, long val) { in writeRepeatedSInt64Impl() method in ProtoOutputStream