Home
last modified time | relevance | path

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

12345

/developtools/profiler/host/smartperf/trace_streamer/prebuilts/patch_hiperf/
Dunique_fd.h35 bool operator==(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
37 bool operator!=(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
39 bool operator>=(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
41 bool operator>(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
43 bool operator<=(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
45 bool operator<(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
50 friend bool operator==<Deleter>(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
52 friend bool operator!=<Deleter>(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
54 friend bool operator>=<Deleter>(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
56 friend bool operator><Deleter>(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
[all …]
/developtools/smartperf_host/trace_streamer/prebuilts/patch_hiperf/
Dunique_fd.h35 bool operator==(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
37 bool operator!=(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
39 bool operator>=(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
41 bool operator>(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
43 bool operator<=(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
45 bool operator<(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
50 friend bool operator==<Deleter>(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
52 friend bool operator!=<Deleter>(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
54 friend bool operator>=<Deleter>(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
56 friend bool operator><Deleter>(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
[all …]
/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.h53 inline bool operator==(const std::string &name) const
58 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/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.h65 bool operator==(const CallFrame &b) const
69 bool operator!=(const CallFrame &b) const
Dnoncopyable.h24 const Noncopyable &operator=(const Noncopyable &); variable
/developtools/smartperf_host/trace_streamer/src/proto_reader/include/
Dproto_reader.h50 explicit operator bool() const
59 T operator*() const
65 const DataArea* operator->() const
70 RepeatedDataAreaIterator& operator++()
81 RepeatedDataAreaIterator operator++(int32_t)
127 const cppType operator*() const
131 explicit operator bool() const
136 PackedRepeatedDataAreaIterator& operator++()
167 PackedRepeatedDataAreaIterator operator++(int32_t)
/developtools/profiler/host/smartperf/trace_streamer/src/proto_reader/include/
Dproto_reader.h50 explicit operator bool() const
59 T operator*() const
65 const DataArea* operator->() const
70 RepeatedDataAreaIterator& operator++()
81 RepeatedDataAreaIterator operator++(int32_t)
127 const cppType operator*() const
131 explicit operator bool() const
136 PackedRepeatedDataAreaIterator& operator++()
167 PackedRepeatedDataAreaIterator operator++(int32_t)
/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
/developtools/smartperf_host/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
/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
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/trace_data/
Dtrace_data_cache.h30 TraceDataCache* operator=(const TraceDataCache* dataCache) = delete; variable
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/trace_data/
Dtrace_data_cache.h30 TraceDataCache* operator=(const TraceDataCache* dataCache) = delete; variable
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_data_cache.h31 TraceDataCache* operator=(const TraceDataCache* dataCache) = delete; variable

12345