Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 25 of 55) sorted by relevance

123

/developtools/profiler/device/plugins/native_daemon/include/
Dhashlist.h34 Link &operator=(const Link &link)
40 Link &operator=(Link &&link)
66 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
85 Iterator &operator++() noexcept;
86 Iterator operator++(int) noexcept;
87 Iterator &operator--() noexcept;
88 Iterator operator--(int) noexcept;
[all …]
Dhashlistpp.h48 auto LinkNode<Key, Val>::operator=(const LinkNode& node)
57 auto LinkNode<Key, Val>::operator=(LinkNode&& node)
126 auto HashList<Key, Val>::Iterator::operator=(const Iterator& itr)
135 auto HashList<Key, Val>::Iterator::operator=(Iterator&& itr)
144 auto HashList<Key, Val>::Iterator::operator++() noexcept
162 auto HashList<Key, Val>::Iterator::operator++(int) noexcept
181 auto HashList<Key, Val>::Iterator::operator--() noexcept
203 auto HashList<Key, Val>::Iterator::operator--(int) noexcept
226 bool HashList<Key, Val>::Iterator::operator<(const HashList<Key, Val>::Iterator &itr) const noexcept
248 bool HashList<Key, Val>::Iterator::operator==(const HashList<Key, Val>::Iterator &itr) const noexce…
[all …]
Dperf_event_record.h55 bool operator==(const CallFrame &b) const
59 bool operator!=(const CallFrame &b) const
Dmem_map_item.h44 inline bool operator==(const std::string &name) const
49 inline bool operator<(const MemMapItem &other) const
Dnoncopyable.h24 const Noncopyable &operator=(const Noncopyable &); variable
/developtools/hiperf/include/
Dhashlist.h34 Link &operator=(const Link &link)
40 Link &operator=(Link &&link)
66 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
85 Iterator &operator++() noexcept;
86 Iterator operator++(int) noexcept;
87 Iterator &operator--() noexcept;
88 Iterator operator--(int) noexcept;
[all …]
Dmem_map_item.h51 inline bool operator==(const std::string &name) const
56 inline bool operator<(const MemMapItem &other) const
Dreport.h52 bool operator==(const ReportItemCallFrame &b) const
57 bool operator!=(const ReportItemCallFrame &b) const
156 bool operator==(const ReportItem &b) const
161 bool operator!=(const ReportItem &b) const
472 ReportEventConfigItem &operator=(const ReportEventConfigItem &) = delete; member
483 bool operator==(const ReportEventConfigItem &o) const
487 bool operator!=(const ReportEventConfigItem &o) const
489 return !(operator==(o));
Dnoncopyable.h24 const Noncopyable &operator=(const Noncopyable &); variable
/developtools/global_resource_tool/include/
Dno_copy_able.h28 className& operator=(const className&&) = delete
32 className& operator=(className&&) = delete
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/
DProfileSignTool.java44 import org.bouncycastle.operator.DefaultDigestAlgorithmIdentifierFinder;
45 import org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder;
46 import org.bouncycastle.operator.DigestCalculator;
47 import org.bouncycastle.operator.DigestCalculatorProvider;
48 import org.bouncycastle.operator.OperatorCreationException;
49 import org.bouncycastle.operator.jcajce.JcaDigestCalculatorProviderBuilder;
/developtools/profiler/host/smartperf/client/client_command/include/
DDubai.h35 Dubai &operator = (const Dubai &); variable
DCapture.h33 Capture &operator = (const Capture &); variable
DDDR.h33 DDR &operator = (const DDR &); variable
DPower.h33 Power &operator = (const Power &); variable
DGPU.h36 GPU &operator = (const GPU &); variable
DRAM.h35 RAM &operator = (const RAM &); variable
DTemperature.h38 Temperature &operator = (const Temperature &); variable
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dfilter_base.h33 FilterBase& operator=(const FilterBase&) = delete; variable
Dstat_filter.h36 StatFilter& operator=(const StatFilter&) = delete; variable
Dargs_filter.h35 ArgsFilter& operator=(const ArgsFilter&) = delete; variable
Dfilter_filter.h29 FilterFilter& operator=(const FilterFilter&) = delete; variable
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_data_cache.h31 TraceDataCache* operator=(const TraceDataCache* dataCache) = delete; variable
/developtools/profiler/host/smartperf/trace_streamer/src/include/
Dparting_string.h36 PartingString& operator=(const PartingString&) = delete; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/cert/
DCertTools.java30 import org.bouncycastle.operator.ContentSigner;
31 import org.bouncycastle.operator.OperatorCreationException;
32 import org.bouncycastle.operator.jcajce.JcaContentSignerBuilder;

123