Searched refs:SignatureType (Results 1 – 2 of 2) sorted by relevance
557 template <typename SignatureType>560 const SignatureType& signature, in FindInterfaceMethodWithSignature()659 template <typename SignatureType>662 const SignatureType& signature, in FindClassMethodWithSignature()
873 template <typename T> struct SignatureType {}; struct874 template <> struct SignatureType<art::ArtField> { using type = std::string_view; }; struct875 template <> struct SignatureType<art::ArtMethod> { using type = art::Signature; }; struct879 using SigType = typename SignatureType<T>::type;