HomeSort by relevance Sort by last modified time
    Searched refs:SmartPtr (Results 1 - 16 of 16) sorted by null

  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
SmartPtr.h 23 class SmartPtr
26 explicit SmartPtr(T* ptr = (T*)NULL) {
40 SmartPtr<T,threadSafe>(const SmartPtr<T,false>& rhs) {
52 SmartPtr<T,threadSafe>(SmartPtr<T,true>& rhs) {
66 ~SmartPtr() {
99 bool operator <(const SmartPtr<T>& t1) const {
103 SmartPtr<T,threadSafe>& operator=(const SmartPtr<T,false>& rhs
    [all...]
GLSharedGroup.h 38 #include "SmartPtr.h"
141 typedef SmartPtr<GLSharedGroup> GLSharedGroupPtr;
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
SmartPtr.h 23 class SmartPtr
26 explicit SmartPtr(T* ptr = (T*)NULL) {
40 SmartPtr<T,threadSafe>(const SmartPtr<T,false>& rhs) {
52 SmartPtr<T,threadSafe>(SmartPtr<T,true>& rhs) {
66 ~SmartPtr() {
95 bool operator <(const SmartPtr<T>& t1) const {
99 SmartPtr<T,threadSafe>& operator=(const SmartPtr<T,false>& rhs
    [all...]
objectNameManager.h 21 #include "SmartPtr.h"
50 typedef SmartPtr<ObjectData> ObjectDataPtr;
146 friend class SmartPtr<ShareGroup>; // to allow destructing when ShareGroupPtr refcount reaches zero
212 typedef SmartPtr<ShareGroup> ShareGroupPtr;
GLESbuffer.h 46 typedef SmartPtr<GLESbuffer> GLESbufferPtr;
TranslatorIfaces.h 77 typedef SmartPtr<EglImage> ImagePtr;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
SmartPtr.h 23 class SmartPtr
26 explicit SmartPtr(T* ptr = (T*)NULL) {
40 SmartPtr<T,threadSafe>(const SmartPtr<T,false>& rhs) {
52 SmartPtr<T,threadSafe>(SmartPtr<T,true>& rhs) {
66 ~SmartPtr() {
99 bool operator <(const SmartPtr<T>& t1) const {
103 SmartPtr<T,threadSafe>& operator=(const SmartPtr<T,false>& rhs
    [all...]
GLSharedGroup.h 38 #include "SmartPtr.h"
141 typedef SmartPtr<GLSharedGroup> GLSharedGroupPtr;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.h 22 #include <SmartPtr.h>
59 typedef SmartPtr<ColorBuffer> ColorBufferPtr;
RenderContext.h 19 #include "SmartPtr.h"
24 typedef SmartPtr<RenderContext> RenderContextPtr;
WindowSurface.h 22 #include "SmartPtr.h"
69 typedef SmartPtr<WindowSurface> WindowSurfacePtr;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglContext.h 22 #include <GLcommon/SmartPtr.h>
33 typedef SmartPtr<EglContext> ContextPtr;
EglSurface.h 22 #include <GLcommon/SmartPtr.h>
26 typedef SmartPtr<EglSurface> SurfacePtr;
EglDisplay.h 24 #include <GLcommon/SmartPtr.h>
  /external/clang/test/SemaCXX/
overloaded-operator.cpp 127 struct SmartPtr {
132 void test_smartptr(SmartPtr ptr, const SmartPtr cptr,
133 const volatile SmartPtr cvptr) {
warn-thread-safety-analysis.cpp 68 class SmartPtr {
70 SmartPtr(T* p) : ptr_(p) { }
71 SmartPtr(const SmartPtr<T>& p) : ptr_(p.ptr_) { }
72 ~SmartPtr();
    [all...]

Completed in 296 milliseconds