gmock-spec-builders.cc | 500 : first_used_file(NULL), first_used_line(-1), leakable(false) {} 504 const char* first_used_file; member in struct:__anon2985::MockObjectState 542 std::cout << internal::FormatFileLocation(state.first_used_file, 700 if (state.first_used_file == NULL) { 701 state.first_used_file = file;
|