OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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:__anon12736::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:__anon12981::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 376 milliseconds