Searched refs:first_used_file (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/testing/src/
H A Dgmock-spec-builders.cc515 : first_used_file(NULL), first_used_line(-1), leakable(false) {}
519 const char* first_used_file; member in struct:__anon6900::MockObjectState
557 std::cout << internal::FormatFileLocation(state.first_used_file,
716 if (state.first_used_file == NULL) {
717 state.first_used_file = file;
/external/googletest/googlemock/src/
H A Dgmock-spec-builders.cc525 : first_used_file(NULL), first_used_line(-1), leakable(false) {}
529 const char* first_used_file; member in struct:__anon6988::MockObjectState
567 std::cout << internal::FormatFileLocation(state.first_used_file,
726 if (state.first_used_file == NULL) {
727 state.first_used_file = file;
/external/v8/testing/gmock/src/
H A Dgmock-spec-builders.cc525 : first_used_file(NULL), first_used_line(-1), leakable(false) {}
529 const char* first_used_file; member in struct:__anon21883::MockObjectState
567 std::cout << internal::FormatFileLocation(state.first_used_file,
726 if (state.first_used_file == NULL) {
727 state.first_used_file = file;
/external/fmtlib/test/
H A Dgmock-gtest-all.cc10965 : first_used_file(NULL), first_used_line(-1), leakable(false) {}
10969 const char* first_used_file;
11007 std::cout << internal::FormatFileLocation(state.first_used_file,
11166 if (state.first_used_file == NULL) {
11167 state.first_used_file = file;

Completed in 99 milliseconds