Searched defs:byteAt (Results 1 – 4 of 4) sorted by relevance
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ | ||
| D | TextFormatEscaper.java | 34 byte byteAt(int offset); in byteAt() method |
| D | ByteString.java | 138 public abstract byte byteAt(int index); in byteAt() method in ByteString |
| D | RopeByteString.java | 256 public byte byteAt(int index) { in byteAt() method in RopeByteString |
| /third_party/protobuf/java/kotlin/src/test/kotlin/com/google/protobuf/ | ||
| D | ByteStringsTest.kt | 36 fun byteAt() { in byteAt() method in com.google.protobuf.kotlin.ByteStringsTest |