Home
last modified time | relevance | path

Searched refs:toByteString (Results 1 – 25 of 612) sorted by relevance

12345678910>>...25

/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/bytestring-tree-builder-0.2.7.9/benchmark/
H A DMain.hs18 (A.byteString, mappend, mempty, A.toByteString)
27 \ (fromByteString, (<>), mempty, toByteString) ->
28 toByteString $
37 \ (fromByteString, (<>), mempty, toByteString) ->
38 toByteString $
48 \ (fromByteString, (<>), mempty, toByteString) ->
49 toByteString $
/dports/devel/protobuf25/protobuf-2.5.0/java/src/test/java/com/google/protobuf/
H A DWireFormatTest.java61 ByteString rawBytes = message.toByteString(); in testSerialization()
270 .build().toByteString(); in testInterleavedFieldsAndExtensions()
281 .build().toByteString(); in testInterleavedFieldsAndExtensions()
410 .build().toByteString()) in testParseMessageSetWithFlag()
418 .build().toByteString()) in testParseMessageSetWithFlag()
427 ByteString data = raw.toByteString(); in testParseMessageSetWithFlag()
475 .build().toByteString()) in testParseMessageSetExtensionWithFlag()
479 ByteString data = raw.toByteString(); in testParseMessageSetExtensionWithFlag()
514 .build().toByteString()) in testMergeLazyMessageSetExtensionWithFlag()
518 ByteString data = raw.toByteString(); in testMergeLazyMessageSetExtensionWithFlag()
[all …]
H A DAbstractMessageTest.java217 TestAllTypes.parseFrom(abstractMessage.toByteString())); in testSerialization()
219 assertEquals(TestUtil.getAllSet().toByteString(), in testSerialization()
220 abstractMessage.toByteString()); in testSerialization()
227 builder.mergeFrom(TestUtil.getAllSet().toByteString()).build(); in testParsing()
234 ByteString bytes = builder.buildPartial().toByteString(); in testParsingUninitialized()
264 TestPackedTypes.parseFrom(abstractMessage.toByteString())); in testPackedSerialization()
266 assertEquals(TestUtil.getPackedSet().toByteString(), in testPackedSerialization()
267 abstractMessage.toByteString()); in testPackedSerialization()
283 TestUnpackedTypes.parseFrom(abstractMessage.toByteString())); in testUnpackedSerialization()
285 assertEquals(TestUtil.getUnpackedSet().toByteString(), in testUnpackedSerialization()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DWireFormatTest.java67 ByteString rawBytes = message.toByteString(); in testSerialization()
78 ByteString rawBytes = message.toByteString(); in testSerializationPacked()
92 ByteString rawBytes = message.toByteString(); in testSerializeExtensions()
104 ByteString rawBytes = message.toByteString(); in testSerializePackedExtensions()
138 ByteString rawBytes = message.toByteString(); in testParseExtensions()
150 ByteString rawBytes = message.toByteString(); in testParsePackedExtensions()
205 .toByteString(); in testInterleavedFieldsAndExtensions()
217 .toByteString(); in testInterleavedFieldsAndExtensions()
369 ByteString data = raw.toByteString(); in testParseMessageSetWithFlag()
413 ByteString data = raw.toByteString(); in testParseMessageSetExtensionWithFlag()
[all …]
H A DParserTest.java72 assertMessageEquals(message, parser.parseFrom(message.toByteString(), registry)); in assertRoundTripEquals()
76 message, parser.parseFrom(message.toByteString().asReadOnlyByteBuffer(), registry)); in assertRoundTripEquals()
90 assertMessageEquals(message, parser.parseFrom(message.toByteString())); in assertRoundTripEquals()
93 assertMessageEquals(message, parser.parseFrom(message.toByteString().asReadOnlyByteBuffer())); in assertRoundTripEquals()
100 assertEquals(expected.toByteString(), actual.toByteString()); in assertMessageEquals()
126 assertEquals(partialMessage, parser.parsePartialFrom(partialMessage.toByteString())); in assertParsePartial()
140 parser.parseFrom(partialMessage.toByteString()); in assertParsePartial()
187 TestEmptyMessage.parser().parseFrom(TestUtil.getAllSet().toByteString()); in testParseUnknownFields()
188 assertEquals(TestUtil.getAllSet().toByteString(), emptyMessage.toByteString()); in testParseUnknownFields()
262 .toByteString(); in testParsingMerge()
H A DLazyFieldLiteTest.java102 assertEquals(message.toByteString(), lazyField.toByteString()); in testGetByteString()
104 assertNotEqual(message.toByteString(), lazyField.toByteString()); in testGetByteString()
110 assertEquals(message.toByteString(), lazyField.toByteString()); in testGetByteStringEx()
112 assertNotEqual(message.toByteString(), lazyField.toByteString()); in testGetByteStringEx()
128 assertEquals(ByteString.EMPTY, field.toByteString()); in testEmptyLazyField()
138 assertEquals(ByteString.EMPTY, field.toByteString()); in testInvalidProto()
230 ByteString bytes = message.toByteString(); in createLazyFieldLiteFromMessage()
H A DAbstractMessageTest.java267 TestUtil.assertAllFieldsSet(TestAllTypes.parseFrom(abstractMessage.toByteString())); in testSerialization()
269 assertEquals(TestUtil.getAllSet().toByteString(), abstractMessage.toByteString()); in testSerialization()
282 ByteString bytes = builder.buildPartial().toByteString(); in testParsingUninitialized()
310 TestUtil.assertPackedFieldsSet(TestPackedTypes.parseFrom(abstractMessage.toByteString())); in testPackedSerialization()
312 assertEquals(TestUtil.getPackedSet().toByteString(), abstractMessage.toByteString()); in testPackedSerialization()
319 builder.mergeFrom(TestUtil.getPackedSet().toByteString()).build(); in testPackedParsing()
328 assertEquals(TestUtil.getUnpackedSet().toByteString(), abstractMessage.toByteString()); in testUnpackedSerialization()
335 builder.mergeFrom(TestUtil.getPackedSet().toByteString()).build(); in testParsePackedToUnpacked()
343 builder.mergeFrom(TestUtil.getUnpackedSet().toByteString()).build(); in testParseUnpackedToPacked()
351 builder.mergeFrom(TestUtil.getUnpackedSet().toByteString()).build(); in testUnpackedParsing()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DWireFormatTest.java60 ByteString rawBytes = message.toByteString(); in testSerialization()
71 ByteString rawBytes = message.toByteString(); in testSerializationPacked()
206 .build().toByteString(); in testInterleavedFieldsAndExtensions()
217 .build().toByteString(); in testInterleavedFieldsAndExtensions()
346 .build().toByteString()) in testParseMessageSetWithFlag()
354 .build().toByteString()) in testParseMessageSetWithFlag()
363 ByteString data = raw.toByteString(); in testParseMessageSetWithFlag()
411 .build().toByteString()) in testParseMessageSetExtensionWithFlag()
415 ByteString data = raw.toByteString(); in testParseMessageSetExtensionWithFlag()
450 .build().toByteString()) in testMergeLazyMessageSetExtensionWithFlag()
[all …]
H A DAbstractMessageTest.java218 TestAllTypes.parseFrom(abstractMessage.toByteString())); in testSerialization()
220 assertEquals(TestUtil.getAllSet().toByteString(), in testSerialization()
221 abstractMessage.toByteString()); in testSerialization()
228 builder.mergeFrom(TestUtil.getAllSet().toByteString()).build(); in testParsing()
235 ByteString bytes = builder.buildPartial().toByteString(); in testParsingUninitialized()
265 TestPackedTypes.parseFrom(abstractMessage.toByteString())); in testPackedSerialization()
267 assertEquals(TestUtil.getPackedSet().toByteString(), in testPackedSerialization()
268 abstractMessage.toByteString()); in testPackedSerialization()
284 TestUnpackedTypes.parseFrom(abstractMessage.toByteString())); in testUnpackedSerialization()
286 assertEquals(TestUtil.getUnpackedSet().toByteString(), in testUnpackedSerialization()
[all …]
H A DParserTest.java77 message.toByteString(), registry)); in assertRoundTripEquals()
94 assertMessageEquals(message, parser.parseFrom(message.toByteString())); in assertRoundTripEquals()
106 assertEquals(expected.toByteString(), actual.toByteString()); in assertMessageEquals()
133 partialMessage.toByteString())); in testParsePartial()
149 parser.parseFrom(partialMessage.toByteString()); in testParsePartial()
188 TestUtil.getAllSet().toByteString()); in testParseUnknownFields()
190 TestUtil.getAllSet().toByteString(), in testParseUnknownFields()
191 emptyMessage.toByteString()); in testParseUnknownFields()
255 .build().toByteString(); in testParsingMerge()
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-validator/src/File/
H A DSize.php125 $min = $this->toByteString($min);
170 $max = $this->toByteString($max);
272 $this->options['min'] = $this->toByteString($min);
273 $this->size = $this->toByteString($size);
285 $this->options['max'] = $this->toByteString($max);
286 $this->size = $this->toByteString($size);
308 protected function toByteString($size) function in Zend\\Validator\\File\\Size
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-validator/src/File/
H A DSize.php125 $min = $this->toByteString($min);
170 $max = $this->toByteString($max);
272 $this->options['min'] = $this->toByteString($min);
273 $this->size = $this->toByteString($size);
285 $this->options['max'] = $this->toByteString($max);
286 $this->size = $this->toByteString($size);
308 protected function toByteString($size) function in Zend\\Validator\\File\\Size
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-validator/src/File/
H A DSize.php125 $min = $this->toByteString($min);
170 $max = $this->toByteString($max);
272 $this->options['min'] = $this->toByteString($min);
273 $this->size = $this->toByteString($size);
285 $this->options['max'] = $this->toByteString($max);
286 $this->size = $this->toByteString($size);
308 protected function toByteString($size) function in Zend\\Validator\\File\\Size
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-validator/src/File/
H A DSize.php125 $min = $this->toByteString($min);
170 $max = $this->toByteString($max);
272 $this->options['min'] = $this->toByteString($min);
273 $this->size = $this->toByteString($size);
285 $this->options['max'] = $this->toByteString($max);
286 $this->size = $this->toByteString($size);
308 protected function toByteString($size) function in Zend\\Validator\\File\\Size
/dports/www/elgg/elgg-3.3.23/vendor/zendframework/zend-validator/src/File/
H A DSize.php128 $min = $this->toByteString($min);
173 $max = $this->toByteString($max);
261 $this->options['min'] = $this->toByteString($min);
262 $this->size = $this->toByteString($size);
274 $this->options['max'] = $this->toByteString($max);
275 $this->size = $this->toByteString($size);
297 protected function toByteString($size) function in Zend\\Validator\\File\\Size
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-validator/src/File/
H A DSize.php125 $min = $this->toByteString($min);
170 $max = $this->toByteString($max);
272 $this->options['min'] = $this->toByteString($min);
273 $this->size = $this->toByteString($size);
285 $this->options['max'] = $this->toByteString($max);
286 $this->size = $this->toByteString($size);
308 protected function toByteString($size) function in Zend\\Validator\\File\\Size
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-validator/src/File/
H A DSize.php125 $min = $this->toByteString($min);
170 $max = $this->toByteString($max);
272 $this->options['min'] = $this->toByteString($min);
273 $this->size = $this->toByteString($size);
285 $this->options['max'] = $this->toByteString($max);
286 $this->size = $this->toByteString($size);
308 protected function toByteString($size) function in Zend\\Validator\\File\\Size
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-validator/src/File/
H A DSize.php125 $min = $this->toByteString($min);
170 $max = $this->toByteString($max);
272 $this->options['min'] = $this->toByteString($min);
273 $this->size = $this->toByteString($size);
285 $this->options['max'] = $this->toByteString($max);
286 $this->size = $this->toByteString($size);
308 protected function toByteString($size) function in Zend\\Validator\\File\\Size
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-validator/src/File/
H A DSize.php125 $min = $this->toByteString($min);
170 $max = $this->toByteString($max);
272 $this->options['min'] = $this->toByteString($min);
273 $this->size = $this->toByteString($size);
285 $this->options['max'] = $this->toByteString($max);
286 $this->size = $this->toByteString($size);
308 protected function toByteString($size) function in Zend\\Validator\\File\\Size
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-validator/src/File/
H A DSize.php125 $min = $this->toByteString($min);
170 $max = $this->toByteString($max);
272 $this->options['min'] = $this->toByteString($min);
273 $this->size = $this->toByteString($size);
285 $this->options['max'] = $this->toByteString($max);
286 $this->size = $this->toByteString($size);
308 protected function toByteString($size) function in Zend\\Validator\\File\\Size
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-validator/src/File/
H A DSize.php125 $min = $this->toByteString($min);
170 $max = $this->toByteString($max);
272 $this->options['min'] = $this->toByteString($min);
273 $this->size = $this->toByteString($size);
285 $this->options['max'] = $this->toByteString($max);
286 $this->size = $this->toByteString($size);
308 protected function toByteString($size) function in Zend\\Validator\\File\\Size
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-validator/src/File/
H A DSize.php125 $min = $this->toByteString($min);
170 $max = $this->toByteString($max);
272 $this->options['min'] = $this->toByteString($min);
273 $this->size = $this->toByteString($size);
285 $this->options['max'] = $this->toByteString($max);
286 $this->size = $this->toByteString($size);
308 protected function toByteString($size) function in Zend\\Validator\\File\\Size
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-validator/src/File/
H A DSize.php125 $min = $this->toByteString($min);
170 $max = $this->toByteString($max);
272 $this->options['min'] = $this->toByteString($min);
273 $this->size = $this->toByteString($size);
285 $this->options['max'] = $this->toByteString($max);
286 $this->size = $this->toByteString($size);
308 protected function toByteString($size) function in Zend\\Validator\\File\\Size
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Validator/File/
H A DSize.php125 $min = $this->toByteString($min);
170 $max = $this->toByteString($max);
272 $this->options['min'] = $this->toByteString($min);
273 $this->size = $this->toByteString($size);
285 $this->options['max'] = $this->toByteString($max);
286 $this->size = $this->toByteString($size);
308 protected function toByteString($size) function in Zend\\Validator\\File\\Size
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-validator/src/File/
H A DSize.php126 $min = $this->toByteString($min);
171 $max = $this->toByteString($max);
259 $this->options['min'] = $this->toByteString($min);
260 $this->size = $this->toByteString($size);
272 $this->options['max'] = $this->toByteString($max);
273 $this->size = $this->toByteString($size);
295 protected function toByteString($size) function in Laminas\\Validator\\File\\Size

12345678910>>...25