Home
last modified time | relevance | path

Searched defs:declval (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dmocking_bit_gen.h181 std::declval<ArgTupleT>()))& { in declval() function in absl::MockingBitGen::std
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dfallible_iterator.h99 auto operator*() -> decltype(*std::declval<Underlying>()) { return *I; } in declval() function in llvm::fallible_iterator
102 auto operator*() const -> decltype(*std::declval<const Underlying>()) { in declval() function in llvm::fallible_iterator
/third_party/json/include/nlohmann/
H A Djson.hpp1532 auto get_ptr() noexcept -> decltype(std::declval<basic_json_t&>().get_impl_ptr(std::declval<PointerType>())) in declval() function in basic_json
1543 constexpr auto get_ptr() const noexcept -> decltype(std::declval<const basic_json_t&>().get_impl_ptr(std::declval<PointerType>())) in declval() function in basic_json
[all...]
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h607 std::declval<const Params&>()...)) { in declval() function in testing::internal::InvokeArgumentAction::std

Completed in 6 milliseconds