Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dcontainer_memory.h101 decltype(std::declval<F>()(std::declval<T>())) operator()( in decltype() function
109 decltype(std::declval<F>()(std::declval<T>())) WithConstructedImpl( in decltype() function
135 decltype(std::declval<F>()(std::declval<const K&>(), std::piecewise_construct, in decltype() function
158 decltype(std::declval<F>()(std::declval<T>())) WithConstructed( in decltype() function
212 decltype(std::declval<F>()(std::declval<const Arg&>(), std::declval<Arg>())) in decltype() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dnode_hash_set.h471 static decltype(absl::container_internal::DecomposeValue( in decltype() function
Dflat_hash_set.h481 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.h577 static decltype(absl::container_internal::DecomposePair( in decltype() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.h116 const decltype(LiveRegs) &getLiveRegs() const { return LiveRegs; } in decltype() function
/third_party/python/Modules/_sqlite/
Dcursor.c218 const char* decltype; in pysqlite_build_row_cast_map() local