Home
last modified time | relevance | path

Searched defs:new_pos (Results 1 – 16 of 16) sorted by relevance

/third_party/json/docs/examples/
Dinsert.cpp12 auto new_pos = v.insert(v.begin() + 2, 10); in main() local
Dinsert__ilist.cpp12 auto new_pos = v.insert(v.end(), {7, 8, 9}); in main() local
Dinsert__count.cpp12 auto new_pos = v.insert(v.begin() + 2, 7, 7); in main() local
Dinsert__range.cpp15 auto new_pos = v.insert(v.end(), v2.begin(), v2.end()); in main() local
/third_party/ffmpeg/libavformat/
Dsubfile.c118 int64_t new_pos, end; in subfile_seek() local
Dwavdec.c734 uint64_t new_pos = wav->smv_data_ofs + in wav_read_packet() local
Dmpeg.c966 int64_t old_pos = avio_tell(pb), new_pos; in vobsub_read_packet() local
Dftp.c780 int64_t new_pos; in ftp_seek() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dsmall_vector.h338 typename std::vector<T>::iterator new_pos = in insert() local
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dsmall_vector.h338 typename std::vector<T>::iterator new_pos = in insert() local
/third_party/spirv-tools/source/util/
Dsmall_vector.h357 typename std::vector<T>::iterator new_pos = in insert() local
/third_party/vk-gl-cts/external/amber/src/src/
Dshader_compiler.cc195 char* new_pos = nullptr; in ParseHex() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-indic.cc1100 unsigned int new_pos = base == end ? base - 2 : base - 1; in final_reordering_syllable_indic() local
1362 unsigned int new_pos = base; in final_reordering_syllable_indic() local
Dhb-buffer.cc126 hb_glyph_position_t *new_pos = nullptr; in enlarge() local
/third_party/node/deps/v8/src/parsing/
Dparser-base.h3589 int new_pos = position(); in ParseMemberWithPresentNewPrefixesExpression() local
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs37763 let new_pos = match pos.into_node().forget_type().choose_parent_kv() { localVariable