Lines Matching defs:out
67 [](auto &out) { in fillPingMethod()
72 [](auto &out) { in fillPingMethod()
79 [](auto &out) { in fillPingMethod()
98 [](auto &out) { in fillLinkToDeathMethod()
104 [](auto &out) { in fillLinkToDeathMethod()
118 [](auto &out) { in fillLinkToDeathMethod()
123 [](auto &out) { in fillLinkToDeathMethod()
142 [](auto &out) { in fillUnlinkToDeathMethod()
147 [](auto &out) { in fillUnlinkToDeathMethod()
167 [](auto &out) { in fillUnlinkToDeathMethod()
172 [](auto &out) { in fillUnlinkToDeathMethod()
188 { { IMPL_INTERFACE, [](auto &out) { in fillSyspropsChangedMethod()
192 { { IMPL_INTERFACE, [](auto &out) { /* javaImpl */ in fillSyspropsChangedMethod()
208 [](auto &out) { in fillSetHALInstrumentationMethod()
214 [](auto &out) { in fillSetHALInstrumentationMethod()
219 [](auto &out) { in fillSetHALInstrumentationMethod()
239 { { IMPL_INTERFACE, [this](auto &out) { in fillDescriptorChainMethod()
250 { { IMPL_INTERFACE, [this](auto &out) { in fillDescriptorChainMethod()
267 Formatter& out, const std::string& prefix, const std::vector<const Interface*>& chain, in emitDigestChain()
294 { { IMPL_INTERFACE, [this, digestType](auto &out) { in fillHashChainMethod()
304 { { IMPL_INTERFACE, [this, digestType, chainType](auto &out) { in fillHashChainMethod()
327 { { IMPL_INTERFACE, [this](auto &out) { in fillGetDescriptorMethod()
333 { { IMPL_INTERFACE, [this](auto &out) { in fillGetDescriptorMethod()
358 [](auto &out) { in fillGetDebugInfoMethod()
369 [](auto &out) { in fillGetDebugInfoMethod()
380 { { IMPL_INTERFACE, [method](auto &out) { in fillGetDebugInfoMethod()
402 [](auto& out) { in fillDebugMethod()
409 {IMPL_INTERFACE, [](auto& out) { out << "return;\n"; }}, in fillDebugMethod()
720 Formatter &out, in emitReaderWriter()
835 void Interface::emitTypeDefinitions(Formatter& out, const std::string& prefix) const { in emitTypeDefinitions()
842 Formatter &out, in emitJavaReaderWriter()
875 void Interface::emitVtsMethodDeclaration(Formatter& out, bool isInherited) const { in emitVtsMethodDeclaration()