Home
last modified time | relevance | path

Searched defs:is (Results 1 - 12 of 12) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/
H A Ddepth_first_iteration.h25 IterationResult DepthFirstOrderIterate(const Iterable& i, Func& func, IterateStrategy is) in DepthFirstOrderIterate() argument
53 IterationResult DepthFirstOrderIterate(const Iterable& i, ICallable& func, IterateStrategy is) in DepthFirstOrderIterate() argument
H A Diteration_types.h76 auto CallIterate(const Iterable& i, Func&& func, IterateStrategy is) in CallIterate() argument
84 auto CallIterate(const Iterable& i, ICallable& func, IterateStrategy is) in CallIterate() argument
H A Diteration.h29 IterationResult IterateImpl(const Iterable& ite, Func&& func, IterateStrategy is) in IterateImpl() argument
51 Iterate(const BASE_NS::shared_ptr<Iterable>& c, Func&& func, IterateStrategy is) Iterate() argument
57 Iterate(const BASE_NS::shared_ptr<Iterable>& c, const ICallable::Ptr& func, IterateStrategy is) Iterate() argument
63 ConstIterate(const BASE_NS::shared_ptr<Iterable>& c, Func&& func, IterateStrategy is) ConstIterate() argument
69 ConstIterate(const BASE_NS::shared_ptr<Iterable>& c, const ICallable::Ptr& func, IterateStrategy is) ConstIterate() argument
[all...]
H A Dbreadth_first_iteration.h35 IterationResult BreadthFirstOrderIterate(const Iterable& i, Func& func, IterateStrategy is) in BreadthFirstOrderIterate() argument
69 IterationResult BreadthFirstOrderIterate(const Iterable& i, ICallable& func, IterateStrategy is) in BreadthFirstOrderIterate() argument
/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/
H A Dsubject.js
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_sha.cpp48 void MtpFsSha::Update(std::istream &is) in Update() argument
161 void MtpFsSha::Read(std::istream &is, std::string &s, const int max) in Read() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagesource_fuzzer/src/
H A Dimage_source_fuzz.cpp119 std::unique_ptr<std::istream> is = std::make_unique<std::ifstream>(pathName.c_str()); in CreateImageSourceByIstreamFuzz() local
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dvcard_util.h112 static std::vector<VCard> Parse(std::istream &is) in Parse() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp425 unique_ptr<ImageSource> ImageSource::CreateImageSource(unique_ptr<istream> is, const SourceOptions &opts, in CreateImageSource() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata.cpp66 template <typename T, typename U> std::istream &OutputRational(std::istream &is, T &r) in OutputRational() argument
81 std::istream &operator >> (std::istream &is, ExifRational &r) in operator >>() argument
86 std::istream &operator >> (std::istream &is, ExifSRational &r) in operator >>() argument
[all...]
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_display_bind_helper.cpp146 std::istream &operator >> (std::istream &is, BindInfo &r) in operator >>() argument
317 std::istream &operator >> (std::istream &is, BindInfos &r) in operator >>() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h652 std::ostringstream is; in HandleEscapeCharaterInUtf8TextForJson() local

Completed in 7 milliseconds