Home
last modified time | relevance | path

Searched defs:new_pos (Results 1 - 18 of 18) sorted by relevance

/third_party/json/docs/examples/
H A Dinsert__ilist.cpp12 auto new_pos = v.insert(v.end(), {7, 8, 9}); in main() local
15 std::cout << *new_pos << '\n'; in main() local
H A Dinsert__count.cpp12 auto new_pos = v.insert(v.begin() + 2, 7, 7); in main() local
15 std::cout << *new_pos << '\n'; in main() local
H A Dinsert.cpp12 auto new_pos = v.insert(v.begin() + 2, 10); in main() local
15 std::cout << *new_pos << '\n'; in main() local
H A Dinsert__range.cpp15 auto new_pos = v.insert(v.end(), v2.begin(), v2.end()); in main() local
18 std::cout << *new_pos << '\n'; in main() local
/third_party/ffmpeg/libavformat/
H A Dsubfile.c118 int64_t new_pos, end; in subfile_seek() local
H A Dwavdec.c734 uint64_t new_pos = wav->smv_data_ofs + in wav_read_packet() local
H A Dmpeg.c966 int64_t old_pos = avio_tell(pb), new_pos; in vobsub_read_packet() local
H A Dftp.c780 int64_t new_pos; in ftp_seek() local
/third_party/vk-gl-cts/external/amber/src/src/
H A Dshader_compiler.cc195 char* new_pos = nullptr; in ParseHex() local
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dsmall_vector.h338 typename std::vector<T>::iterator new_pos = in insert() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dsmall_vector.h338 typename std::vector<T>::iterator new_pos = in insert() local
/third_party/spirv-tools/source/util/
H A Dsmall_vector.h357 typename std::vector<T>::iterator new_pos = in insert() local
/device/soc/rockchip/common/sdk_linux/ipc/
H A Dutil.c759 static struct kern_ipc_perm *sysvipc_find_ipc(struct ipc_ids *ids, loff_t pos, loff_t *new_pos) in sysvipc_find_ipc() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer.cc126 hb_glyph_position_t *new_pos = nullptr; in enlarge() local
H A 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; final_reordering_syllable_indic() local
[all...]
/third_party/node/deps/v8/src/torque/
H A Dearley-parser.h307 Item Advance(size_t new_pos, const Item* child = nullptr) const { in Advance() argument
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c302 static void bpf_vlog_reset(struct bpf_verifier_log *log, u32 new_pos) in bpf_vlog_reset() argument
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h3589 int new_pos = position(); in ParseMemberWithPresentNewPrefixesExpression() local

Completed in 41 milliseconds