Home
last modified time | relevance | path

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

/third_party/protobuf/js/experimental/runtime/testing/
Djasmine_protobuf.js56 return first.asByteString().equals(second.asByteString());
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DLazyStringArrayList.java237 ByteString b = asByteString(o); in getByteString()
284 private static ByteString asByteString(Object o) { in asByteString() method in LazyStringArrayList
388 return asByteString(o); in set()
401 return asByteString(o); in remove()
/third_party/protobuf/js/experimental/runtime/kernel/
Dreader.js36 return readDelimited(bufferDecoder, start).asByteString();
Dbuffer_decoder.js326 asByteString() { method in BufferDecoder