Home
last modified time | relevance | path

Searched defs:first (Results 1 - 25 of 87) sorted by relevance

1234

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_proxy_object.h27 META_NS::IProperty::ConstPtr first; member
/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 used on c++11 in AnyOf() argument
/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 used on c++11 in AnyOf() argument
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/
H A Ddebug_output.cpp47 bool first = true; in Visit() local
58 bool first = true; in Visit() local
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dcompile_time_hashes.h45 inline constexpr uint64_t FNV1aHash(const char* const first, uint64_t hash = FNV_OFFSET_BASIS) in FNV1aHash() argument
H A Dbase64_decode.h73 auto first = --end; in CountPadding() local
H A Dhash.h163 inline uint64_t HashRange(Iter first, Iter last) in HashRange() argument
174 inline void HashRange(uint64_t& seed, Iter first, Iter last) in HashRange() argument
/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/
H A Dconfig_parser.cpp75 size_t first = str.find_first_not_of(' '); in trim() local
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/
H A Dstring_utils.h56 std::vector<uint8_t>::const_iterator first = input.begin() + sizeof(Type); in BytesToStrWithType() local
/foundation/arkui/ace_engine/frameworks/core/components/root/
H A Droot_element.cpp31 auto first = children_.begin(); in PerformBuild() local
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dcommon.c124 void *first = (vector->key != NULL) ? vector->key(vector->data[i]) : vector->data[i]; in VECTOR_FindByKey() local
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_option.h47 PDhcpOptionNode first; member
H A Ddhcp_config.h54 DhcpConfigNode *first; member
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_multitext_component.cpp231 bool PickerMultiTextComponent::IsEqualStrings(const std::vector<std::string>& first, in IsEqualStrings() argument
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbackup_database_utils.h161 bool first = true; in JoinSQLValues() local
180 bool first = true; in JoinValues() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributed_crud_transaction_tools.cpp39 DistributedCrudTransactionTools(KvStoreDelegate &delegate, CrudMode first, CrudMode second, bool preset, bool isLocal) DistributedCrudTransactionTools() argument
/foundation/distributeddatamgr/udmf/framework/common/unittest/
H A Dutd_cfgs_checker_test.cpp54 std::vector<TypeDescriptorCfg> first = {tdc1}; in HWTEST_F() local
88 std::vector<TypeDescriptorCfg> first = {tdc1}; in HWTEST_F() local
122 std::vector<TypeDescriptorCfg> first = {}; in HWTEST_F() local
145 std::vector<TypeDescriptorCfg> first = {tdc1}; in HWTEST_F() local
247 std::vector<TypeDescriptorCfg> first = {tdc1, tdc2}; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_list.h96 List *first = from->next; in ListMove() local
/foundation/ai/intelligent_voice_framework/utils/
H A Dstring_util.cpp117 bool StringUtil::SplitLineToPair(const std::string &line, std::string &first, std::string &second) in SplitLineToPair() argument
/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/
H A Ddataobs_utils.h308 bool DataObsUtils::Marshal(MessageParcel &parcel, const T &first, const Types &...others) in Marshal() argument
317 bool DataObsUtils::Unmarshal(MessageParcel &parcel, T &first, Types &...others) in Unmarshal() argument
/foundation/arkui/ace_engine/frameworks/core/components_part_upd/foreach/
H A Dforeach_element.cpp27 bool ForEachElement::CompareSlots(const RefPtr<Element>& first, const RefPtr<Element>& second) in CompareSlots() argument
/foundation/arkui/ui_lite/frameworks/draw/
H A Dclip_utils.cpp120 bool first = true; in PerformScan() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_pod.cpp72 const auto first = dataStore_.cbegin() + static_cast<int32_t>(offsetToData.index); in DestroyPod() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_capturedata.cpp126 std::string first; in Serialize() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h397 static bool Marshalling(Parcel& parcel, const T& first, const Args&... args) in Marshalling() argument
402 static bool Unmarshalling(Parcel& parcel, T& first, Args&... args) in Unmarshalling() argument

Completed in 11 milliseconds

1234