Searched defs:SignatureType (Results 1 – 2 of 2) sorted by relevance
17 using SignatureType = T; variable
870 template <typename T> struct SignatureType {}; struct871 template <> struct SignatureType<art::ArtField> { using type = std::string_view; }; argument872 template <> struct SignatureType<art::ArtMethod> { using type = art::Signature; }; argument