Lines Matching refs:result
195 bool result;
196 if (GTEST_KILLED_BY_SIGNAL_OVERRIDE_(signum_, exit_status, &result)) {
197 return result;
433 // Called in the parent process only. Reads the result code of the death
464 // Called in the parent process only. Reads the result code of the death
633 auto result = std::make_unique<char*[]>(args.size() + 1);
635 result[i] = &args[i][0];
637 result[args.size()] = nullptr; // extra null terminator
638 return result;
749 const int death_test_index = info->result()->death_test_count();
957 const int death_test_index = info->result()->death_test_count();
1222 bool* result) GTEST_NO_INLINE_;
1228 // making comparison result unpredictable.
1231 static void StackLowerThanAddress(const void* ptr, bool* result) {
1233 *result = std::less<const void*>()(&dummy, ptr);
1241 bool result;
1242 StackLowerThanAddress(&dummy, &result);
1243 return result;
1357 const int death_test_index = info->result()->death_test_count();