Home
last modified time | relevance | path

Searched defs:truthy (Results 1 – 3 of 3) sorted by relevance

/external/catch2/projects/SelfTest/UsageTests/
DDecomposition.tests.cpp14 struct truthy { struct
15 truthy(bool b):m_value(b){} in truthy() argument
16 operator bool() const { in operator bool()
19 bool m_value;
22 std::ostream& operator<<(std::ostream& o, truthy) { in operator <<() argument
/external/grpc-grpc/src/core/lib/gprpp/
Dfork.cc169 static const char* truthy[] = {"yes", "Yes", "YES", "true", in GlobalInit() local
/external/grpc-grpc/src/core/lib/gpr/
Dstring.cc340 static const char* truthy[] = {"yes", "true", "1"}; in gpr_is_true() local