Searched defs:ParseFlag (Results 1 – 5 of 5) sorted by relevance
236 inline bool ParseFlag(absl::string_view input, T* dst, std::string* error) { in ParseFlag() function
151 bool ParseFlag(const std::string& text, absl::Time* t, std::string* error) { in ParseFlag() function
947 bool ParseFlag(const std::string& text, Duration* dst, std::string* ) { in ParseFlag() function
125 bool ParseFlag(const char *expected, const char *actual, bool *flagOut) in ParseFlag() function
8253 bool LLParser::ParseFlag(unsigned &Val) { in ParseFlag() function in LLParser