Home
last modified time | relevance | path

Searched refs:str_val (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dflag_parser.cpp607 for (const auto& str_val : str_vals) { in GflagsCompatFlag() local
608 if (str_val.empty()) { in GflagsCompatFlag()
611 output_vals.push_back(CF_EXPECT(ParseBool(str_val, name))); in GflagsCompatFlag()