/sdk/emulator/opengl/tests/ut_renderer/ |
Renderer.h | 35 bool operator< (const ClientHandle & p) const {
|
/system/core/include/utils/ |
Functor.h | 28 virtual status_t operator ()(int what, void* data) { return NO_ERROR; }
|
UniquePtr.h | 35 void operator()(T* p) const { 44 void operator()(T* p) const { 69 T& operator*() const { return *mPtr; } 70 T* operator->() const { return mPtr; } 96 template <typename T2> bool operator==(const UniquePtr<T2>& p) const; 97 template <typename T2> bool operator!=(const UniquePtr<T2>& p) const; 101 void operator=(const UniquePtr&); 105 // operator* and operator-> but adds operator[] [all...] |
/system/security/keystore-engine/ |
methods.h | 33 void operator()(DSA* p) const { 40 void operator()(EC_KEY* p) const { 47 void operator()(RSA* p) const {
|
/external/stlport/stlport/stl/pointers/ |
_tools.h | 354 const_reference operator*() const 359 _Self& operator= (_Self const& __rhs) { 364 _Self& operator++() { 369 _Self& operator--() { 374 _Self& operator += (difference_type __offset) { 378 difference_type operator -(_Self const& __other) const 381 bool operator == (_Self const& __other) const 384 bool operator != (_Self const& __other) const 387 bool operator < (_Self const& __rhs) const 442 bool operator () (_StorageT const& __ref) cons [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_tools.h | 354 const_reference operator*() const 359 _Self& operator= (_Self const& __rhs) { 364 _Self& operator++() { 369 _Self& operator--() { 374 _Self& operator += (difference_type __offset) { 378 difference_type operator -(_Self const& __other) const 381 bool operator == (_Self const& __other) const 384 bool operator != (_Self const& __other) const 387 bool operator < (_Self const& __rhs) const 442 bool operator () (_StorageT const& __ref) cons [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_tools.h | 354 const_reference operator*() const { return cast_traits::to_storage_type_cref(*_M_ite); } 356 _Self& operator= (_Self const& __rhs) { 361 _Self& operator++() { 366 _Self& operator--() { 371 _Self& operator += (difference_type __offset) { 375 difference_type operator -(_Self const& __other) const 378 bool operator == (_Self const& __other) const 381 bool operator != (_Self const& __other) const 384 bool operator < (_Self const& __rhs) const 439 bool operator () (_StorageT const& __ref) cons [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_tools.h | 354 const_reference operator*() const { return cast_traits::to_storage_type_cref(*_M_ite); } 356 _Self& operator= (_Self const& __rhs) { 361 _Self& operator++() { 366 _Self& operator--() { 371 _Self& operator += (difference_type __offset) { 375 difference_type operator -(_Self const& __other) const 378 bool operator == (_Self const& __other) const 381 bool operator != (_Self const& __other) const 384 bool operator < (_Self const& __rhs) const 439 bool operator () (_StorageT const& __ref) cons [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_tools.h | 354 const_reference operator*() const { return cast_traits::to_storage_type_cref(*_M_ite); } 356 _Self& operator= (_Self const& __rhs) { 361 _Self& operator++() { 366 _Self& operator--() { 371 _Self& operator += (difference_type __offset) { 375 difference_type operator -(_Self const& __other) const 378 bool operator == (_Self const& __other) const 381 bool operator != (_Self const& __other) const 384 bool operator < (_Self const& __rhs) const 439 bool operator () (_StorageT const& __ref) cons [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
vstring.h | 256 operator=(const __versa_string& __str) 261 * @brief String move assignment operator. 268 operator=(__versa_string&& __str) 280 operator=(std::initializer_list<_CharT> __l) 292 operator=(const _CharT* __s) 303 operator=(_CharT __c) 531 * This operator allows for easy, array-style, data access. 532 * Note that data access with this operator is unchecked and 537 operator[] (size_type __pos) const 548 * This operator allows for easy, array-style, data access [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_tools.h | 354 const_reference operator*() const 359 _Self& operator= (_Self const& __rhs) { 364 _Self& operator++() { 369 _Self& operator--() { 374 _Self& operator += (difference_type __offset) { 378 difference_type operator -(_Self const& __other) const 381 bool operator == (_Self const& __other) const 384 bool operator != (_Self const& __other) const 387 bool operator < (_Self const& __rhs) const 442 bool operator () (_StorageT const& __ref) cons [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/ |
_tools.h | 354 const_reference operator*() const 359 _Self& operator= (_Self const& __rhs) { 364 _Self& operator++() { 369 _Self& operator--() { 374 _Self& operator += (difference_type __offset) { 378 difference_type operator -(_Self const& __other) const 381 bool operator == (_Self const& __other) const 384 bool operator != (_Self const& __other) const 387 bool operator < (_Self const& __rhs) const 442 bool operator () (_StorageT const& __ref) cons [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
vstring.h | 256 operator=(const __versa_string& __str) 261 * @brief String move assignment operator. 268 operator=(__versa_string&& __str) 280 operator=(std::initializer_list<_CharT> __l) 292 operator=(const _CharT* __s) 303 operator=(_CharT __c) 531 * This operator allows for easy, array-style, data access. 532 * Note that data access with this operator is unchecked and 537 operator[] (size_type __pos) const 548 * This operator allows for easy, array-style, data access [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
vstring.h | 260 operator=(const __versa_string& __str) 265 * @brief String move assignment operator. 272 operator=(__versa_string&& __str) 284 operator=(std::initializer_list<_CharT> __l) 296 operator=(const _CharT* __s) 307 operator=(_CharT __c) 535 * This operator allows for easy, array-style, data access. 536 * Note that data access with this operator is unchecked and 541 operator[] (size_type __pos) const 552 * This operator allows for easy, array-style, data access [all...] |
/art/runtime/ |
offsets.h | 38 std::ostream& operator<<(std::ostream& os, const Offset& offs); 44 bool operator>(FrameOffset other) const { return val_ > other.val_; } 45 bool operator<(FrameOffset other) const { return val_ < other.val_; }
|
sirt_ref.h | 36 T& operator*() const { return *get(); } 37 T* operator->() const { return get(); }
|
/bionic/libc/bionic/ |
pthread_accessor.h | 47 pthread_internal_t& operator*() const { return *thread_; } 48 pthread_internal_t* operator->() const { return thread_; } 62 void operator=(const pthread_accessor&);
|
/external/ceres-solver/include/ceres/internal/ |
manual_constructor.h | 107 inline Type* operator->() { return get(); } 108 inline const Type* operator->() const { return get(); } 110 inline Type& operator*() { return *get(); } 111 inline const Type& operator*() const { return *get(); }
|
/external/chromium/app/sql/ |
statement.h | 63 operator bool() const { return is_valid(); } 64 bool operator!() const { return !is_valid(); }
|
/external/chromium/base/win/ |
scoped_variant.h | 126 const VARIANT* operator&() const { 131 // we support the assignment operator for the type we wrap. 132 ScopedVariant& operator=(const VARIANT& var); 146 operator const VARIANT&() const { 159 bool operator==(const ScopedVariant& var) const; 160 bool operator!=(const ScopedVariant& var) const;
|
/external/chromium/chrome/browser/content_settings/ |
content_settings_pattern.h | 46 bool operator==(const ContentSettingsPattern& other) const { 83 // Stream operator so ContentSettingsPattern can be used in assertion 85 inline std::ostream& operator<<(
|
/external/chromium/chrome/browser/password_manager/ |
password_form_data.cc | 40 bool operator==(const PasswordForm& lhs, const PasswordForm& rhs) { 56 std::ostream& operator<<(std::ostream& os, const PasswordForm& form) {
|
/external/chromium/chrome/browser/prefs/ |
scoped_user_pref_update.h | 87 T& operator*() { 91 T* operator->() {
|
/external/chromium/net/base/ |
ip_endpoint.cc | 119 bool IPEndPoint::operator<(const IPEndPoint& that) const { 130 bool IPEndPoint::operator==(const IPEndPoint& that) const {
|
/external/chromium_org/base/memory/ |
scoped_ptr.h | 135 inline void operator()(T* ptr) const { 144 inline void operator()(T* ptr) const { 150 // Disable this operator for any U != T because it is undefined to execute 157 template <typename U> void operator()(U* array) const; 172 inline void operator()(void* ptr) const { 348 // operator=. Allows assignment from a scoped_ptr rvalue for a convertible 351 // IMPLEMENTATION NOTE: C++11 unique_ptr<> keeps this operator= distinct from 352 // the normal move assignment operator. By C++11 20.7.1.2.3.4, this templated 355 // separate move assignment operator allowing us to avoid one use of SFINAE. 359 scoped_ptr& operator=(scoped_ptr<U, V> rhs) [all...] |