/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/ |
H A D | zero_copy_stream_impl_lite.cc | 100 int64_t ArrayInputStream::ByteCount() const { return position_; } in ByteCount() function in google::protobuf::io::ArrayInputStream 134 int64_t ArrayOutputStream::ByteCount() const { return position_; } in ByteCount() function in google::protobuf::io::ArrayOutputStream 174 int64_t StringOutputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::StringOutputStream 280 int64_t CopyingInputStreamAdaptor::ByteCount() const { in ByteCount() function in google::protobuf::io::CopyingInputStreamAdaptor 344 int64_t CopyingOutputStreamAdaptor::ByteCount() const { in ByteCount() function in google::protobuf::io::CopyingOutputStreamAdaptor 457 int64_t LimitingInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::LimitingInputStream
|
H A D | zero_copy_stream_impl.cc | 98 int64_t FileInputStream::ByteCount() const { return impl_.ByteCount(); } in ByteCount() function in google::protobuf::io::FileInputStream 262 int64_t IstreamInputStream::ByteCount() const { return impl_.ByteCount(); } in ByteCount() function in google::protobuf::io::IstreamInputStream 293 int64_t OstreamOutputStream::ByteCount() const { return impl_.ByteCount(); } in ByteCount() function in google::protobuf::io::OstreamOutputStream 359 int64_t ConcatenatingInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::ConcatenatingInputStream
|
H A D | gzip_stream.cc | 189 int64_t GzipInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::GzipInputStream 305 int64_t GzipOutputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::GzipOutputStream
|
/aosp_15_r20/external/protobuf/src/google/protobuf/io/ |
H A D | zero_copy_stream_impl_lite.cc | 100 int64_t ArrayInputStream::ByteCount() const { return position_; } in ByteCount() function in google::protobuf::io::ArrayInputStream 134 int64_t ArrayOutputStream::ByteCount() const { return position_; } in ByteCount() function in google::protobuf::io::ArrayOutputStream 174 int64_t StringOutputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::StringOutputStream 280 int64_t CopyingInputStreamAdaptor::ByteCount() const { in ByteCount() function in google::protobuf::io::CopyingInputStreamAdaptor 344 int64_t CopyingOutputStreamAdaptor::ByteCount() const { in ByteCount() function in google::protobuf::io::CopyingOutputStreamAdaptor 457 int64_t LimitingInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::LimitingInputStream
|
H A D | zero_copy_stream_impl.cc | 98 int64_t FileInputStream::ByteCount() const { return impl_.ByteCount(); } in ByteCount() function in google::protobuf::io::FileInputStream 262 int64_t IstreamInputStream::ByteCount() const { return impl_.ByteCount(); } in ByteCount() function in google::protobuf::io::IstreamInputStream 293 int64_t OstreamOutputStream::ByteCount() const { return impl_.ByteCount(); } in ByteCount() function in google::protobuf::io::OstreamOutputStream 359 int64_t ConcatenatingInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::ConcatenatingInputStream
|
H A D | gzip_stream.cc | 189 int64_t GzipInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::GzipInputStream 305 int64_t GzipOutputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::GzipOutputStream
|
/aosp_15_r20/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
H A D | X87.cpp | 22 constexpr size_t ByteCount = 9; in TEST_F() local 41 constexpr size_t ByteCount = 9; in TEST_F() local 57 constexpr size_t ByteCount = 2; in TEST_F() local 67 constexpr size_t ByteCount = 6; in TEST_F() local 80 constexpr size_t ByteCount = 6; in TEST_F() local
|
H A D | LowLevel.cpp | 19 constexpr size_t ByteCount = 1; in TEST_F() local 28 constexpr size_t ByteCount = 3; in TEST_F() local 37 constexpr size_t ByteCount = 5; in TEST_F() local 52 constexpr size_t ByteCount = 7; in TEST_F() local 74 constexpr size_t ByteCount = 7; in TEST_F() local 96 constexpr size_t ByteCount = 6 * MovReg32BitImmBytes; in TEST_F() local
|
H A D | Other.cpp | 40 static constexpr uint32_t ByteCount = 1; in TEST_F() local 47 static constexpr uint32_t ByteCount = 1; in TEST_F() local 54 static constexpr uint32_t ByteCount = 2; in TEST_F() local
|
H A D | Locked.cpp | 19 static constexpr uint8_t ByteCount = 3; in TEST_F() local 27 static constexpr uint8_t ByteCount = 1; in TEST_F() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
H A D | LowLevel.cpp | 19 constexpr size_t ByteCount = 1; in TEST_F() local 28 constexpr size_t ByteCount = 3; in TEST_F() local 37 constexpr size_t ByteCount = 5; in TEST_F() local 60 constexpr size_t ByteCount = 23; in TEST_F() local 96 constexpr size_t ByteCount = 23; in TEST_F() local 134 constexpr size_t ByteCount = 14 * MovReg32BitImmBytes + 7 /*Rex_B*/; in TEST_F() local
|
H A D | Other.cpp | 40 static constexpr uint32_t ByteCount = 1; in TEST_F() local 47 static constexpr uint32_t ByteCount = 1; in TEST_F() local 54 static constexpr uint32_t ByteCount = 2; in TEST_F() local
|
H A D | Locked.cpp | 19 static constexpr uint8_t ByteCount = 3; in TEST_F() local 27 static constexpr uint8_t ByteCount = 1; in TEST_F() local
|
/aosp_15_r20/frameworks/base/tools/aapt2/io/ |
H A D | Data.h | 79 size_t ByteCount() const override { return next_read_ - offset_; } in ByteCount() function 128 size_t ByteCount() const override { return next_read_; } in ByteCount() function 176 size_t ByteCount() const override { return next_read_; } in ByteCount() function 208 size_t ByteCount() const override { return 0u; } in ByteCount() function
|
H A D | StringStream.cpp | 46 size_t StringInputStream::ByteCount() const { in ByteCount() function in aapt::io::StringInputStream 101 size_t StringOutputStream::ByteCount() const { in ByteCount() function in aapt::io::StringOutputStream
|
H A D | Util.h | 71 size_t ByteCount() const override { in ByteCount() function 116 ::google::protobuf::int64 ByteCount() const override { in ByteCount() function
|
/aosp_15_r20/frameworks/base/libs/androidfw/ |
H A D | BigBufferStream.cpp | 68 size_t BigBufferInputStream::ByteCount() const { in ByteCount() function in android::BigBufferInputStream 121 size_t BigBufferOutputStream::ByteCount() const { in ByteCount() function in android::BigBufferOutputStream
|
H A D | FileStream.cpp | 115 size_t FileInputStream::ByteCount() const { in ByteCount() function in android::FileInputStream 189 size_t FileOutputStream::ByteCount() const { in ByteCount() function in android::FileOutputStream
|
/aosp_15_r20/external/icing/icing/portable/ |
H A D | gzip_stream.cc | 167 int64_t GzipInputStream::ByteCount() const { in ByteCount() function in icing::lib::protobuf_ports::GzipInputStream 286 int64_t GzipOutputStream::ByteCount() const { in ByteCount() function in icing::lib::protobuf_ports::GzipOutputStream
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceASanInstrumentation.cpp | 249 auto *ByteCount = ConstantInteger32::create(Ctx, IceType_i32, RzSize); in instrumentFuncStart() local 279 auto *ByteCount = in instrumentFuncStart() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | protobuf.cc | 56 int64_t TStringOutputStream::ByteCount() const { return target_->size(); } in ByteCount() function in tensorflow::TStringOutputStream
|
/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | Png.h | 70 size_t ByteCount() const override { in ByteCount() function
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | SHA1.h | 66 uint32_t ByteCount; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | SHA256.h | 74 uint32_t ByteCount; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | SHA256.h | 74 uint32_t ByteCount; member
|