Home
last modified time | relevance | path

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

/external/cronet/third_party/libc++/src/test/libcxx/utilities/function.objects/func.require/
Dinvoke_helpers.h160 struct DerefPropType { struct
163 DerefPropType() {} in DerefPropType() argument
166 explicit DerefPropType(Up const& val) : object(val) {} in DerefPropType() argument
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dinvoke_helpers.h161 struct DerefPropType { struct
164 DerefPropType() {} in DerefPropType() function
167 explicit DerefPropType(Up const& val) : object(val) {} in DerefPropType() function