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

  /external/gmock/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:__anon12148::MockObjectState
557 std::cout << internal::FormatFileLocation(state.first_used_file,
716 if (state.first_used_file == NULL) {
717 state.first_used_file = file;
  /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:__anon12393::MockObjectState
557 std::cout << internal::FormatFileLocation(state.first_used_file,
716 if (state.first_used_file == NULL) {
717 state.first_used_file = file;

Completed in 58 milliseconds