OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCppArgumentType
(Results
1 - 7
of
7
) sorted by null
/system/tools/hidl/
CompoundType.cpp
465
<<
getCppArgumentType
()
489
<<
getCppArgumentType
() << " " << (mFields->empty() ? "/* lhs */" : "lhs") << ", "
490
<<
getCppArgumentType
() << " " << (mFields->empty() ? "/* rhs */" : "rhs") << ") ";
501
<<
getCppArgumentType
() << " lhs," <<
getCppArgumentType
() << " rhs)";
[
all
...]
Method.cpp
206
out << arg->type().
getCppArgumentType
(specifyNamespaces);
Type.h
158
std::string
getCppArgumentType
(bool specifyNamespaces = true) const;
EnumType.cpp
406
<< "static inline std::string toString(" << resolveToScalarType()->
getCppArgumentType
()
410
<< scalarType->
getCppArgumentType
() << " o) ";
440
out << "static inline std::string toString(" <<
getCppArgumentType
() << " o) ";
Interface.cpp
851
out << "static inline std::string toString(" <<
getCppArgumentType
() << " o) ";
Type.cpp
664
std::string Type::
getCppArgumentType
(bool specifyNamespaces) const {
generateCpp.cpp
321
<< superType->
getCppArgumentType
()
[
all
...]
Completed in 1083 milliseconds