Home
last modified time | relevance | path

Searched defs:set_offset (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format4.h45 void set_offset(int32_t v) { offset_ = v; } in set_offset() function
/third_party/libexif/libexif/
Dexif-mnote-data-priv.h44 void (* set_offset) (ExifMnoteData *, unsigned int); member
/third_party/elfio/elfio/
Delfio_segment.hpp148 void set_offset( const Elf64_Off& value ) noexcept override in set_offset() function in ELFIO::segment_impl
/third_party/node/deps/v8/src/codegen/
Dconstant-pool.h55 void set_offset(int offset) { in set_offset() function
Dassembler.h129 void set_offset(int offset) { in set_offset() function
/third_party/node/deps/v8/src/codegen/arm/
Dassembler-arm.h216 void set_offset(int32_t offset) { in set_offset() function
/third_party/node/deps/v8/src/wasm/
Dstreaming-decoder.cc136 void set_offset(size_t value) { offset_ = value; } in set_offset() function in v8::internal::wasm::AsyncStreamingDecoder::DecodingState
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.cpp65 void TexInstr::set_offset(unsigned index, int32_t val) in set_offset() function in r600::TexInstr
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-assembler.h151 void set_offset(int offset) { spill_offset_ = offset; } in set_offset() function
/third_party/rust/crates/aho-corasick/src/
Dprefilter.rs635 fn set_offset(&mut self, pos: usize, byte: u8) { in set_offset() method
/third_party/vixl/src/aarch64/
Dassembler-aarch64.h274 VIXL_DEPRECATED("SetOffset", void set_offset(ptrdiff_t offset)) { in set_offset() function