Searched +defs:val +defs:last (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | vector.h | 659 iterator insert(const_iterator pos, InputIt first, InputIt last) in insert() 685 void append(InputIt first, InputIt last) in append() 705 void append(const_pointer first, const_pointer last) in append() 736 iterator erase(const_iterator first, const_iterator last) in erase() 804 void push_back(const value_type& val) in push_back() 812 void push_back(value_type&& val) in push_back() 857 void uninitialized_value_construct(pointer first, pointer last) in uninitialized_value_construct() 907 void copy(pointer pos, InputIt first, InputIt last) in copy() 955 void reverse_move(pointer first, pointer last, pointer dst) in reverse_move() 986 void destroy(iterator first, iterator last) in destroy() [all …]
|
/ohos5.0/foundation/multimedia/drm_framework/services/utils/ |
H A D | drm_api_operation.cpp | 70 size_t last = str.find_last_not_of(whitespace); in Trim() local 93 long val = strtol(str.c_str(), &end, 10); in TryParseInt() local
|
/ohos5.0/foundation/filemanagement/dfs_service/utils/cloud_disk/src/ |
H A D | cloud_file_utils.cpp | 59 uint32_t val = pad; in Str2HashBuf() local 141 char last = cloudId[size - 1]; in GetBucketId() local
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/ |
H A D | hls_tags.cpp | 79 unsigned val; in HexSequence() local 322 std::string::size_type last = 0; in Split() local
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | hls_tags.cpp | 79 unsigned val; in HexSequence() local 327 std::string::size_type last = 0; in Split() local
|
/ohos5.0/drivers/peripheral/usb/ddk/host/src/ |
H A D | liteos_adapter.c | 464 static void OsDiscardUrbs(const struct UsbHostRequest *request, int32_t first, int32_t last) in OsDiscardUrbs() 1480 int32_t val; in AdapterAtomicInc() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_check_sync_test.cpp | 119 std::map<std::string, SyncProcess> last; in BlockPrioritySync() local 1078 std::string val = std::get<std::string>(queryNodes[0].fieldValue[i]); in __anonc8f560be1302() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_builder.cpp | 395 constexpr It LowerBound(It first, const It last, const T& val, Pred pred) in LowerBound()
|