Home
last modified time | relevance | path

Searched defs:ByteCount (Results 1 – 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DOther.cpp40 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
DLowLevel.cpp19 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
DLocked.cpp19 static constexpr uint8_t ByteCount = 3; in TEST_F() local
27 static constexpr uint8_t ByteCount = 1; in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DOther.cpp40 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
DX87.cpp22 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
DLowLevel.cpp19 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
DLocked.cpp19 static constexpr uint8_t ByteCount = 3; in TEST_F() local
27 static constexpr uint8_t ByteCount = 1; in TEST_F() local
/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc82 int64_t ArrayInputStream::ByteCount() const { return position_; } in ByteCount() function in google::protobuf::io::ArrayInputStream
116 int64_t ArrayOutputStream::ByteCount() const { return position_; } in ByteCount() function in google::protobuf::io::ArrayOutputStream
156 int64_t StringOutputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::StringOutputStream
262 int64_t CopyingInputStreamAdaptor::ByteCount() const { in ByteCount() function in google::protobuf::io::CopyingInputStreamAdaptor
326 int64_t CopyingOutputStreamAdaptor::ByteCount() const { in ByteCount() function in google::protobuf::io::CopyingOutputStreamAdaptor
447 int64_t LimitingInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::LimitingInputStream
537 int64_t CordInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::CordInputStream
665 int64_t CordOutputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::CordOutputStream
Dzero_copy_stream_impl.cc76 int64_t FileInputStream::ByteCount() const { return impl_.ByteCount(); } in ByteCount() function in google::protobuf::io::FileInputStream
240 int64_t IstreamInputStream::ByteCount() const { return impl_.ByteCount(); } in ByteCount() function in google::protobuf::io::IstreamInputStream
271 int64_t OstreamOutputStream::ByteCount() const { return impl_.ByteCount(); } in ByteCount() function in google::protobuf::io::OstreamOutputStream
337 int64_t ConcatenatingInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::ConcatenatingInputStream
Dgzip_stream.cc167 int64_t GzipInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::GzipInputStream
283 int64_t GzipOutputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::GzipOutputStream
Dtest_zero_copy_stream.h99 int64_t ByteCount() const override { return byte_count_; } in ByteCount() function
Dzero_copy_sink_test.cc121 int64_t ByteCount() const override { return byte_count_; } in ByteCount() function in google::protobuf::io::zc_sink_internal::__anonad00578f0111::PatternedOutputStream
Dtokenizer_unittest.cc122 int64_t ByteCount() const override { return array_stream_.ByteCount(); } in ByteCount() function in google::protobuf::io::__anon73efef7c0111::TestInputStream
Dcoded_stream.cc729 int64_t EpsCopyOutputStream::ByteCount(uint8_t* ptr) const { in ByteCount() function in google::protobuf::io::EpsCopyOutputStream
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
Dbyte_array_table_builder.cc45 int32_t ByteArrayTableBuilder::ByteCount() { in ByteCount() function in sfntly::ByteArrayTableBuilder
/third_party/protobuf/src/google/protobuf/
Dtest_util2.h59 int64_t ByteCount() const override { return stream_.ByteCount(); } in ByteCount() function
/third_party/protobuf/upb/io/
Dzero_copy_output_stream.h79 size_t (*ByteCount)(const struct upb_ZeroCopyOutputStream* z); member
Dzero_copy_input_stream.h73 size_t (*ByteCount)(const struct upb_ZeroCopyInputStream* z); member
/third_party/grpc/third_party/upb/upb/io/
Dzero_copy_output_stream.h79 size_t (*ByteCount)(const struct upb_ZeroCopyOutputStream* z); member
Dzero_copy_input_stream.h73 size_t (*ByteCount)(const struct upb_ZeroCopyInputStream* z); member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSHA1.h72 uint32_t ByteCount; member
/third_party/grpc/include/grpcpp/support/
Dproto_buffer_writer.h152 int64_t ByteCount() const override { return byte_count_; } in ByteCount() function
Dproto_buffer_reader.h123 int64_t ByteCount() const override { return byte_count_ - backup_count_; } in ByteCount() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp249 auto *ByteCount = ConstantInteger32::create(Ctx, IceType_i32, RzSize); in instrumentFuncStart() local
279 auto *ByteCount = in instrumentFuncStart() local
DIceConverter.cpp593 Ice::Operand *ByteCount = convertValue(Instr->getArraySize()); in convertAllocaInstruction() local

12