HomeSort by relevance Sort by last modified time
    Searched refs:ByteCount (Results 26 - 50 of 168) sorted by null

12 3 4 5 6 7

  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 94 int64 ByteCount() const;
176 int64 ByteCount() const;
228 int64 ByteCount() const;
271 int64 ByteCount() const;
315 int64 ByteCount() const;
341 int64 ByteCount() const;
gzip_stream.h 89 int64 ByteCount() const;
181 int64 ByteCount() const;
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 94 int64 ByteCount() const;
176 int64 ByteCount() const;
228 int64 ByteCount() const;
271 int64 ByteCount() const;
315 int64 ByteCount() const;
341 int64 ByteCount() const;
gzip_stream.h 89 int64 ByteCount() const;
181 int64 ByteCount() const;
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 94 int64 ByteCount() const;
176 int64 ByteCount() const;
228 int64 ByteCount() const;
271 int64 ByteCount() const;
315 int64 ByteCount() const;
341 int64 ByteCount() const;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h 94 int64 ByteCount() const;
176 int64 ByteCount() const;
228 int64 ByteCount() const;
271 int64 ByteCount() const;
315 int64 ByteCount() const;
341 int64 ByteCount() const;
zero_copy_stream_impl_lite.h 83 int64 ByteCount() const;
116 int64 ByteCount() const;
150 int64 ByteCount() const;
175 int64 ByteCount() const;
246 int64 ByteCount() const;
333 int64 ByteCount() const;
gzip_stream.h 88 int64 ByteCount() const;
181 int64 ByteCount() const;
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h 94 int64 ByteCount() const;
176 int64 ByteCount() const;
228 int64 ByteCount() const;
271 int64 ByteCount() const;
315 int64 ByteCount() const;
341 int64 ByteCount() const;
gzip_stream.h 89 int64 ByteCount() const;
181 int64 ByteCount() const;
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
recvfrom.c 57 socklen_t ByteCount;
94 ByteCount = sizeof ( TimeVal );
99 &ByteCount );
  /frameworks/base/tools/aapt2/io/
StringStream_test.cpp 61 EXPECT_THAT(in.ByteCount(), Eq(input.size()));
64 EXPECT_THAT(in.ByteCount(), Eq(input.size() - 6u));
70 EXPECT_THAT(in.ByteCount(), Eq(input.size()));
Util.h 70 size_t ByteCount() const override {
71 return static_cast<size_t>(out_->ByteCount());
115 ::google::protobuf::int64 ByteCount() const override {
116 return static_cast<::google::protobuf::int64>(in_->ByteCount());
BigBufferStream.cpp 67 size_t BigBufferInputStream::ByteCount() const {
92 size_t BigBufferOutputStream::ByteCount() const {
StringStream.cpp 46 size_t StringInputStream::ByteCount() const {
84 size_t StringOutputStream::ByteCount() const {
StringStream.h 38 size_t ByteCount() const override;
69 size_t ByteCount() const override;
  /external/llvm/include/llvm/Support/
SHA1.h 66 uint32_t ByteCount;
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
X87.cpp 22 constexpr size_t ByteCount = 9;
23 ASSERT_EQ(ByteCount, codeBytesSize());
31 verifyBytes<ByteCount>(codeBytes(), Fld32Opcode, Fld32ModRM, 0x01,
41 constexpr size_t ByteCount = 9;
42 ASSERT_EQ(ByteCount, codeBytesSize());
50 verifyBytes<ByteCount>(codeBytes(), Fld32Opcode, Fld32ModRM, 0x01,
57 constexpr size_t ByteCount = 2;
58 ASSERT_EQ(ByteCount, codeBytesSize());
60 verifyBytes<ByteCount>(codeBytes(), 0xD9, 0XF7);
67 constexpr size_t ByteCount = 6
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrServices.cpp 195 UINT32 ByteCount;
342 ByteCount = 0;
378 fprintf (OutFptr, ">%08X: ", ByteCount);
384 ByteCount++;
408 ByteCount = 0;
425 ByteCount
439 (UINT32) Curr->OpcodeByte, ByteCount
454 ByteCount
469 ByteCount
485 ByteCount
    [all...]
  /external/protobuf/src/google/protobuf/io/
gzip_stream.h 88 int64 ByteCount() const;
181 int64 ByteCount() const;
zero_copy_stream_impl_lite.cc 105 int64 ArrayInputStream::ByteCount() const {
146 int64 ArrayOutputStream::ByteCount() const {
197 int64 StringOutputStream::ByteCount() const {
226 int64 LazyStringOutputStream::ByteCount() const {
227 return string_is_set_ ? StringOutputStream::ByteCount() : 0;
335 int64 CopyingInputStreamAdaptor::ByteCount() const {
400 int64 CopyingOutputStreamAdaptor::ByteCount() const {
coded_stream_unittest.cc 204 EXPECT_EQ(kVarintCases_case.size, input.ByteCount());
221 EXPECT_EQ(kVarintCases_case.size, input.ByteCount());
243 virtual int64 ByteCount() const { return 0; }
279 EXPECT_EQ(kVarintCases_case.size + 1, input.ByteCount());
281 EXPECT_EQ(1, input.ByteCount());
315 EXPECT_EQ(kVarintCases_case.size, input.ByteCount());
332 EXPECT_EQ(kVarintCases_case.size, coded_output.ByteCount());
335 EXPECT_EQ(kVarintCases_case.size, output.ByteCount());
349 EXPECT_EQ(kVarintCases_case.size, coded_output.ByteCount());
352 EXPECT_EQ(kVarintCases_case.size, output.ByteCount());
    [all...]
zero_copy_stream_unittest.cc 218 EXPECT_EQ(output->ByteCount(), 68);
220 int result = output->ByteCount();
236 EXPECT_EQ(input->ByteCount(), 68);
250 EXPECT_EQ(output->ByteCount(), 200055);
252 int result = output->ByteCount();
267 EXPECT_EQ(input->ByteCount(), 200055);
311 int64 pos = output->ByteCount();
319 int64 size = pos + output->ByteCount();
364 size = output.ByteCount();
400 size = output.ByteCount();
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
EventLogInfo.h 41 UINT8 ByteCount; // CMOS Checksum - Byte Count
  /external/sfntly/cpp/src/sfntly/table/
byte_array_table_builder.cc 45 int32_t ByteArrayTableBuilder::ByteCount() {

Completed in 634 milliseconds

12 3 4 5 6 7