/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
H A D | span.h | 38 -> decltype(c.data()) { in decltype() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | mock_helpers.h | 120 -> 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 D | hash_policy_traits.h | 193 -> decltype((void)P::transfer(alloc, new_slot, old_slot)) { in decltype() function
|
H A D | common.h | 169 static auto GetSlot(const Node& node) -> decltype(node.slot()) { in decltype() function
|
H A D | raw_hash_set_benchmark.cc | 31 static auto GetSlots(const C& c) -> decltype(c.slots_) { in decltype() function
|
/third_party/skia/include/private/ |
H A D | SkTLogic.h | 33 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 D | from_json.hpp | 185 -> 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 D | iteration_proxy.hpp | 193 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 D | SkRecord.h | 50 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 D | SkGlyphRun.h | 106 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 D | memory.h | 197 auto RawPtr(T&& ptr) -> decltype(std::addressof(*ptr)) { in decltype() function
|
/third_party/json/include/nlohmann/detail/meta/ |
H A D | type_traits.hpp | 573 template <typename C> static one test( decltype(&C::capacity) ) ; global() member [all...] |
/third_party/mesa3d/src/gallium/frontends/clover/util/ |
H A D | functional.hpp | 238 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 D | time_zone_libc.cc | 49 auto tm_zone(const std::tm& tm) -> decltype(_tzname[0]) { in decltype() function [all...] |
/third_party/skia/include/core/ |
H A D | SkRefCnt.h | 359 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 D | gtest-printers.h | 245 -> decltype((void)(*os << value)) { in decltype() function
|
/third_party/protobuf/src/google/protobuf/ |
H A D | arena.h | 439 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 D | STLExtras.h | 622 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 D | hash_test.cc | 999 std::true_type HashOfExplicitParameter(decltype(absl::HashOf<T>(0))) { in decltype() function
|
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-actions.h | 1321 -> decltype((obj_ptr->*method_ptr)(std::forward<Args>(args)...)) { in decltype() function
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-comparisons_test.cc | 1410 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 D | vktGlobalPriorityQueueTests.cpp | 113 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 D | STLExtras.h | 1397 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 D | cursor.c | 218 const char* decltype; in pysqlite_build_row_cast_map() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
H A D | container.h | 119 auto c_size(C& c) -> decltype(c.size()) { in decltype() function
|