OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wait_calls_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/testing/gtest/test/
gtest-death-test_test.cc
889
int WaitCalls() const { return
wait_calls_
; }
913
int
wait_calls_
;
member in class:MockDeathTestFactory
944
++parent_->
wait_calls_
;
970
wait_calls_
(0),
986
wait_calls_
= 0;
[
all
...]
/external/gtest/test/
gtest-death-test_test.cc
828
int WaitCalls() const { return
wait_calls_
; }
852
int
wait_calls_
;
member in class:MockDeathTestFactory
883
++parent_->
wait_calls_
;
909
wait_calls_
(0),
925
wait_calls_
= 0;
[
all
...]
Completed in 79 milliseconds