Searched defs:status_ok (Results 1 – 2 of 2) sorted by relevance
89 static const uint8_t status_ok[] = { 0xac, 0x27, 0x68, 0xd5 }; variable
576 bool DeathTestImpl::Passed(bool status_ok) { in Passed()