Home
last modified time | relevance | path

Searched refs:BytesWrapper (Results 1 – 13 of 13) sorted by relevance

/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/
DBytesWrapper.java38 public abstract class BytesWrapper { class
43 BytesWrapper() { in BytesWrapper() method in BytesWrapper
48 BytesWrapper(byte[] bytes) { in BytesWrapper() method in BytesWrapper
126 BytesWrapper sdkBytes = (BytesWrapper) o; in equals()
DSdkBytes.java39 public final class SdkBytes extends BytesWrapper implements Serializable {
DResponseBytes.java36 public final class ResponseBytes<ResponseT> extends BytesWrapper {
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DCheckUtf8Test.java36 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()
/external/cronet/tot/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DCheckUtf8Test.java36 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()
/external/cronet/stable/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DCheckUtf8Test.java36 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()
/external/protobuf/src/google/protobuf/util/internal/testdata/
Dwrappers.proto49 BytesWrapper bytes_wrapper = 9;
59 BytesWrapper bytes_wrapper_default = 18;
94 message BytesWrapper { message
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Dwrappers.proto49 BytesWrapper bytes_wrapper = 9;
59 BytesWrapper bytes_wrapper_default = 18;
94 message BytesWrapper { message
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Dwrappers.proto49 BytesWrapper bytes_wrapper = 9;
59 BytesWrapper bytes_wrapper_default = 18;
94 message BytesWrapper { message
/external/cronet/stable/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_check_utf8.proto47 message BytesWrapper { message
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_check_utf8.proto47 message BytesWrapper { message
/external/cronet/tot/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_check_utf8.proto47 message BytesWrapper { message
/external/aws-sdk-java-v2/changelogs/
D2.5.x-CHANGELOG.md729 …- Make `BytesWrapper`, parent of `SdkBytes` and `ResponseBytes`, public. Fixes [#1208](https://git…