Home
last modified time | relevance | path

Searched refs:operator (Results 51 – 75 of 195) sorted by relevance

12345678

/art/libdexfile/external/include/art_api/
Ddex_file_support.h59 DexString& operator=(DexString&& dex_str) noexcept {
77 operator std::string_view() const { in string_view()
86 friend bool operator==(const DexString&, const DexString&);
105 inline bool operator==(const DexString& s1, const DexString& s2) {
119 inline bool operator==(const MethodInfo& s1, const MethodInfo& s2) {
/art/libartbase/base/
Dscoped_arena_containers.h130 ScopedArenaAllocatorAdapter& operator=(const ScopedArenaAllocatorAdapter&) = default; variable
173 ScopedArenaAllocatorAdapter& operator=(const ScopedArenaAllocatorAdapter&) = default; variable
213 friend bool operator==(const ScopedArenaAllocatorAdapter<U>& lhs,
218 inline bool operator==(const ScopedArenaAllocatorAdapter<T>& lhs,
224 inline bool operator!=(const ScopedArenaAllocatorAdapter<T>& lhs,
256 void operator()(T* ptr) const { in operator() function
272 void operator()(T* ptr ATTRIBUTE_UNUSED) const { in operator() function
Dtransform_array_ref.h80 TransformArrayRef& operator=(const TransformArrayRef& other) = default; variable
84 TransformArrayRef& operator=(const TransformArrayRef<OtherBT, Function>& other) {
111 reference operator[](size_type n) { return GetFunction()(base()[n]); }
112 const_reference operator[](size_type n) const { return GetFunction()(base()[n]); }
163 bool operator==(const TransformArrayRef<BaseType, Function>& lhs,
169 bool operator!=(const TransformArrayRef<BaseType, Function>& lhs,
Dhash_set.h59 HashSetIterator& operator=(const HashSetIterator&) = default; variable
60 HashSetIterator& operator=(HashSetIterator&&) = default; variable
62 bool operator==(const HashSetIterator& other) const {
66 bool operator!=(const HashSetIterator& other) const {
70 HashSetIterator operator++() { // Value after modification.
75 HashSetIterator operator++(int) {
81 Elem& operator*() const {
86 Elem* operator->() const {
95 friend bool operator==(const HashSetIterator<Elem1, HashSetType1>& lhs,
102 bool operator==(const HashSetIterator<Elem1, HashSetType1>& lhs,
[all …]
Dhiddenapi_flags.h247 bool operator==(const ApiList& other) const { return dex_flags_ == other.dex_flags_; }
248 bool operator!=(const ApiList& other) const { return !(*this == other); }
249 bool operator<(const ApiList& other) const { return dex_flags_ < other.dex_flags_; }
259 ApiList operator|(const ApiList& other) {
280 const ApiList& operator|=(const ApiList& other) {
353 inline std::ostream& operator<<(std::ostream& os, ApiList value) {
Dvariant_map.h90 bool operator<(const VariantMapKeyRaw& other) const {
342 operator=(other); in VariantMap()
346 VariantMap& operator=(const VariantMap& other) {
368 operator=(std::forward<VariantMap>(other)); in VariantMap()
372 VariantMap& operator=(VariantMap&& other) {
401 bool operator()(const detail::VariantMapKeyRaw* lhs, in operator() function
Denums.h30 std::ostream& operator<<(std::ostream& os, const PointerSize& rhs);
/art/openjdkjvmti/
Dti_breakpoint.h59 bool operator==(const Breakpoint& other) const {
92 size_t operator()(const openjdkjvmti::Breakpoint& b) const {
/art/cmdline/
Dcmdline_result.h38 operator bool() const {
78 static inline std::ostream& operator<<(std::ostream& stream, CmdlineResult::Status status) {
Dunit.h30 bool operator==(Unit) const {
/art/test/ti-agent/
Dscoped_utf_chars.h54 ScopedUtfChars& operator=(ScopedUtfChars&& rhs) {
78 const char& operator[](size_t n) const {
/art/runtime/gc/
Dallocation_record.h65 bool operator==(const AllocRecordStackTraceElement& other) const {
115 bool operator==(const AllocRecordStackTrace& other) const {
126 size_t operator()(const AllocRecordStackTraceElement& r) const { in operator() function
131 size_t operator()(const AllocRecordStackTrace& r) const { in operator() function
142 size_t operator()(const T* r) const { in operator() function
149 bool operator()(const T* r1, const T* r2) const { in operator() function
Dweak_root_state.h36 std::ostream& operator<<(std::ostream& os, WeakRootState weak_root_state);
/art/compiler/linker/
Dlinker_patch.h166 LinkerPatch& operator=(const LinkerPatch& other) = default; variable
287 friend bool operator==(const LinkerPatch& lhs, const LinkerPatch& rhs);
288 friend bool operator<(const LinkerPatch& lhs, const LinkerPatch& rhs);
290 std::ostream& operator<<(std::ostream& os, LinkerPatch::Type type);
292 inline bool operator==(const LinkerPatch& lhs, const LinkerPatch& rhs) {
300 inline bool operator<(const LinkerPatch& lhs, const LinkerPatch& rhs) {
/art/runtime/
Dprocess_state.h29 std::ostream& operator<<(std::ostream& os, ProcessState process_state);
Dsuspend_reason.h33 std::ostream& operator<<(std::ostream& os, SuspendReason thread);
Dcompilation_kind.h31 std::ostream& operator<<(std::ostream& os, CompilationKind rhs);
Djni_id_type.h38 std::ostream& operator<<(std::ostream& os, JniIdType rhs);
Dindirect_reference_table.h100 std::ostream& operator<<(std::ostream& os, IndirectRefKind rhs);
193 IrtIterator& operator++() REQUIRES_SHARED(Locks::mutator_lock_) {
198 GcRoot<mirror::Object>* operator*() REQUIRES_SHARED(Locks::mutator_lock_) { in REQUIRES_SHARED()
213 bool inline operator==(const IrtIterator& lhs, const IrtIterator& rhs) {
217 bool inline operator!=(const IrtIterator& lhs, const IrtIterator& rhs) {
Dintrinsics_enum.h31 std::ostream& operator<<(std::ostream& os, const Intrinsics& intrinsic);
Dclass_table.h62 TableSlot& operator=(const TableSlot& copy) {
109 uint32_t operator()(const TableSlot& slot) const NO_THREAD_SAFETY_ANALYSIS;
111 bool operator()(const TableSlot& a, const TableSlot& b) const
114 bool operator()(const TableSlot& a, const DescriptorHashPair& b) const
117 uint32_t operator()(const DescriptorHashPair& pair) const NO_THREAD_SAFETY_ANALYSIS;
/art/perfetto_hprof/
Dperfetto_hprof.h38 std::ostream& operator<<(std::ostream& os, State state);
/art/runtime/gc/collector/
Dgc_type.h40 std::ostream& operator<<(std::ostream& os, GcType policy);
/art/libdexfile/dex/
Dinvoke_type.h35 std::ostream& operator<<(std::ostream& os, InvokeType rhs);
/art/compiler/optimizing/
Dsuperblock_cloner.h50 bool operator==(const HEdge& other) const {
54 bool operator!=(const HEdge& other) const { return !operator==(other); }
554 size_t operator()(art::HEdge const& x) const noexcept {
561 ostream& operator<<(ostream& os, const art::HEdge& e);

12345678