Searched defs:truthy (Results 1 – 3 of 3) sorted by relevance
14 struct truthy { struct15 truthy(bool b):m_value(b){} in truthy() argument16 operator bool() const { in operator bool()19 bool m_value;22 std::ostream& operator<<(std::ostream& o, truthy) { in operator <<() argument
169 static const char* truthy[] = {"yes", "Yes", "YES", "true", in GlobalInit() local
340 static const char* truthy[] = {"yes", "true", "1"}; in gpr_is_true() local