Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 25 of 117) sorted by relevance

12345

/developtools/profiler/device/plugins/native_daemon/include/
Dhashlist.h66 LinkNode &operator=(const LinkNode &node); variable
67 LinkNode &operator=(LinkNode &&node); variable
83 Iterator &operator=(const Iterator &itr); variable
84 Iterator &operator=(Iterator &&itr); variable
119 ReverseIterator &operator=(const ReverseIterator &itr); variable
120 ReverseIterator &operator=(ReverseIterator &&itr); variable
153 HashList &operator=(const HashList &source) = delete; variable
155 HashList &operator=(HashList &&source); variable
Dnoncopyable.h24 const Noncopyable &operator=(const Noncopyable &); variable
/developtools/hiperf/interfaces/innerkits/native/hiperf_local/include/
Dlperf.h34 Lperf& operator=(const Lperf&) = delete; variable
35 Lperf& operator=(Lperf&&) = delete; variable
/developtools/profiler/hidebug/frameworks/native/include/
Dhiappevent_util.h41 SingleRecordReporter& operator=(const SingleRecordReporter&) = delete; variable
43 SingleRecordReporter& operator=(SingleRecordReporter&&) = delete; variable
Dhidebug_util.h95 SmartFile& operator=(SmartFile&& other) = delete; variable
97 SmartFile& operator=(const SmartFile&) = delete; variable
/developtools/hiperf/include/
Dcommand_reporter.h79 CommandReporter& operator=(const CommandReporter&) = delete; variable
81 CommandReporter& operator=(CommandReporter&&) = delete; variable
Dhashlist.h66 LinkNode &operator=(const LinkNode &node); variable
67 LinkNode &operator=(LinkNode &&node); variable
83 Iterator &operator=(const Iterator &itr); variable
84 Iterator &operator=(Iterator &&itr); variable
119 ReverseIterator &operator=(const ReverseIterator &itr); variable
120 ReverseIterator &operator=(ReverseIterator &&itr); variable
153 HashList &operator=(const HashList &source) = delete; variable
155 HashList &operator=(HashList &&source); variable
Dnoncopyable.h24 const Noncopyable &operator=(const Noncopyable &); variable
/developtools/smartperf_host/smartperf_host/trace_streamer/src/filter/
Dstat_filter.h36 StatFilter &operator=(const StatFilter &) = delete; variable
Dfilter_base.h28 FilterBase &operator=(const FilterBase &) = delete; variable
Dargs_filter.h35 ArgsFilter &operator=(const ArgsFilter &) = delete; variable
Dfilter_filter.h29 FilterFilter &operator=(const FilterFilter &) = delete; variable
/developtools/packing_tool/packing_tool/frameworks/include/
Dzip_utils.h32 ZipUtils &operator=(const ZipUtils &) = delete; variable
/developtools/smartperf_host/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache_reader.h46 TraceDataCacheReader &operator=(const TraceDataCacheReader &) = delete; variable
Dtrace_data_cache_writer.h28 TraceDataCacheWriter &operator=(const TraceDataCacheWriter &) = delete; variable
/developtools/smartperf_host/smartperf_host/trace_streamer/sdk/demo_sdk/trace_data/
Ddemo_trace_data_cache_writer.h28 DemoTraceDataCacheWriter &operator=(const DemoTraceDataCacheWriter &) = delete; variable
Ddemo_trace_data_cache_reader.h30 DemoTraceDataCacheReader &operator=(const DemoTraceDataCacheReader &) = delete; variable
Dtrace_data_cache.h30 TraceDataCache *operator=(const TraceDataCache *dataCache) = delete; variable
/developtools/packing_tool/packing_tool/frameworks/include/json/
Dpack_info_utils.h34 PackInfoUtils &operator=(const PackInfoUtils &) = delete; variable
Dmodule_json_utils.h31 ModuleJsonUtils &operator=(const ModuleJsonUtils &) = delete; variable
Dgeneral_normalize_version_utils.h32 GeneralNormalizeVersionUtils &operator=(const GeneralNormalizeVersionUtils &) = delete; variable
Dnormalize_version_utils.h32 NormalizeVersionUtils &operator=(const NormalizeVersionUtils &) = delete; variable
Djson_utils.h32 JsonUtils &operator=(const JsonUtils &) = delete; variable
Dpatch_json_utils.h33 PatchJsonUtils &operator=(const PatchJsonUtils &) = delete; variable
/developtools/smartperf_host/smartperf_host/trace_streamer/src/filter/perf_filter/
Dperf_data_filter.h32 PerfDataFilter &operator=(const PerfDataFilter &) = delete; variable

12345