Home
last modified time | relevance | path

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

/external/catch2/projects/SelfTest/UsageTests/
DDecomposition.tests.cpp14 struct truthy { struct
15 truthy(bool b):m_value(b){} in truthy() function
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/rust/crates/tinytemplate/src/
Dtemplate.rs216 let mut truthy = if first.starts_with('@') { in render_into() localVariable
329 let truthy = match value { in value_is_truthy() localVariable
/external/grpc-grpc/src/core/lib/gpr/
Dstring.cc340 static const char* truthy[] = {"yes", "true", "1"}; in gpr_is_true() local