Lines Matching refs:superInterface

458 …atePassthroughMethod(Formatter& out, const Method* method, const Interface* superInterface) const {  in generatePassthroughMethod()
479 superInterface); in generatePassthroughMethod()
544 superInterface); in generatePassthroughMethod()
583 superInterface); in generatePassthroughMethod()
605 const Interface *superInterface = tuple.interface(); in generateMethods() local
607 if (!includeParent && superInterface != iface) { in generateMethods()
611 if(prevIterface != superInterface) { in generateMethods()
616 << superInterface->fullName() in generateMethods()
618 prevIterface = superInterface; in generateMethods()
620 gen(method, superInterface); in generateMethods()
976 const Method* method, const Interface* superInterface) const { in generateProxyMethodSource()
995 << superInterface->fqName().cppNamespace() in generateProxyMethodSource()
997 << superInterface->getProxyName() in generateProxyMethodSource()
1024 … const Method* method, const Interface* superInterface) const { in generateStaticProxyMethodSource()
1062 superInterface); in generateStaticProxyMethodSource()
1074 if (superInterface->hasSensitiveDataAnnotation()) { in generateStaticProxyMethodSource()
1110 if (superInterface->hasSensitiveDataAnnotation()) { in generateStaticProxyMethodSource()
1170 superInterface); in generateStaticProxyMethodSource()
1245 [&](const Method* method, const Interface* superInterface) { in generateProxySource() argument
1246 generateStaticProxyMethodSource(out, klassName, method, superInterface); in generateProxySource()
1250 generateMethods(out, [&](const Method* method, const Interface* superInterface) { in generateProxySource() argument
1251 generateProxyMethodSource(out, klassName, method, superInterface); in generateProxySource()
1328 [&](const Method* method, const Interface* superInterface) { in generateStubSource() argument
1329 … return generateStaticStubMethodSource(out, iface->fqName(), method, superInterface); in generateStubSource()
1363 const Interface *superInterface = tuple.interface(); in generateStubSource() local
1376 generateStubSourceForMethod(out, method, superInterface); in generateStubSource()
1424 const Interface* superInterface) const { in generateStubSourceForMethod()
1432 << superInterface->fqName().cppNamespace() in generateStubSourceForMethod()
1434 << superInterface->getStubName() in generateStubSourceForMethod()
1442 … const Method* method, const Interface* superInterface) const { in generateStaticStubMethodSource()
1495 superInterface); in generateStaticStubMethodSource()
1544 superInterface); in generateStaticStubMethodSource()
1610 superInterface); in generateStaticStubMethodSource()
1624 superInterface); in generateStaticStubMethodSource()
1689 generateMethods(out, [&](const Method* method, const Interface* superInterface) { in generatePassthroughHeader() argument
1690 generatePassthroughMethod(out, method, superInterface); in generatePassthroughHeader()
1841 const Interface* superInterface) const { in generateCppInstrumentationCall()
1921 out << "callback(" << event_str << ", \"" << superInterface->fqName().package() << "\", \"" in generateCppInstrumentationCall()
1922 << superInterface->fqName().version() << "\", \"" << superInterface->definedName() in generateCppInstrumentationCall()