OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LightRefBase
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpp/util/
RefBase.h
164
class
LightRefBase
167
inline
LightRefBase
() : mCount(0) { }
181
typedef
LightRefBase
<T> basetype;
184
inline ~
LightRefBase
() { }
/frameworks/rs/server/
RefBase.h
163
class
LightRefBase
166
inline
LightRefBase
() : mCount(0) { }
180
typedef
LightRefBase
<T> basetype;
183
inline ~
LightRefBase
() { }
/system/core/include/utils/
RefBase.h
174
class
LightRefBase
177
inline
LightRefBase
() : mCount(0) { }
191
typedef
LightRefBase
<T> basetype;
194
inline ~
LightRefBase
() { }
Completed in 98 milliseconds