Searched refs:operator (Results 1 – 10 of 10) sorted by relevance
/sdk/emulator/opengl/shared/emugl/common/ |
D | smart_ptr.h | 40 SmartPtrBase& operator=(const SmartPtrBase& other); variable 48 operator void*() const { 112 SmartPtr& operator=(const SmartPtr& other) { 138 T* operator->() const { 143 T& operator*() const {
|
D | lazy_instance.h | 127 const T* operator->() const { return ptr(); } 129 T* operator->() { return ptr(); } 131 T& operator*() { return get(); }
|
D | pod_vector.h | 61 PodVectorBase& operator=(const PodVectorBase& other); variable 133 PodVector& operator=(const PodVector& other) { 203 T& operator[](size_t index) { 208 const T& operator[](size_t index) const {
|
D | thread_store.h | 99 ThreadStore& operator=(const ThreadStore&); variable
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
D | RangeManip.h | 31 Range& operator=(const Range& r) { 37 bool operator ==(const Range& r) const { 40 bool operator !=(const Range& r) const {return !((*this) == r);}; 60 Range& operator[](unsigned int i){return list[i];};
|
D | GLEScontext.h | 47 bool operator<(const Version& ver) const; 48 Version& operator=(const Version& ver); variable 104 ArrayData& operator[](int i); 108 void operator++();
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | EglConfig.h | 29 bool operator<(const EglConfig& conf) const; 30 bool operator>=(const EglConfig& conf) const;
|
/sdk/find_java/src/source/ |
D | utils.h | 58 T& operator[](int i) { 78 CString& operator=(const CString &str) { 245 CPath& operator=(const CPath &str) {
|
/sdk/emulator/opengl/tests/ut_renderer/ |
D | Renderer.h | 35 bool operator< (const ClientHandle & p) const {
|
/sdk/templates/docs/ |
D | prettify.js | 18 "catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"]…
|