Searched defs:IsSet (Results 1 – 3 of 3) sorted by relevance
18 bool CancellationFlag::IsSet() const { in IsSet() function in base::CancellationFlag
177 static bool IsSet() { return value_ != NULL; } in IsSet() function212 static bool IsSet() { return address_ != NULL; } in IsSet() function
84 bool IsSet(const char * name) const { in IsSet() function