Lines Matching refs:results

306             const bool returnsValue = !method->results().empty();  in generateInterfaceHeader()
476 const bool returnsValue = !method->results().empty(); in generatePassthroughMethod()
537 out.join(method->results().begin(), method->results().end(), ", ", [&](const auto &arg) { in generatePassthroughMethod()
551 for (const auto &arg : method->results()) { in generatePassthroughMethod()
734 const bool returnsValue = !method->results().empty(); in generateStubHeader()
994 const bool returnsValue = !method->results().empty(); in generateProxyMethodSource()
1059 const bool returnsValue = !method->results().empty(); in generateStaticProxyMethodSource()
1077 out, method->results(), true /* forResults */); in generateStaticProxyMethodSource()
1123 out, method->results(), true /* forResults */); in generateStaticProxyMethodSource()
1146 for (const auto &arg : method->results()) { in generateStaticProxyMethodSource()
1160 … out.join(method->results().begin(), method->results().end(), ", ", [&] (const auto &arg) { in generateStaticProxyMethodSource()
1202 out << method->results().at(0)->type().getCppResultType(); in generateStaticProxyMethodSource()
1502 const bool returnsValue = !method->results().empty(); in generateStaticStubMethodSource()
1576 … out.join(method->results().begin(), method->results().end(), ", ", [&](const auto &arg) { in generateStaticStubMethodSource()
1594 for (const auto &arg : method->results()) { in generateStaticStubMethodSource()
1605 if (!method->results().empty()) { in generateStaticStubMethodSource()
1869 for (const auto &arg : method->results()) { in generateCppInstrumentationCall()
1889 for (const auto &arg : method->results()) { in generateCppInstrumentationCall()
1911 for (const auto &arg : method->results()) { in generateCppInstrumentationCall()