OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanBeOutParameter
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/aidl/
aidl.cpp
488
&& (arg->type.dimension != 0 || t->
CanBeOutParameter
())) {
498
&& !t->
CanBeOutParameter
()
[
all
...]
Type.h
41
inline bool
CanBeOutParameter
() const { return m_canBeOut; }
Completed in 342 milliseconds