Home
last modified time | relevance | path

Searched defs:last (Results 1 – 25 of 104) sorted by relevance

12345

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_json.h34 char last; in PopObject() local
50 char last; in PopArray() local
94 char last; in GetDumpString() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dvector.h225 vector(InputIt first, InputIt last) : allocator_(default_allocator()) in vector()
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()
846 void uninitialized_default_construct(pointer first, pointer last) in uninitialized_default_construct()
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/base/hiviewdfx/faultloggerd/common/dfxlog/
H A Ddfx_log_public.h25 constexpr void Copy(I first, I last, O result) in Copy()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/cpp_ext/
H A Dalgorithm_ext.h22 inline bool AnyOf(Iterator first, Iterator last, UnaryPredicate p) // implementation of std::any_of… in AnyOf()
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/cpp_ext/
H A Dalgorithm_ext.h22 inline bool AnyOf(Iterator first, Iterator last, UnaryPredicate p) // implementation of std::any_of… in AnyOf()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Duid.h73 for (auto first = values, last = values + 8; first != last; ++first) { in Uid() local
79 for (auto first = values + 8, last = values + 16; first != last; ++first) { in Uid() local
H A Dhash.h163 inline uint64_t HashRange(Iter first, Iter last) in HashRange()
174 inline void HashRange(uint64_t& seed, Iter first, Iter last) in HashRange()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_xml_unit_test.cpp95 std::shared_ptr<XmlElement> last = root->GetLast(); variable
117 std::shared_ptr<XmlElement> last = root->GetLast(); variable
139 std::shared_ptr<XmlElement> last = root->GetLast(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample/
H A Dscene_demo.js25 let last = Date.now(); variable
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/test/moduletest/common/
H A Dxcollie_timeout_test.cpp151 …int last = XCollie::GetInstance().SetTimer("TimeoutTimer", 1, nullptr, nullptr, XCOLLIE_FLAG_NOOP); variable
191 … int last = XCollie::GetInstance().SetTimer("TimeoutTimer", 61, func, nullptr, XCOLLIE_FLAG_NOOP); variable
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/
H A Dgeometry_shorten_path.cpp42 VertexDist& last = vtxSeq[nSize]; in ShortenPath() local
/ohos5.0/base/startup/init/services/begetctl/
H A Dmain.c42 const char *last = strrchr(argv[0], '/'); in main() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dtime_util.cpp44 char last = time[size - 1]; in ParseToMilliseconds() local
/ohos5.0/base/security/device_security_level/oem_property/include/
H A Ddslm_credential_utils.h37 PublicKey last; member
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/base/cache/
H A Drender_fifo_cache.h39 auto &last = valueList_.back(); in Put() local
/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/
H A Dconfig_parser.cpp78 size_t last = str.find_last_not_of(' '); in trim() local
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dtoken_bucket.h30 uint64 last; // The time of the last message member
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/xml/
H A Dxml_element.cpp74 xmlNodePtr last = xmlNodePtr_->last; in GetLast() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_emitter.cpp81 float last = particleCount_; in EmitParticle() local
/ohos5.0/base/telephony/ril_adapter/services/vendor/include/
H A Dat_support.h43 Line *last; member
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dtask_manager.h35 #define GET_INTERVAL(last, now) (((last) > (now)) ? (GET_REMAIN_TIME(last) + (now)) : ((now) - (las… argument
/ohos5.0/base/hiviewdfx/hiview_lite/
H A Dhiview_def.h49 uint8 last : 1; /* Indicates whether the last parameter. */ member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dresult_entries_window.cpp80 int last = begin_ + buffer_.size() - 1; in MoveToPosition() local
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_option.h48 PDhcpOptionNode last; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_list.h97 List *last = from->prev; in ListMove() local

12345