Home
last modified time | relevance | path

Searched defs:lhs (Results 1 – 25 of 66) sorted by relevance

123

/ohos5.0/base/update/updater/test/unittest/updater_ui_test/strategy/
H A Dui_strategy_unittest.cpp24 bool operator == (const ComInfo &lhs, const ComInfo &rhs) in operator ==()
29 bool operator == (const ProgressPage &lhs, const ProgressPage &rhs) in operator ==()
36 bool operator == (const ResPage &lhs, const ResPage &rhs) in operator ==()
41 bool operator == (const UiStrategyCfg &lhs, const UiStrategyCfg &rhs) in operator ==()
/ohos5.0/base/update/updater/test/unittest/updater_ui_test/view/
H A Dui_layout_unittest.cpp28 bool operator == (const UxViewCommonInfo &lhs, const UxViewCommonInfo &rhs) in operator ==()
34 bool operator == (const UxBoxProgressInfo &lhs, const UxBoxProgressInfo &rhs) in operator ==()
40 bool operator == (const UxLabelInfo &lhs, const UxLabelInfo &rhs) in operator ==()
46 bool operator == (const UxImageInfo &lhs, const UxImageInfo &rhs) in operator ==()
52 bool operator == (const UxLabelBtnInfo &lhs, const UxLabelBtnInfo &rhs) in operator ==()
58 bool operator == (const UxViewInfo &lhs, const UxViewInfo &rhs) in operator ==()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_filter.cpp69 std::shared_ptr<RSFilter> operator+(const std::shared_ptr<RSFilter>& lhs, const std::shared_ptr<RSF… in operator +()
80 std::shared_ptr<RSFilter> operator-(const std::shared_ptr<RSFilter>& lhs, const std::shared_ptr<RSF… in operator -()
91 std::shared_ptr<RSFilter> operator*(const std::shared_ptr<RSFilter>& lhs, float rhs) in operator *()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_filter_test.cpp109 std::shared_ptr<RSFilter> lhs; variable
126 std::shared_ptr<RSFilter> lhs; variable
144 std::shared_ptr<RSFilter> lhs; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dapplication_configuration_manager.cpp24 bool operator<(SetLevel lhs, SetLevel rhs) in operator <()
29 bool operator>(SetLevel lhs, SetLevel rhs) in operator >()
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxlog/
H A Ddfx_log_public.h33 constexpr auto ConcatStr(LHS&& lhs, RHS&& rhs) in ConcatStr()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dblur_draw_looper.cpp43 bool operator==(const BlurDrawLooper& lhs, const BlurDrawLooper& rhs) in operator ==()
51 bool operator!=(const BlurDrawLooper& lhs, const BlurDrawLooper& rhs) in operator !=()
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dimpl_class_mgr.cpp298 uint32_t ImplClassMgr::ComparePriority(const AttrData &lhs, const AttrData &rhs, PriorityType type) in ComparePriority()
330 uint32_t ImplClassMgr::CompareBoolPriority(const AttrData &lhs, const AttrData &rhs, PriorityType t… in CompareBoolPriority()
369 uint32_t ImplClassMgr::CompareUint32Priority(const AttrData &lhs, const AttrData &rhs, PriorityType… in CompareUint32Priority()
407 uint32_t ImplClassMgr::CompareStringPriority(const AttrData &lhs, const AttrData &rhs, PriorityType… in CompareStringPriority()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_occlusion_region_helper.h74 inline OuterLooper(const RectsPtr &lhs, const RectsPtr &rhs) : lhs_(lhs), rhs_(rhs) in OuterLooper()
98 inline InnerLooper(const RectsPtr &lhs, const RectsPtr &rhs) in InnerLooper()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_msg_wrapper_test/
H A Dams_service_app_spawn_msg_wrapper_test.cpp332 int32_t lhs = sizeof(AppSpawnMsg); variable
354 int32_t lhs = 0; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_program_util.cpp105 [](auto const& lhs, auto const& rhs) { return (lhs.binding < rhs.binding); }); in CombinePipelineLayouts()
150 …std::sort(outSc.begin(), outSc.end(), [](const auto& lhs, const auto& rhs) { return (lhs.offset < … in CombineSpecializationConstants()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_preprocessor_system.cpp119 …enderPreprocessorSystem::MaterialProperties& rhs) { return (lhs.material.id < rhs.material.id); }); in GatherMaterialProperties()
497 … [](const SortData& lhs, const SortData& rhs) { return lhs.renderMeshId < rhs.renderMeshId; }); in Update()
502 std::sort(noBatchComponent, noInstancing, [](const SortData& lhs, const SortData& rhs) { in Update()
523 auto pos = std::adjacent_find(it, end, [](const SortData& lhs, const SortData& rhs) { in Update()
544 … [](const SortData& lhs, const SortData& rhs) { return lhs.renderMeshId < rhs.renderMeshId; }); in Update()
H A Dnode_system.cpp519 … first, last, Entity(), [](const Entity& lhs, const Entity& rhs) { return lhs.id < rhs.id; }); in Reset()
543 …std::lower_bound(first, last, entity, [](const Entity& lhs, const Entity& rhs) { return lhs.id < r… in AddNode()
844 std::sort(first, last, [](Entity lhs, Entity rhs) { return lhs.id < rhs.id; }); in Refresh()
853 [](Entity lhs, Entity rhs) { return lhs.id < rhs.id; }); in Refresh()
859 [](Entity lhs, Entity rhs) { return lhs.id < rhs.id; }); in Refresh()
867 … std::lower_bound(first, last, oldEntity, [](Entity lhs, Entity rhs) { return lhs.id < rhs.id; }); in Refresh()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dproxy_directory.cpp54 bool operator==(const IDirectory::Entry& lhs, const IDirectory::Entry& rhs) in operator ==()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H A Dpasteboard_deduplicate_memory_test.cpp55 bool operator==(const RadarReportIdentity &lhs, const RadarReportIdentity &rhs) in operator ==()
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_certificate_test.cpp1290 CfBlob lhs = { 0 }; variable
1307 CfBlob lhs = { 0 }; variable
1322 CfBlob lhs = { 0 }; variable
1337 CfBlob lhs = { 0 }; variable
1361 CfBlob lhs = { 0 }; variable
1375 CfBlob lhs = { 0 }; variable
1391 CfBlob lhs = { 0 }; variable
1406 CfBlob lhs = { 0 }; variable
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/timer/core/
H A Dtimer_core.cpp171 bool TimerCore::IsSameOwner(const std::shared_ptr<Timer>& lhs, const std::weak_ptr<Timer>& rhs) in IsSameOwner()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/frame_rate_vote/
H A Drs_frame_rate_vote.cpp110 [] (const auto& lhs, const auto& rhs) { return lhs.second < rhs.second; }); in SurfaceVideoVote()
/ohos5.0/base/update/updater/test/unittest/utils/json/
H A Dutils_json_visitor_test.cpp73 bool operator==(const D &lhs, const D &rhs) in operator ==()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_manager.cpp91 LogStoreEx::LogFileComparator comparator = [](const LogFile &lhs, const LogFile &rhs) { in Init()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dtype_finder.cpp234 const std::shared_ptr<Plugins::PluginInfo>& rhs) { in SortPlugins()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dplugins_manager_src_framework_test.cpp807 AttrData lhs; variable
832 AttrData lhs; variable
857 AttrData lhs; variable
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H A Dtype_finder.cpp257 …[&uriSuffix](const std::shared_ptr<Plugin::PluginInfo>& lhs, const std::shared_ptr<Plugin::PluginI… in SortPlugins()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/
H A Drender_node_scene_util.cpp46 inline bool operator<(const SlotSubmeshIndex& lhs, const SlotSubmeshIndex& rhs) in operator <()
57 inline bool operator>(const SlotSubmeshIndex& lhs, const SlotSubmeshIndex& rhs) in operator >()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dshader_module_gles.cpp126 [](auto const& lhs, auto const& rhs) { return (lhs.binding < rhs.binding); }); in SortSets()

123