OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetOutArguments
(Results
1 - 2
of
2
) sorted by null
/system/tools/aidl/
aidl_language.h
186
// and
GetOutArguments
(). AidlMethod retains ownership of the argument
191
const std::vector<const AidlArgument*>&
GetOutArguments
() const {
generate_cpp.cpp
345
for (const AidlArgument* a : method.
GetOutArguments
()) {
482
for (const AidlArgument* a : method.
GetOutArguments
()) {
Completed in 155 milliseconds