Lines Matching defs:out
71 [](auto &out) { in fillPingMethod()
76 [](auto &out) { in fillPingMethod()
83 [](auto &out) { in fillPingMethod()
102 [](auto &out) { in fillLinkToDeathMethod()
108 [](auto &out) { in fillLinkToDeathMethod()
122 [](auto &out) { in fillLinkToDeathMethod()
127 [](auto &out) { in fillLinkToDeathMethod()
146 [](auto &out) { in fillUnlinkToDeathMethod()
151 [](auto &out) { in fillUnlinkToDeathMethod()
171 [](auto &out) { in fillUnlinkToDeathMethod()
176 [](auto &out) { in fillUnlinkToDeathMethod()
192 { { IMPL_INTERFACE, [](auto &out) { in fillSyspropsChangedMethod()
196 { { IMPL_INTERFACE, [](auto &out) { /* javaImpl */ in fillSyspropsChangedMethod()
212 [](auto &out) { in fillSetHALInstrumentationMethod()
218 [](auto &out) { in fillSetHALInstrumentationMethod()
223 [](auto &out) { in fillSetHALInstrumentationMethod()
243 { { IMPL_INTERFACE, [this](auto &out) { in fillDescriptorChainMethod()
254 { { IMPL_INTERFACE, [this](auto &out) { in fillDescriptorChainMethod()
271 Formatter& out, const std::string& prefix, const std::vector<const Interface*>& chain, in emitDigestChain()
298 { { IMPL_INTERFACE, [this, digestType](auto &out) { in fillHashChainMethod()
308 { { IMPL_INTERFACE, [this, digestType, chainType](auto &out) { in fillHashChainMethod()
337 { { IMPL_INTERFACE, [this](auto &out) { in fillGetDescriptorMethod()
343 { { IMPL_INTERFACE, [this](auto &out) { in fillGetDescriptorMethod()
368 [](auto &out) { in fillGetDebugInfoMethod()
379 [](auto &out) { in fillGetDebugInfoMethod()
390 { { IMPL_INTERFACE, [method](auto &out) { in fillGetDebugInfoMethod()
412 [](auto& out) { in fillDebugMethod()
419 {IMPL_INTERFACE, [](auto& out) { out << "return;\n"; }}, in fillDebugMethod()
747 Formatter &out, in emitReaderWriter()
862 void Interface::emitTypeDefinitions(Formatter& out, const std::string& prefix) const { in emitTypeDefinitions()
869 Formatter &out, in emitJavaReaderWriter()
902 void Interface::emitVtsMethodDeclaration(Formatter& out, bool isInherited) const { in emitVtsMethodDeclaration()