Searched defs:readRawBytes (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/lib/ | ||
| D | v8.js | 253 Deserializer.prototype.readRawBytes = function readRawBytes(length) { method in Deserializer |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ | ||
| D | CodedInputStream.java | 510 public abstract byte[] readRawBytes(final int size) throws IOException; in readRawBytes() method in CodedInputStream |