HomeSort by relevance Sort by last modified time
    Searched defs:first_used_file (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/testing/src/
gmock-spec-builders.cc 515 : first_used_file(NULL), first_used_line(-1), leakable(false) {}
519 const char* first_used_file; member in struct:__anon19534::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/
gmock-spec-builders.cc 525 : first_used_file(NULL), first_used_line(-1), leakable(false) {}
529 const char* first_used_file; member in struct:__anon19622::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/
gmock-spec-builders.cc 525 : first_used_file(NULL), first_used_line(-1), leakable(false) {}
529 const char* first_used_file; member in struct:__anon34488::MockObjectState
567 std::cout << internal::FormatFileLocation(state.first_used_file,
726 if (state.first_used_file == NULL) {
727 state.first_used_file = file;

Completed in 2770 milliseconds