Home
last modified time | relevance | path

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

123

/external/cronet/buildtools/third_party/libc++/trunk/include/__ranges/
Dview_interface.h118 constexpr decltype(auto) front() in decltype() function
128 constexpr decltype(auto) front() const in decltype() function
138 constexpr decltype(auto) back() in decltype() function
148 constexpr decltype(auto) back() const in decltype() function
158 constexpr decltype(auto) operator[](range_difference_t<_RARange> __index) in decltype() function
165 constexpr decltype(auto) operator[](range_difference_t<_RARange> __index) const in decltype() function
/external/cronet/base/functional/
Dnot_fn.h22 constexpr decltype(auto) operator()(Args&&... args) & noexcept { in decltype() function
27 constexpr decltype(auto) operator()(Args&&... args) const& noexcept { in decltype() function
32 constexpr decltype(auto) operator()(Args&&... args) && noexcept { in decltype() function
37 constexpr decltype(auto) operator()(Args&&... args) const&& noexcept { in decltype() function
/external/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
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dcontainer_memory.h102 decltype(std::declval<F>()(std::declval<T>())) operator()( in decltype() function
110 decltype(std::declval<F>()(std::declval<T>())) WithConstructedImpl( in decltype() function
136 decltype(std::declval<F>()(std::declval<const K&>(), std::piecewise_construct, in decltype() function
159 decltype(std::declval<F>()(std::declval<T>())) WithConstructed( in decltype() function
213 decltype(std::declval<F>()(std::declval<const Arg&>(), std::declval<Arg>())) in decltype() function
/external/tensorflow/third_party/absl/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
/external/libtextclassifier/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
/external/rust/crates/grpcio-sys/grpc/third_party/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
/external/openscreen/third_party/abseil/src/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
/external/cronet/third_party/abseil-cpp/absl/container/internal/
Dcontainer_memory.h102 decltype(std::declval<F>()(std::declval<T>())) operator()( in decltype() function
110 decltype(std::declval<F>()(std::declval<T>())) WithConstructedImpl( in decltype() function
136 decltype(std::declval<F>()(std::declval<const K&>(), std::piecewise_construct, in decltype() function
159 decltype(std::declval<F>()(std::declval<T>())) WithConstructed( in decltype() function
213 decltype(std::declval<F>()(std::declval<const Arg&>(), std::declval<Arg>())) in decltype() function
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dcontainer_memory.h102 decltype(std::declval<F>()(std::declval<T>())) operator()( in decltype() function
110 decltype(std::declval<F>()(std::declval<T>())) WithConstructedImpl( in decltype() function
136 decltype(std::declval<F>()(std::declval<const K&>(), std::piecewise_construct, in decltype() function
159 decltype(std::declval<F>()(std::declval<T>())) WithConstructed( in decltype() function
213 decltype(std::declval<F>()(std::declval<const Arg&>(), std::declval<Arg>())) in decltype() function
/external/cronet/base/test/
Dgmock_callback_support.h24 decltype(auto) get(Args&&... args) { in decltype() function
32 decltype(auto) RunImpl(Callback&& cb, in decltype() function
44 decltype(auto) RunImpl(Callback&& cb, Tuple&& tuple) { in decltype() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__iterator/
Dcommon_iterator.h105 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator*() in decltype() function
111 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator*() const in decltype() function
Diter_move.h68 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator()(_Ip&& __i) const in decltype() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/iterator.requirements/iterator.cust/
Dunqualified_lookup_wrapper.h24 constexpr decltype(auto) operator*() const noexcept { return *base_; } in decltype() function
39 friend constexpr decltype(auto) iter_move(unqualified_lookup_wrapper& i) noexcept(false) { in decltype() function
/external/perfetto/include/perfetto/tracing/
Dtraced_value.h347 decltype(TraceFormatTraits<base::remove_cvref_t<T>>::WriteIntoTracedValue( in decltype() function
359 decltype(TraceFormatTraits<base::remove_cvref_t<T>>::WriteIntoTrace( in decltype() function
371 decltype(std::declval<T>()(std::declval<TracedValue>()), void()) in decltype() function
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dcounting_predicates.h66 constexpr decltype(auto) operator()(Args&& ...args) { in decltype() function
72 constexpr decltype(auto) operator()(Args&& ...args) const { in decltype() function
Dcounting_projection.h29 constexpr decltype(auto) operator()(T&& value) const { in decltype() function
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dmethod_lookup.h61 static constexpr typename decltype(Service::kPwRpcMethods)::const_pointer in decltype() function
/external/pigweed/pw_minimal_cpp_stdlib/public/internal/
Diterator.h66 constexpr decltype(sizeof(int)) size(const T (&)[kSize]) noexcept { in decltype() function
/external/libchrome/mojo/public/cpp/bindings/
Dstruct_ptr.h42 StructPtr& operator=(decltype(nullptr)) { in decltype() function
137 InlinedStructPtr& operator=(decltype(nullptr)) { in decltype() function
Dassociated_interface_request.h44 AssociatedInterfaceRequest& operator=(decltype(nullptr)) { in decltype() function
/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/
Dfunction.h245 function_impl& operator=(decltype(nullptr)) { in decltype() function
403 callback_impl& operator=(decltype(nullptr)) { in decltype() function
/external/cronet/base/trace_event/
Dtrace_conversion_helper.h39 decltype(base::NumberToString(std::declval<const ValueType>()), std::string()) in decltype() function
165 decltype(base::StringPiece(std::declval<const T>()), void()) in decltype() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/
Dmake_projected.h91 decltype(auto) __make_projected_comp(_Comp& __comp, _Proj1& __proj1, _Proj2& __proj2) { in decltype() function
/external/clang/test/SemaObjCXX/
Dproperties.mm129 extern decltype(TestNonTrivialObj.p1 = NonTrivial1())* VoidType; function
130 extern decltype(TestNonTrivialObj.p2 = NonTrivial2())* VoidType; function

123