Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:MockFoo
(Results
1 - 7
of
7
) sorted by relevance
/third_party/googletest/googlemock/test/
H
A
D
gmock_leak_test_.cc
47
class
MockFoo
: public FooInterface {
class
49
MockFoo
() {}
in MockFoo()
function in __anon3010::MockFoo
54
MockFoo
(const
MockFoo
&) = delete;
55
MockFoo
& operator=(const
MockFoo
&) = delete;
59
MockFoo
* foo = new
MockFoo
;
in TEST()
72
MockFoo
* foo = new
MockFoo
;
in TEST()
[all...]
H
A
D
gmock-nice-strict_test.cc
87
class
MockFoo
: public Foo {
class
89
MockFoo
() {}
in MockFoo()
function in testing::gmock_nice_strict_test::MockFoo
97
MockFoo
(const
MockFoo
&) = delete;
98
MockFoo
& operator=(const
MockFoo
&) = delete;
149
MockFoo
raw_foo;
in TEST()
166
MockFoo
* const raw_foo = new
MockFoo
;
in TEST()
168
ON_CALL(*raw_foo, DoThis()).WillByDefault(Invoke(raw_foo, &
MockFoo
in TEST()
[all...]
H
A
D
gmock_output_test_.cc
56
class
MockFoo
{
class
58
MockFoo
() {}
in MockFoo()
function in MockFoo
65
MockFoo
(const
MockFoo
&) = delete;
66
MockFoo
& operator=(const
MockFoo
&) = delete;
71
NaggyMock<
MockFoo
> foo_;
243
MockFoo
* foo1 = new
MockFoo
;
in TEST_F()
244
MockFoo
* foo
in TEST_F()
[all...]
H
A
D
gmock_stress_test.cc
49
class
MockFoo
{
class
68
MockFoo
foo;
in TestConcurrentMockObjects()
89
MockFoo
* mock_foo;
114
MockFoo
foo;
in TestConcurrentCallsOnSameObject()
141
void Helper2(
MockFoo
* foo) {
in Helper2()
150
MockFoo
foo;
in TestPartiallyOrderedExpectationsWithThreads()
174
ThreadWithParam<
MockFoo
*>* const t =
in TestPartiallyOrderedExpectationsWithThreads()
175
new ThreadWithParam<
MockFoo
*>(Helper2, &foo, nullptr);
in TestPartiallyOrderedExpectationsWithThreads()
H
A
D
gmock-cardinalities_test.cc
51
class
MockFoo
{
class
53
MockFoo
() {}
in MockFoo()
function in __anon2998::MockFoo
57
MockFoo
(const
MockFoo
&) = delete;
58
MockFoo
& operator=(const
MockFoo
&) = delete;
H
A
D
gmock_ex_test.cc
48
class
MockFoo
{
class
56
MockFoo
mock;
in TEST()
H
A
D
gmock-function-mocker_test.cc
144
class
MockFoo
: public FooInterface {
class
146
MockFoo
() {}
in MockFoo()
function in testing::gmock_function_mocker_test::MockFoo
211
MockFoo
(const
MockFoo
&) = delete;
212
MockFoo
& operator=(const
MockFoo
&) = delete;
300
using FunctionMockerTestTypes = ::testing::Types<
MockFoo
, LegacyMockFoo>;
463
MockFoo
mock_foo;
in TEST()
474
EXPECT_CALL(static_cast<const
MockFoo
&>(mock_foo), RefQualifiedOverloaded())
in TEST()
476
EXPECT_CALL(static_cast<const
MockFoo
in TEST()
[all...]
Completed in 4 milliseconds