Home
last modified time | relevance | path

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

12345

/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
/base/security/certificate_framework/test/unittest/common/src/
H A Dcf_test_common.cpp20 bool CertframeworkTest::CompareBlob(const CfBlob *first, const CfBlob *second) in CompareBlob() 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
/base/notification/common_event_service/tools/test/unittest/cem/
H A Dcommon_event_command_test.cpp29 static std::string Concatenate(const std::string &first, const std::string &second) in Concatenate() argument
H A Dcommon_event_command_dump_test.cpp34 static std::string Concatenate(const std::string &first, const std::string &second) in Concatenate() argument
H A Dcommon_event_command_publish_test.cpp37 static std::string Concatenate(const std::string &first, const std::string &second) in Concatenate() argument
/base/request/request/frameworks/js/napi/src/
H A Dutf8_utils.cpp72 bool Check3Bytes(const std::vector<uint8_t> &v, const size_t &first, size_t &index) in Check3Bytes() argument
93 bool Check4Bytes(const std::vector<uint8_t> &v, const size_t &first, size_t &index) in Check4Bytes() argument
116 uint8_t first = v[index]; RunUtf8Validation() local
[all...]
/base/security/huks/test/unittest/huks_standard_test/storage_multithread_test/src/
H A Dhks_storage_file_lock_test.cpp76 HksStorageFileLock *first = locks[0]; in HWTEST_F() local
/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
/base/inputmethod/imf/common/include/
H A Ditypes_util.h179 bool ITypesUtil::Marshal(MessageParcel &parcel, const T &first, const Types &...others) in Marshal() argument
188 bool ITypesUtil::Unmarshal(MessageParcel &parcel, T &first, Types &...others) in Unmarshal() argument
/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
/base/security/device_auth/frameworks/deviceauth_lite/inc/key_agreement/
H A Dkey_agreement.h53 uint32_t first; member
/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/
H A Ddas_version_util.h47 uint32_t first; member
/base/security/device_security_level/services/dslm/
H A Ddslm_device_list.c126 bool IsSameDevice(const DeviceIdentify *first, const DeviceIdentify *second) in IsSameDevice() argument
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dstate_machine_test.cpp94 auto first = machineBuilder->Build(); in HWTEST_F() local
/base/useriam/face_auth/test/unittest/
H A Dstate_machine_test.cpp100 auto first = machineBuilder->Build(); in HWTEST_F() local
/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

Completed in 16 milliseconds

12345