Searched refs:BytesWrapper (Results 1 – 13 of 13) sorted by relevance
38 public abstract class BytesWrapper { class43 BytesWrapper() { in BytesWrapper() method in BytesWrapper48 BytesWrapper(byte[] bytes) { in BytesWrapper() method in BytesWrapper126 BytesWrapper sdkBytes = (BytesWrapper) o; in equals()
39 public final class SdkBytes extends BytesWrapper implements Serializable {
36 public final class ResponseBytes<ResponseT> extends BytesWrapper {
36 import proto2_test_check_utf8.TestCheckUtf8.BytesWrapper;66 BytesWrapper.newBuilder().setReq(UTF8_BYTE_STRING).build().toByteString(); in testParseRequiredStringWithGoodUtf8()103 BytesWrapper.newBuilder().setReq(NON_UTF8_BYTE_STRING).build().toByteArray(); in testParseRequiredStringWithBadUtf8()
49 BytesWrapper bytes_wrapper = 9;59 BytesWrapper bytes_wrapper_default = 18;94 message BytesWrapper { message
47 message BytesWrapper { message
729 …- Make `BytesWrapper`, parent of `SdkBytes` and `ResponseBytes`, public. Fixes [#1208](https://git…