Home
last modified time | relevance | path

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

/third_party/abseil-cpp/absl/container/internal/
Dcontainer_memory.h89 decltype(std::declval<F>()(std::declval<T>())) operator()( in decltype() function
97 decltype(std::declval<F>()(std::declval<T>())) WithConstructedImpl( in decltype() function
123 decltype(std::declval<F>()(std::declval<const K&>(), std::piecewise_construct, in decltype() function
146 decltype(std::declval<F>()(std::declval<T>())) WithConstructed( in decltype() function
200 decltype(std::declval<F>()(std::declval<const Arg&>(), std::declval<Arg>())) in decltype() function
/third_party/abseil-cpp/absl/container/
Dnode_hash_set.h476 static decltype(absl::container_internal::DecomposeValue( in decltype() function
Dflat_hash_set.h480 static decltype(absl::container_internal::DecomposeValue( in decltype() function
Dnode_hash_map.h569 static decltype(absl::container_internal::DecomposePair( in decltype() function
Dflat_hash_map.h571 static decltype(absl::container_internal::DecomposePair( in decltype() function
/third_party/mingw-w64/mingw-w64-headers/include/wrl/
Dclient.h107 ComPtr &operator=(decltype(nullptr)) throw() { in decltype() function
/third_party/python/Modules/_sqlite/
Dcursor.c127 const char* decltype; in pysqlite_build_row_cast_map() local