| /external/openscreen/third_party/abseil/src/absl/container/internal/ |
| D | container_memory.h | 101 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
|
| /external/abseil-cpp/absl/container/internal/ |
| D | container_memory.h | 89 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
|
| /external/angle/third_party/abseil-cpp/absl/container/internal/ |
| D | container_memory.h | 101 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
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
| D | container_memory.h | 101 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
|
| /external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
| D | container_memory.h | 89 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
|
| /external/libtextclassifier/abseil-cpp/absl/container/internal/ |
| D | container_memory.h | 101 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
|
| /external/perfetto/include/perfetto/tracing/ |
| D | traced_value.h | 284 decltype(TraceFormatTraits<base::remove_cvref_t<T>>::WriteIntoTracedValue( in decltype() function 296 decltype(TraceFormatTraits<base::remove_cvref_t<T>>::WriteIntoTrace( in decltype() function 308 decltype(std::declval<T>()(std::declval<TracedValue>()), void()) in decltype() function
|
| /external/llvm-project/llvm/include/llvm/ADT/ |
| D | fallible_iterator.h | 99 decltype(auto) operator*() { return *I; } in decltype() function 102 decltype(auto) operator*() const { return *I; } in decltype() function
|
| /external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| D | ThreadSafeModule.h | 133 template <typename Func> decltype(auto) withModuleDo(Func &&F) { in decltype() function 141 template <typename Func> decltype(auto) withModuleDo(Func &&F) const { in decltype() function
|
| /external/llvm-project/llvm/include/llvm/Support/ |
| D | Errno.h | 33 inline decltype(auto) RetryAfterSignal(const FailT &Fail, const Fun &F, in decltype() function
|
| /external/pigweed/pw_minimal_cpp_stdlib/public/internal/ |
| D | iterator.h | 65 constexpr decltype(sizeof(int)) size(const T (&)[kSize]) noexcept { in decltype() function
|
| /external/pigweed/pw_rpc/public/pw_rpc/internal/ |
| D | method_lookup.h | 53 typename decltype(GeneratedService<Service>::kMethods)::const_pointer in decltype() function
|
| /external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/custom/ |
| D | raw-ostream.h | 34 template <typename T> decltype(auto) printable(const T &V) { in decltype() function
|
| /external/libchrome/mojo/public/cpp/bindings/ |
| D | struct_ptr.h | 42 StructPtr& operator=(decltype(nullptr)) { in decltype() function 137 InlinedStructPtr& operator=(decltype(nullptr)) { in decltype() function
|
| D | associated_interface_request.h | 44 AssociatedInterfaceRequest& operator=(decltype(nullptr)) { in decltype() function
|
| D | interface_request.h | 49 InterfaceRequest& operator=(decltype(nullptr)) { in decltype() function
|
| /external/llvm-project/clang/test/SemaObjCXX/ |
| D | properties.mm | 129 extern decltype(TestNonTrivialObj.p1 = NonTrivial1())* VoidType; function 130 extern decltype(TestNonTrivialObj.p2 = NonTrivial2())* VoidType; function
|
| /external/clang/test/SemaObjCXX/ |
| D | properties.mm | 129 extern decltype(TestNonTrivialObj.p1 = NonTrivial1())* VoidType; function 130 extern decltype(TestNonTrivialObj.p2 = NonTrivial2())* VoidType; function
|
| /external/libtextclassifier/abseil-cpp/absl/container/ |
| D | node_hash_set.h | 471 static decltype(absl::container_internal::DecomposeValue( in decltype() function
|
| D | flat_hash_set.h | 481 static decltype(absl::container_internal::DecomposeValue( in decltype() function
|
| /external/angle/third_party/abseil-cpp/absl/container/ |
| D | node_hash_set.h | 471 static decltype(absl::container_internal::DecomposeValue( in decltype() function
|
| /external/openscreen/third_party/abseil/src/absl/container/ |
| D | node_hash_set.h | 471 static decltype(absl::container_internal::DecomposeValue( in decltype() function
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/ |
| D | node_hash_set.h | 471 static decltype(absl::container_internal::DecomposeValue( in decltype() function
|
| D | flat_hash_set.h | 481 static decltype(absl::container_internal::DecomposeValue( in decltype() function
|
| /external/abseil-cpp/absl/container/ |
| D | node_hash_set.h | 476 static decltype(absl::container_internal::DecomposeValue( in decltype() function
|