Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dfunction_traits.h17 using SignatureType = T; variable
/aosp12/art/openjdkjvmti/
H A Dti_redefine.cc870 template <typename T> struct SignatureType {}; struct
871 template <> struct SignatureType<art::ArtField> { using type = std::string_view; }; argument
872 template <> struct SignatureType<art::ArtMethod> { using type = art::Signature; }; argument