Searched refs:byte_offset_ (Results 1 - 5 of 5) sorted by relevance
/third_party/node/src/ |
H A D | aliased_buffer-inl.h | 16 : isolate_(isolate), count_(count), byte_offset_(0), index_(index) { in AliasedBufferBase() 31 v8::Local<V8T> js_array = V8T::New(ab, byte_offset_, count); in AliasedBufferBase() 44 byte_offset_(byte_offset), in AliasedBufferBase() 71 byte_offset_(that.byte_offset_), in AliasedBufferBase() 93 DCHECK_EQ(byte_offset_, arr->ByteOffset()); in Deserialize() 95 buffer_ = reinterpret_cast<NativeT*>(raw + byte_offset_); in Deserialize() 107 byte_offset_ = that.byte_offset_; 183 DCHECK_EQ(byte_offset_, in reserve() [all...] |
H A D | aliased_buffer.h | 169 size_t byte_offset_ = 0; member in node::AliasedBufferBase
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | disassemble.cpp | 64 byte_offset_(0), in Disassembler() 129 size_t byte_offset_; // The number of bytes processed so far. member in __anon21785::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/ |
H A D | disassemble.cpp | 64 byte_offset_(0), in Disassembler() 129 size_t byte_offset_; // The number of bytes processed so far. member in __anon23042::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/spirv-tools/source/ |
H A D | disassemble.cpp | 57 byte_offset_(0) {} in Disassembler() 79 size_t byte_offset_; // The number of bytes processed so far. member in spvtools::__anon26556::Disassembler 98 byte_offset_ = SPV_INDEX_INSTRUCTION * sizeof(uint32_t); in HandleHeader() 109 instruction_disassembler_.EmitInstruction(inst, byte_offset_); in HandleInstruction() 111 byte_offset_ += inst.num_words * sizeof(uint32_t); in HandleInstruction()
|
Completed in 5 milliseconds