Searched defs:truthy (Results 1 – 4 of 4) sorted by relevance
14 struct truthy { struct15 truthy(bool b):m_value(b){} in truthy() function16 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
216 let mut truthy = if first.starts_with('@') { in render_into() localVariable329 let truthy = match value { in value_is_truthy() localVariable
340 static const char* truthy[] = {"yes", "true", "1"}; in gpr_is_true() local