OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wait_calls_
(Results
1 - 5
of
5
) sorted by null
/external/google-breakpad/src/testing/gtest/test/
gtest-death-test_test.cc
830
int WaitCalls() const { return
wait_calls_
; }
854
int
wait_calls_
;
member in class:MockDeathTestFactory
885
++parent_->
wait_calls_
;
911
wait_calls_
(0),
927
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
...]
/external/protobuf/gtest/test/
gtest-death-test_test.cc
711
int WaitCalls() const { return
wait_calls_
; }
735
int
wait_calls_
;
member in class:MockDeathTestFactory
766
++parent_->
wait_calls_
;
791
wait_calls_
(0),
807
wait_calls_
= 0;
[
all
...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-death-test_test.cc
894
int WaitCalls() const { return
wait_calls_
; }
918
int
wait_calls_
;
member in class:MockDeathTestFactory
949
++parent_->
wait_calls_
;
975
wait_calls_
(0),
991
wait_calls_
= 0;
[
all
...]
/ndk/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc
829
int WaitCalls() const { return
wait_calls_
; }
853
int
wait_calls_
;
member in class:MockDeathTestFactory
884
++parent_->
wait_calls_
;
910
wait_calls_
(0),
926
wait_calls_
= 0;
[
all
...]
Completed in 289 milliseconds