Searched refs:byte_offset_ (Results 1 – 7 of 7) sorted by relevance
/third_party/node/src/ |
D | aliased_buffer.h | 36 : isolate_(isolate), count_(count), byte_offset_(0) { in AliasedBufferBase() 48 v8::Local<V8T> js_array = V8T::New(ab, byte_offset_, count); in AliasedBufferBase() 66 : isolate_(isolate), count_(count), byte_offset_(byte_offset) { in AliasedBufferBase() 87 byte_offset_(that.byte_offset_), in AliasedBufferBase() 96 byte_offset_ = that.byte_offset_; 220 DCHECK_EQ(byte_offset_, 0); in reserve() 237 v8::Local<V8T> js_array = V8T::New(ab, byte_offset_, new_capacity); in reserve() 249 size_t byte_offset_; variable
|
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | context_list.cc | 38 elem->byte_offset_ = s->byte_counter; in Append() 50 ts->byte_offset = static_cast<uint32_t>(head->byte_offset_); in Execute()
|
D | context_list.h | 44 size_t byte_offset_ = 0; variable
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | disassemble.cpp | 59 byte_offset_(0), in Disassembler() 123 size_t byte_offset_; // The number of bytes processed so far. member in __anonf126510a0111::Disassembler 152 byte_offset_ = SPV_INDEX_INSTRUCTION * sizeof(uint32_t); in HandleHeader() 186 << byte_offset_; in HandleInstruction() 192 byte_offset_ += inst.num_words * sizeof(uint32_t); in HandleInstruction()
|
/third_party/spirv-tools/source/ |
D | disassemble.cpp | 64 byte_offset_(0), in Disassembler() 129 size_t byte_offset_; // The number of bytes processed so far. member in __anoncf5cb9800111::Disassembler 159 byte_offset_ = SPV_INDEX_INSTRUCTION * sizeof(uint32_t); in HandleHeader() 225 << byte_offset_; in HandleInstruction() 231 byte_offset_ += inst.num_words * sizeof(uint32_t); in HandleInstruction()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | disassemble.cpp | 64 byte_offset_(0), in Disassembler() 129 size_t byte_offset_; // The number of bytes processed so far. member in __anon0622af550111::Disassembler 159 byte_offset_ = SPV_INDEX_INSTRUCTION * sizeof(uint32_t); in HandleHeader() 225 << byte_offset_; in HandleInstruction() 231 byte_offset_ += inst.num_words * sizeof(uint32_t); in HandleInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | disassemble.cpp | 64 byte_offset_(0), in Disassembler() 129 size_t byte_offset_; // The number of bytes processed so far. member in __anon955f17c10111::Disassembler 159 byte_offset_ = SPV_INDEX_INSTRUCTION * sizeof(uint32_t); in HandleHeader() 225 << byte_offset_; in HandleInstruction() 231 byte_offset_ += inst.num_words * sizeof(uint32_t); in HandleInstruction()
|