Home
last modified time | relevance | path

Searched refs:getBodyLength (Results 1 – 25 of 32) sorted by relevance

12

/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/
H A DDLSequence.java52 private int getBodyLength() throws IOException in getBodyLength() method in DLSequence
73 int length = getBodyLength(); in encodedLength()
98 out.writeLength(getBodyLength()); in encode()
H A DDLSet.java94 private int getBodyLength() throws IOException in getBodyLength() method in DLSet
115 int length = getBodyLength(); in encodedLength()
140 out.writeLength(getBodyLength()); in encode()
H A DDERSequence.java60 private int getBodyLength() throws IOException in getBodyLength() method in DERSequence
81 int length = getBodyLength(); in encodedLength()
106 out.writeLength(getBodyLength()); in encode()
H A DDERSet.java64 private int getBodyLength() throws IOException in getBodyLength() method in DERSet
85 int length = getBodyLength(); in encodedLength()
110 out.writeLength(getBodyLength()); in encode()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/ipc/
H A DArrowFileReader.java176 block.getOffset(), block.getMetadataLength(), block.getBodyLength()); in readDictionaryBatch()
190 block.getBodyLength()); in readRecordBatch()
H A DArrowWriter.java127 block.getOffset(), block.getMetadataLength(), block.getBodyLength()); in writeDictionaryBatch()
134 block.getOffset(), block.getMetadataLength(), block.getBodyLength()); in writeRecordBatch()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/ipc/
H A DArrowWriter.java130 block.getOffset(), block.getMetadataLength(), block.getBodyLength()); in writeDictionaryBatch()
139 block.getOffset(), block.getMetadataLength(), block.getBodyLength()); in writeRecordBatch()
H A DArrowFileReader.java196 block.getOffset(), block.getMetadataLength(), block.getBodyLength()); in readDictionaryBatch()
210 block.getBodyLength()); in readRecordBatch()
/dports/databases/arrow/apache-arrow-6.0.1/java/vector/src/main/java/org/apache/arrow/vector/ipc/
H A DArrowWriter.java130 block.getOffset(), block.getMetadataLength(), block.getBodyLength()); in writeDictionaryBatch()
139 block.getOffset(), block.getMetadataLength(), block.getBodyLength()); in writeRecordBatch()
H A DArrowFileReader.java208 block.getOffset(), block.getMetadataLength(), block.getBodyLength()); in readDictionaryBatch()
222 block.getBodyLength()); in readRecordBatch()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/ipc/message/
H A DArrowBlock.java53 public long getBodyLength() { in getBodyLength() method in ArrowBlock
H A DMessageSerializer.java380 long totalLen = block.getMetadataLength() + block.getBodyLength(); in deserializeRecordBatch()
570 long totalLen = block.getMetadataLength() + block.getBodyLength(); in deserializeDictionaryBatch()
/dports/databases/arrow/apache-arrow-6.0.1/java/vector/src/main/java/org/apache/arrow/vector/ipc/message/
H A DArrowBlock.java53 public long getBodyLength() { in getBodyLength() method in ArrowBlock
H A DMessageSerializer.java380 long totalLen = block.getMetadataLength() + block.getBodyLength(); in deserializeRecordBatch()
570 long totalLen = block.getMetadataLength() + block.getBodyLength(); in deserializeDictionaryBatch()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/ipc/message/
H A DArrowBlock.java53 public long getBodyLength() { in getBodyLength() method in ArrowBlock
H A DMessageSerializer.java362 long totalLen = block.getMetadataLength() + block.getBodyLength(); in deserializeRecordBatch()
547 long totalLen = block.getMetadataLength() + block.getBodyLength(); in deserializeDictionaryBatch()
/dports/mail/bincimap/bincimap-1.2.13final/src/
H A Dmime.h116 inline unsigned int getBodyLength(void) const { return bodylength; } in getBodyLength() function
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jms/src/main/java/org/springframework/jms/support/converter/
H A DSimpleMessageConverter.java187 byte[] bytes = new byte[(int) message.getBodyLength()]; in extractByteArrayFromMessage()
H A DMarshallingMessageConverter.java291 byte[] bytes = new byte[(int) message.getBodyLength()]; in unmarshalFromBytesMessage()
H A DMappingJackson2MessageConverter.java311 byte[] bytes = new byte[(int) message.getBodyLength()]; in convertFromBytesMessage()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jms/src/test/java/org/springframework/jms/support/converter/
H A DMarshallingMessageConverterTests.java75 expect(bytesMessageMock.getBodyLength()).andReturn(10L); in fromBytesMessage()
H A DMappingJackson2MessageConverterTests.java90 expect(bytesMessageMock.getBodyLength()).andReturn( in fromBytesMessage()
H A DMappingJacksonMessageConverterTests.java90 expect(bytesMessageMock.getBodyLength()).andReturn( in fromBytesMessage()
/dports/deskutils/recoll/recoll-1.31.2/bincimapmime/
H A Dmime.h107 inline unsigned int getBodyLength(void) const { return bodylength; } in getBodyLength() function
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/abc/
H A DMethod.h77 std::uint32_t getBodyLength(){ return _bodyLength;} in getBodyLength() function

12