Lines Matching defs:result
191 bool result;
192 if (GTEST_KILLED_BY_SIGNAL_OVERRIDE_(signum_, exit_status, &result)) {
193 return result;
429 // Called in the parent process only. Reads the result code of the death
460 // Called in the parent process only. Reads the result code of the death
731 const int death_test_index = info->result()->death_test_count();
969 const int death_test_index = info->result()->death_test_count();
1256 bool* result) GTEST_NO_INLINE_;
1262 // making comparison result unpredictable.
1265 static void StackLowerThanAddress(const void* ptr, bool* result) {
1267 *result = std::less<const void*>()(&dummy, ptr);
1275 bool result;
1276 StackLowerThanAddress(&dummy, &result);
1277 return result;
1392 const int death_test_index = info->result()->death_test_count();