Home
last modified time | relevance | path

Searched defs:decltype (Results 26 - 32 of 32) sorted by relevance

12

/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
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_test.cc47 static auto GetSlots(const C& c) -> decltype(c.slots_) { in decltype() function
[all...]
H A Dbtree.h352 static auto key(const V &value) -> decltype(value.first) { in decltype() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueTests.cpp193 auto begin (void* p) -> decltype(std::begin(*std::declval<P>())) in decltype() function
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2930 auto First(T& x, Rank0) -> decltype((x.first)) { // NOLINT in decltype() function
2939 auto Second(T& x, Rank0) -> decltype((x.second)) { // NOLINT in decltype() function
3258 -> decltype((UnpackStructImpl)(t, MakeIndexSequence<I>{}, 0)) { in decltype() function
4163 -> decltype(ElementsAreArray(array, N)) { decltype() function
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp3969 template <typename C> static one test( decltype(&C::capacity) ) ; global() member
4741 -> decltype(j.template get<T>(), void()) decltype() function
4758 -> decltype(j.template get<T>(), void()) decltype() function
4771 -> decltype( decltype() function
5271 auto get(const nlohmann::detail::iteration_proxy_value<IteratorType>& i) -> decltype(i.key()) decltype() function
5279 auto get(const nlohmann::detail::iteration_proxy_value<IteratorType>& i) -> decltype(i.value()) decltype() function
[all...]

Completed in 30 milliseconds

12