Home
last modified time | relevance | path

Searched defs:byteAt (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormatEscaper.java34 byte byteAt(int offset); in byteAt() method
104 public byte byteAt(int offset) { in escapeBytes() method in TextFormatEscaper
DByteString.java138 public abstract byte byteAt(int index); in byteAt() method in ByteString
1383 public byte byteAt(int index) { in byteAt() method in LiteralByteString
1628 public byte byteAt(int index) { in byteAt() method in BoundedByteString
1704 public byte byteAt(int index) { in byteAt() method in NioByteString
DRopeByteString.java256 public byte byteAt(int index) { in byteAt() method in RopeByteString
/third_party/protobuf/java/kotlin/src/test/kotlin/com/google/protobuf/
DByteStringsTest.kt36 fun byteAt() { in byteAt() method in com.google.protobuf.kotlin.ByteStringsTest