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:MakeAction
(Results
1 - 3
of
3
) sorted by relevance
/third_party/googletest/googlemock/include/gmock/
H
A
D
gmock-actions.h
896
Action<F>
MakeAction
(ActionInterface<F>* impl) {
in MakeAction()
function
2145
::testing::Action<F>
MakeAction
() {
2151
::testing::Action<F>
MakeAction
(std::shared_ptr<Impl> impl) {
2207
return ::testing::internal::
MakeAction
<F>(impl_); \
2248
return ::testing::internal::
MakeAction
<F, gmock_Impl>(); \
H
A
D
gmock-more-actions.h
535
(::testing::internal::
MakeAction
<F, gmock_Impl>()), \
536
(::testing::internal::
MakeAction
<F>(impl_))); \
/third_party/googletest/googlemock/test/
H
A
D
gmock-actions_test.cc
528
TEST(ActionInterfaceTest,
MakeAction
) {
in TEST()
529
Action<MyGlobalFunction> action =
MakeAction
(new MyActionImpl);
in TEST()
1521
WithArgs<2, 1>(
MakeAction
(new SubtractAction));
in TEST()
Completed in 8 milliseconds