Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional_test.cc193 absl::optional<int> empty, opt42 = 42; in TEST() local
201 absl::optional<const int> empty, opt42 = 42; in TEST() local
209 absl::optional<volatile int> empty, opt42 = 42; in TEST() local
293 absl::optional<int> empty, opt42 = 42; in TEST() local