OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_retval
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/tools/emugen/
EntryPoint.h
41
Var & retval() { return
m_retval
; }
55
Var
m_retval
;
member in class:EntryPoint
EntryPoint.cpp
122
m_retval
.init(std::string(""), theType, std::string(""), Var::POINTER_OUT, std::string(""), std::string(""));
162
m_retval
.type()->name().c_str(),
193
if (
m_retval
.isPointer()) pointers = true;
Completed in 133 milliseconds