Searched refs:operator (Results 1 – 9 of 9) sorted by relevance
69 void operator=(const unique_fd_impl&) = delete; variable71 unique_fd_impl& operator=(unique_fd_impl&& s) noexcept {87 operator int() const { return get(); } // NOLINT90 bool operator>=(int rhs) const { return get() >= rhs; }91 bool operator<(int rhs) const { return get() < rhs; }92 bool operator==(int rhs) const { return get() == rhs; }93 bool operator!=(int rhs) const { return get() != rhs; }94 bool operator==(const unique_fd_impl& rhs) const {97 bool operator!=(const unique_fd_impl& rhs) const {102 bool operator!() const = delete;[all …]
33 void operator()(T* p) const { delete p; } in operator() function40 void operator()(T* p) const { delete[] p; }60 T& operator*() const { return *mPtr; }61 T* operator->() const { return mPtr; }91 bool operator==(const UniquePtr<T2>& p) const;93 bool operator!=(const UniquePtr<T2>& p) const;97 void operator=(const UniquePtr&);109 T& operator[](size_t i) const { return mPtr[i]; }130 void operator=(const UniquePtr&);154 void operator()(int* p) {
74 TrustyConfirmationUI& operator=(const TrustyConfirmationUI&) = delete; variable76 TrustyConfirmationUI& operator=(TrustyConfirmationUI&& other) {
28 operator const uint64_t() const { return timestamp_; } in uint64_t()
33 SecureStorageInterface& operator=(const SecureStorageInterface&) = delete; variable
143 Payload& operator=(const Payload&) = delete; variable149 Payload& operator=(Payload&& other) {186 FixedPayload& operator=(const FixedPayload<S>& payload) {191 FixedPayload<S>& operator=(FixedPayload<S>&& other) {
42 __libcpp_mutex_t& operator=(const __libcpp_mutex_t&) = delete;43 __libcpp_mutex_t& operator=(__libcpp_mutex_t&&) = delete;65 __libcpp_condvar_t& operator=(const __libcpp_condvar_t&) = delete;66 __libcpp_condvar_t& operator=(__libcpp_condvar_t&&) = delete;
31 inline void operator()(T* p) const { in operator() function
93 constexpr bool operator()(const std::vector<T>& a, in operator() function