Home
last modified time | relevance | path

Searched defs:ConstRValueGetType (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dvariant_test.cc1221 using ConstRValueGetType = decltype(absl::get<0>(absl::move(const_v))); in TEST() typedef
1241 using ConstRValueGetType = decltype(absl::get<1>(absl::move(const_v))); in TEST() typedef
1261 using ConstRValueGetType = decltype(absl::get<2>(absl::move(const_v))); in TEST() typedef
1282 using ConstRValueGetType = decltype(absl::get<3>(absl::move(const_v))); in TEST() typedef
1334 using ConstRValueGetType = decltype(absl::get<int>(absl::move(const_v))); in TEST() typedef
1354 using ConstRValueGetType = decltype(absl::get<1>(absl::move(const_v))); in TEST() typedef
1374 using ConstRValueGetType = decltype(absl::get<2>(absl::move(const_v))); in TEST() typedef