Home
last modified time | relevance | path

Searched defs:rawBytes (Results 1 – 13 of 13) sorted by relevance

/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DDynamicMessageTest.java169 ByteString rawBytes = message.toByteString(); in testDynamicMessageSerialization() local
175 assertEquals(TestUtil.getAllSet().toByteString(), rawBytes); in testDynamicMessageSerialization() local
183 ByteString rawBytes = message.toByteString(); in testDynamicMessageParsing() local
195 ByteString rawBytes = TestUtil.getAllExtensionsSet().toByteString(); in testDynamicMessageExtensionParsing() local
213 ByteString rawBytes = message.toByteString(); in testDynamicMessagePackedSerialization() local
219 assertEquals(TestUtil.getPackedSet().toByteString(), rawBytes); in testDynamicMessagePackedSerialization() local
227 ByteString rawBytes = message.toByteString(); in testDynamicMessagePackedParsing() local
DWireFormatTest.java60 ByteString rawBytes = message.toByteString(); in testSerialization() local
71 ByteString rawBytes = message.toByteString(); in testSerializationPacked() local
85 ByteString rawBytes = message.toByteString(); in testSerializeExtensions() local
97 ByteString rawBytes = message.toByteString(); in testSerializePackedExtensions() local
133 ByteString rawBytes = message.toByteString(); in testParseExtensions() local
146 ByteString rawBytes = message.toByteString(); in testParsePackedExtensions() local
DCodedOutputStreamTest.java284 assertEqualBytes(TestUtil.getGoldenMessage().toByteArray(), rawBytes); in testWriteWholeMessage() local
304 rawBytes); in testWriteWholePackedFieldsMessage() local
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DDynamicMessageTest.java162 ByteString rawBytes = message.toByteString(); in testDynamicMessageSerialization() local
168 assertEquals(TestUtil.getAllSet().toByteString(), rawBytes); in testDynamicMessageSerialization() local
176 ByteString rawBytes = message.toByteString(); in testDynamicMessageParsing() local
187 ByteString rawBytes = TestUtil.getAllExtensionsSet().toByteString(); in testDynamicMessageExtensionParsing() local
204 ByteString rawBytes = message.toByteString(); in testDynamicMessagePackedSerialization() local
210 assertEquals(TestUtil.getPackedSet().toByteString(), rawBytes); in testDynamicMessagePackedSerialization() local
218 ByteString rawBytes = message.toByteString(); in testDynamicMessagePackedParsing() local
DWireFormatTest.java67 ByteString rawBytes = message.toByteString(); in testSerialization() local
78 ByteString rawBytes = message.toByteString(); in testSerializationPacked() local
92 ByteString rawBytes = message.toByteString(); in testSerializeExtensions() local
104 ByteString rawBytes = message.toByteString(); in testSerializePackedExtensions() local
138 ByteString rawBytes = message.toByteString(); in testParseExtensions() local
150 ByteString rawBytes = message.toByteString(); in testParsePackedExtensions() local
502 ByteString rawBytes = message.toByteString(); in testOneofWireFormat() local
514 ByteString rawBytes = source.toByteString(); in testOneofOnlyLastSet() local
DWireFormatLiteTest.java69 ByteString rawBytes = message.toByteString(); in testSerializeExtensionsLite() local
81 ByteString rawBytes = message.toByteString(); in testSerializePackedExtensionsLite() local
95 ByteString rawBytes = message.toByteString(); in testParseExtensionsLite() local
108 ByteString rawBytes = message.toByteString(); in testParsePackedExtensionsLite() local
121 ByteString rawBytes = message.toByteString(); in testSerialization() local
132 ByteString rawBytes = message.toByteString(); in testSerializationPacked() local
146 ByteString rawBytes = message.toByteString(); in testSerializeExtensions() local
158 ByteString rawBytes = message.toByteString(); in testSerializePackedExtensions() local
192 ByteString rawBytes = message.toByteString(); in testParseExtensions() local
204 ByteString rawBytes = message.toByteString(); in testParsePackedExtensions() local
[all …]
/third_party/node/deps/npm/test/lib/fixtures/sigstore/
Dvalid-tuf-js-attestations.json11 …"rawBytes": "MIIDpTCCAy2gAwIBAgIUJ+i+7rcd4wcBtySOuMjY44WEmwowCgYIKoZIzj0EAwMwNzEVMBMGA1UEChMMc2lnc… string
14 …"rawBytes": "MIICGjCCAaGgAwIBAgIUALnViVfnU0brJasmRkHrn/UnfaQwCgYIKoZIzj0EAwMwKjEVMBMGA1UEChMMc2lnc… string
17 …"rawBytes": "MIIB9zCCAXygAwIBAgIUALZNAPFdxHPwjeDloDwyYChAO/4wCgYIKoZIzj0EAwMwKjEVMBMGA1UEChMMc2lnc… string
Dvalid-sigstore-attestations.json11 …"rawBytes": "MIIDmzCCAyGgAwIBAgIUce0wM1Ev1pqBXH9W1BbvEg9RopYwCgYIKoZIzj0EAwMwNzEVMBMGA1UEChMMc2lnc… string
14 …"rawBytes": "MIICGjCCAaGgAwIBAgIUALnViVfnU0brJasmRkHrn/UnfaQwCgYIKoZIzj0EAwMwKjEVMBMGA1UEChMMc2lnc… string
17 …"rawBytes": "MIIB9zCCAXygAwIBAgIUALZNAPFdxHPwjeDloDwyYChAO/4wCgYIKoZIzj0EAwMwKjEVMBMGA1UEChMMc2lnc… string
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageSetSchema.java171 ByteString rawBytes = null; in mergeFrom() local
216 WireFormat.makeTag(typeId, WireFormat.WIRETYPE_LENGTH_DELIMITED), rawBytes); in mergeFrom() local
317 ByteString rawBytes = null; // If we encounter "message" before "typeId" in parseMessageSetItemOrUnknownField() local
DMessageReflection.java899 ByteString rawBytes = null; // If we encounter "message" before "typeId" in mergeMessageSetExtensionFromCodedStream() local
959 ByteString rawBytes, in mergeMessageSetExtensionFromBytes()
DGeneratedMessageLite.java707 ByteString rawBytes = null; // If we encounter "message" before "typeId" in mergeMessageSetExtensionFromCodedStream() local
769 ByteString rawBytes, in mergeMessageSetExtensionFromBytes()
/third_party/node/deps/npm/node_modules/@sigstore/bundle/dist/
Dbuild.js77 certificates: [{ rawBytes: options.certificate }], property
/third_party/node/deps/npm/test/lib/commands/
Daudit.js267 rawBytes: 'MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE1Olb3zMAFFxXKHiIkQO5cJ3Yhl5i6UPp+' + property
282 rawBytes: 'MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE1Olb3zMAFFxXKHiIkQO5cJ3Yhl5i6UPp+' + property
297 rawBytes: 'MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE1Olb3zMAFFxXKHiIkQO5cJ3Yhl5i6UPp+' + property