OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wrappedname
(Results
1 - 1
of
1
) sorted by null
/system/tools/hidl/
generateCpp.cpp
633
std::string
wrappedName
= (addPrefixToName ? "_hidl_out_wrapped_" : "_hidl_wrapped_")
636
out << iface.getCppStackType() << " " <<
wrappedName
<< ";\n";
639
out <<
wrappedName
646
out.sIf(
wrappedName
+ " == nullptr", [&] {
652
out <<
wrappedName
<< " = " << name << ";\n";
[
all
...]
Completed in 139 milliseconds