Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/proto/
DProtoOutputStream.java2299 int tagPos; in editEncodedSize() local
2301 while ((tagPos = mBuffer.getReadPos()) < objectEnd) { in editEncodedSize()
2344 throw new RuntimeException("groups not supported at index " + tagPos); in editEncodedSize()
2367 int tagPos; in compactSizes() local
2368 while ((tagPos = mBuffer.getReadPos()) < objectEnd) { in compactSizes()
2404 throw new RuntimeException("groups not supported at index " + tagPos); in compactSizes()