Home
last modified time | relevance | path

Searched refs:NonDfltConstructible (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dflag_test.cc809 struct NonDfltConstructible { struct
812 NonDfltConstructible(int i) : value(i) {} // NOLINT in NonDfltConstructible() function
815 // but can with explicitly constructed NonDfltConstructible.
816 explicit NonDfltConstructible(char c) : value(100 + static_cast<int>(c)) {} in NonDfltConstructible() function
821 bool AbslParseFlag(absl::string_view in, NonDfltConstructible* ndc_out, in AbslParseFlag()
825 std::string AbslUnparseFlag(const NonDfltConstructible& ndc) { in AbslUnparseFlag()
831 ABSL_FLAG(NonDfltConstructible, ndc_flag1, NonDfltConstructible('1'),
833 ABSL_FLAG(NonDfltConstructible, ndc_flag2, 0,
842 absl::SetFlag(&FLAGS_ndc_flag1, NonDfltConstructible(' in TEST_F()
[all...]

Completed in 2 milliseconds