/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | DynamicMessageTest.java | 169 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
|
D | WireFormatTest.java | 60 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
|
D | CodedOutputStreamTest.java | 284 assertEqualBytes(TestUtil.getGoldenMessage().toByteArray(), rawBytes); in testWriteWholeMessage() local 304 rawBytes); in testWriteWholePackedFieldsMessage() local
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | DynamicMessageTest.java | 162 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
|
D | WireFormatTest.java | 67 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
|
D | WireFormatLiteTest.java | 69 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/ |
D | valid-tuf-js-attestations.json | 11 …"rawBytes": "MIIDpTCCAy2gAwIBAgIUJ+i+7rcd4wcBtySOuMjY44WEmwowCgYIKoZIzj0EAwMwNzEVMBMGA1UEChMMc2lnc… string 14 …"rawBytes": "MIICGjCCAaGgAwIBAgIUALnViVfnU0brJasmRkHrn/UnfaQwCgYIKoZIzj0EAwMwKjEVMBMGA1UEChMMc2lnc… string 17 …"rawBytes": "MIIB9zCCAXygAwIBAgIUALZNAPFdxHPwjeDloDwyYChAO/4wCgYIKoZIzj0EAwMwKjEVMBMGA1UEChMMc2lnc… string
|
D | valid-sigstore-attestations.json | 11 …"rawBytes": "MIIDmzCCAyGgAwIBAgIUce0wM1Ev1pqBXH9W1BbvEg9RopYwCgYIKoZIzj0EAwMwNzEVMBMGA1UEChMMc2lnc… string 14 …"rawBytes": "MIICGjCCAaGgAwIBAgIUALnViVfnU0brJasmRkHrn/UnfaQwCgYIKoZIzj0EAwMwKjEVMBMGA1UEChMMc2lnc… string 17 …"rawBytes": "MIIB9zCCAXygAwIBAgIUALZNAPFdxHPwjeDloDwyYChAO/4wCgYIKoZIzj0EAwMwKjEVMBMGA1UEChMMc2lnc… string
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | MessageSetSchema.java | 171 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
|
D | MessageReflection.java | 899 ByteString rawBytes = null; // If we encounter "message" before "typeId" in mergeMessageSetExtensionFromCodedStream() local 959 ByteString rawBytes, in mergeMessageSetExtensionFromBytes()
|
D | GeneratedMessageLite.java | 707 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/ |
D | build.js | 77 certificates: [{ rawBytes: options.certificate }], property
|
/third_party/node/deps/npm/test/lib/commands/ |
D | audit.js | 267 rawBytes: 'MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE1Olb3zMAFFxXKHiIkQO5cJ3Yhl5i6UPp+' + property 282 rawBytes: 'MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE1Olb3zMAFFxXKHiIkQO5cJ3Yhl5i6UPp+' + property 297 rawBytes: 'MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE1Olb3zMAFFxXKHiIkQO5cJ3Yhl5i6UPp+' + property
|