Home
last modified time | relevance | path

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

/third_party/json/doc/examples/
Dinsert__ilist.cpp12 auto new_pos = v.insert(v.end(), {7, 8, 9}); in main() local
Dinsert.cpp12 auto new_pos = v.insert(v.begin() + 2, 10); 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.c119 int64_t new_pos, end; in subfile_seek() local
Dwavdec.c722 uint64_t new_pos = wav->smv_data_ofs + in wav_read_packet() local
Dmpeg.c964 int64_t old_pos = avio_tell(pb), new_pos; in vobsub_read_packet() local
Dftp.c760 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/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/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/harfbuzz/src/
Dhb-ot-shape-complex-indic.cc1101 unsigned int new_pos = base == end ? base - 2 : base - 1; in final_reordering_syllable_indic() local
1363 unsigned int new_pos = base; in final_reordering_syllable_indic() local
Dhb-buffer.cc125 hb_glyph_position_t *new_pos = nullptr; in enlarge() local
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-indic.cc1173 unsigned int new_pos = base == end ? base - 2 : base - 1; in final_reordering_syllable() local
1434 unsigned int new_pos = base; in final_reordering_syllable() local
Dhb-buffer.cc124 hb_glyph_position_t *new_pos = nullptr; in enlarge() local
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstdvdspu.c378 update_video_to_position (GstDVDSpu * dvdspu, GstClockTime new_pos) in update_video_to_position()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Debml-write.c211 gst_ebml_writer_send_segment_event (GstEbmlWrite * ebml, guint64 new_pos) in gst_ebml_writer_send_segment_event()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstcollectpads.c1596 GstCollectData * data, GstClockTime new_pos) in gst_collect_pads_handle_position_update()
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs37763 let new_pos = match pos.into_node().forget_type().choose_parent_kv() { localVariable