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:WithoutMatchers
(Results
1 - 4
of
4
) sorted by relevance
/third_party/googletest/googlemock/include/gmock/internal/
H
A
D
gmock-internal-utils.h
302
class
WithoutMatchers
{
class
304
WithoutMatchers
() {}
in WithoutMatchers()
function in testing::internal::WithoutMatchers
305
friend GTEST_API_
WithoutMatchers
GetWithoutMatchers();
308
// Internal use only: access the singleton instance of
WithoutMatchers
.
309
GTEST_API_
WithoutMatchers
GetWithoutMatchers();
/third_party/googletest/googlemock/src/
H
A
D
gmock-internal-utils.cc
189
GTEST_API_
WithoutMatchers
GetWithoutMatchers() { return
WithoutMatchers
(); }
in GetWithoutMatchers()
/third_party/googletest/googlemock/include/gmock/
H
A
D
gmock-spec-builders.h
1316
MockSpec<F>& operator()(const internal::
WithoutMatchers
&, void* const) {
1893
MockSpec<R(Args...)> gmock_Call(const
WithoutMatchers
&, R (*)(Args...)) {
2075
// mock.gmock_TwoArgsMethod(_, 45)(
WithoutMatchers
(), nullptr)...
2088
// mock.gmock_TwoArgsMethod(
WithoutMatchers
(), nullptr)...
2095
// The
WithoutMatchers
() argument is used to disambiguate overloads and to
H
A
D
gmock-function-mocker.h
198
const ::testing::internal::
WithoutMatchers
&, \
Completed in 5 milliseconds