Home
last modified time | relevance | path

Searched defs:decltype (Results 1 - 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dspan.h38 -> decltype(c.data()) { in decltype() function
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dmock_helpers.h120 -> decltype(m.template RegisterMock< in decltype() function in absl::random_internal::MockHelpers
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhash_policy_traits.h193 -> decltype((void)P::transfer(alloc, new_slot, old_slot)) { in decltype() function
H A Dcommon.h169 static auto GetSlot(const Node& node) -> decltype(node.slot()) { in decltype() function
H A Draw_hash_set_benchmark.cc31 static auto GetSlots(const C& c) -> decltype(c.slots_) { in decltype() function
/third_party/skia/include/private/
H A DSkTLogic.h33 constexpr auto data(Container& c) -> decltype(c.data()) { return c.data(); } in decltype() function
35 constexpr auto data(const Container& c) -> decltype(c.data()) { return c.data(); } in decltype() function
37 constexpr auto data(Array(&a)[N]) -> decltype(a) { return a; } in decltype() function
42 constexpr auto size(Container& c) -> decltype(c.size()) { return c.size(); } in decltype() function
/third_party/json/include/nlohmann/detail/conversions/
H A Dfrom_json.hpp185 -> decltype(j.template get<T>(), void()) in decltype() function
202 -> decltype(j.template get<T>(), void()) in decltype() function
215 -> decltype( in decltype() function
/third_party/json/include/nlohmann/detail/iterators/
H A Diteration_proxy.hpp193 auto get(const nlohmann::detail::iteration_proxy_value<IteratorType>& i) -> decltype(i.key()) in decltype() function
201 auto get(const nlohmann::detail::iteration_proxy_value<IteratorType>& i) -> decltype(i.value()) in decltype() function
/third_party/skia/src/core/
H A DSkRecord.h50 auto mutate(int i, F&& f) -> decltype(f((SkRecords::NoOp*)nullptr)) { in decltype() function in SkRecord
159 auto mutate(F&& f) -> decltype(f((SkRecords::NoOp*)nullptr)) { in decltype() function
H A DSkGlyphRun.h106 auto begin() -> decltype(fGlyphRuns.begin()) { return fGlyphRuns.begin(); } in decltype() function in SkGlyphRunList
107 auto end() -> decltype(fGlyphRuns.end()) { return fGlyphRuns.end(); } in decltype() function in SkGlyphRunList
110 auto size() const -> decltype(fGlyphRuns.size()) { return fGlyphRuns.size(); } in decltype() function in SkGlyphRunList
111 auto empty() const -> decltype(fGlyphRuns.empty()) { return fGlyphRuns.empty(); } in decltype() function in SkGlyphRunList
112 auto operator [] (size_t i) const -> decltype(fGlyphRuns[i]) { return fGlyphRuns[i]; } in decltype() function in SkGlyphRunList
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/
H A Dmemory.h197 auto RawPtr(T&& ptr) -> decltype(std::addressof(*ptr)) { in decltype() function
/third_party/json/include/nlohmann/detail/meta/
H A Dtype_traits.hpp573 template <typename C> static one test( decltype(&C::capacity) ) ; global() member
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Dfunctional.hpp238 operator()(T &x) const -> decltype(x.begin()) { in decltype() function
246 operator()(T &x) const -> decltype(x.end()) { in decltype() function
254 operator()(T &x) const -> decltype(x.size()) { in decltype() function
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc49 auto tm_zone(const std::tm& tm) -> decltype(_tzname[0]) { in decltype() function
[all...]
/third_party/skia/include/core/
H A DSkRefCnt.h359 auto operator<<(std::basic_ostream<C, CT>& os, const sk_sp<T>& sp) -> decltype(os << sp.get()) { in decltype() function
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-printers.h245 -> decltype((void)(*os << value)) { in decltype() function
/third_party/protobuf/src/google/protobuf/
H A Darena.h439 static char HasGetArena(decltype(&U::GetArena)); member in google::protobuf::InternalHelper
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSTLExtras.h622 auto operator()(A &lhs, B &rhs) const -> decltype(func(*lhs, *rhs)) { decltype() function
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
H A Dhash_test.cc999 std::true_type HashOfExplicitParameter(decltype(absl::HashOf<T>(0))) { in decltype() function
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-actions.h1321 -> decltype((obj_ptr->*method_ptr)(std::forward<Args>(args)...)) { in decltype() function
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc1410 auto get(const PairWithGet& value) -> decltype(value.GetImpl(Tag<I>())) { in TEST() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktGlobalPriorityQueueTests.cpp113 auto begin (void* p) -> decltype(std::begin(*std::declval<P>())) in decltype() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSTLExtras.h1397 auto operator()(A &lhs, B &rhs) const -> decltype(func(*lhs, *rhs)) { decltype() function
1543 hasNItems( IterTy &&Begin, IterTy &&End, unsigned N, typename std::enable_if< !std::is_same< typename std::iterator_traits<typename std::remove_reference< decltype(Begin)>::type>::iterator_category, std::random_access_iterator_tag>::value, void>::type * = nullptr) hasNItems() argument
1560 hasNItemsOrMore( IterTy &&Begin, IterTy &&End, unsigned N, typename std::enable_if< !std::is_same< typename std::iterator_traits<typename std::remove_reference< decltype(Begin)>::type>::iterator_category, std::random_access_iterator_tag>::value, void>::type * = nullptr) hasNItemsOrMore() argument
1582 template <class Ptr> auto to_address(const Ptr &P) -> decltype(P.operator->()) { decltype() function
[all...]
/third_party/python/Modules/_sqlite/
H A Dcursor.c218 const char* decltype; in pysqlite_build_row_cast_map() local
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dcontainer.h119 auto c_size(C& c) -> decltype(c.size()) { in decltype() function

Completed in 29 milliseconds

12