• Home
  • Raw
  • Download

Lines Matching defs:out

95                 [](auto &out) {  in fillPingMethod()
100 [](auto &out) { in fillPingMethod()
107 [](auto &out) { in fillPingMethod()
126 [](auto &out) { in fillLinkToDeathMethod()
132 [](auto &out) { in fillLinkToDeathMethod()
146 [](auto &out) { in fillLinkToDeathMethod()
151 [](auto &out) { in fillLinkToDeathMethod()
170 [](auto &out) { in fillUnlinkToDeathMethod()
175 [](auto &out) { in fillUnlinkToDeathMethod()
195 [](auto &out) { in fillUnlinkToDeathMethod()
200 [](auto &out) { in fillUnlinkToDeathMethod()
216 { { IMPL_INTERFACE, [](auto &out) { in fillSyspropsChangedMethod()
220 { { IMPL_INTERFACE, [](auto &out) { /* javaImpl */ in fillSyspropsChangedMethod()
236 [](auto &out) { in fillSetHALInstrumentationMethod()
242 [](auto &out) { in fillSetHALInstrumentationMethod()
247 [](auto &out) { in fillSetHALInstrumentationMethod()
267 { { IMPL_INTERFACE, [this](auto &out) { in fillDescriptorChainMethod()
278 { { IMPL_INTERFACE, [this](auto &out) { in fillDescriptorChainMethod()
295 Formatter& out, const std::string& prefix, const std::vector<const Interface*>& chain, in emitDigestChain()
322 { { IMPL_INTERFACE, [this, digestType](auto &out) { in fillHashChainMethod()
332 { { IMPL_INTERFACE, [this, digestType, chainType](auto &out) { in fillHashChainMethod()
355 { { IMPL_INTERFACE, [this](auto &out) { in fillGetDescriptorMethod()
361 { { IMPL_INTERFACE, [this](auto &out) { in fillGetDescriptorMethod()
386 [](auto &out) { in fillGetDebugInfoMethod()
397 [](auto &out) { in fillGetDebugInfoMethod()
408 { { IMPL_INTERFACE, [method](auto &out) { in fillGetDebugInfoMethod()
430 [](auto& out) { in fillDebugMethod()
437 {IMPL_INTERFACE, [](auto& out) { out << "return;\n"; }}, in fillDebugMethod()
771 Formatter &out, in emitReaderWriter()
859 void Interface::emitTypeDefinitions(Formatter& out, const std::string& prefix) const { in emitTypeDefinitions()
866 Formatter &out, in emitJavaReaderWriter()
899 void Interface::emitVtsMethodDeclaration(Formatter& out, bool isInherited) const { in emitVtsMethodDeclaration()