OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSelf
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/include/ui/
ANativeObjectBase.h
75
static inline TYPE*
getSelf
(NATIVE_TYPE* self) {
78
static inline TYPE const*
getSelf
(NATIVE_TYPE const* self) {
81
static inline TYPE*
getSelf
(android_native_base_t* base) {
82
return
getSelf
(reinterpret_cast<NATIVE_TYPE*>(base));
84
static inline TYPE const *
getSelf
(android_native_base_t const* base) {
85
return
getSelf
(reinterpret_cast<NATIVE_TYPE const*>(base));
88
ANativeObjectBase* self =
getSelf
(base);
92
ANativeObjectBase* self =
getSelf
(base);
/external/javassist/src/main/javassist/bytecode/stackmap/
TypeData.java
55
* See UninitData.
getSelf
().
57
public TypeData
getSelf
() { return this; }
467
public TypeData
getSelf
() {
/external/robolectric/lib/main/
javassist-3.14.0-GA.jar
Completed in 1967 milliseconds