Searched refs:OptionalTypeIdentifier (Results 1 – 1 of 1) sorted by relevance
1197 struct OptionalTypeIdentifier { struct1203 : public ::testing::TestWithParam<OptionalTypeIdentifier> { argument1286 ::testing::Values(OptionalTypeIdentifier{"std", "optional"},1287 OptionalTypeIdentifier{"absl", "optional"},1288 OptionalTypeIdentifier{"base", "Optional"}),1289 [](const ::testing::TestParamInfo<OptionalTypeIdentifier> &Info) { in __anonc523bd4d0502()