Home
last modified time | relevance | path

Searched defs:SignatureType (Results 1 – 1 of 1) sorted by relevance

/art/openjdkjvmti/
Dti_redefine.cc873 template <typename T> struct SignatureType {}; struct
874 template <> struct SignatureType<art::ArtField> { using type = std::string_view; }; struct
875 template <> struct SignatureType<art::ArtMethod> { using type = art::Signature; }; struct