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
defs:Matcher
(Results
1 - 16
of
16
) sorted by relevance
/third_party/googletest/googletest/src/
H
A
D
gtest-matchers.cc
46
Matcher
<const std::string&>::
Matcher
(const std::string& s) { *this = Eq(s); }
in Matcher()
function in testing::Matcher
50
Matcher
<const std::string&>::
Matcher
(const char* s) {
in Matcher()
function in testing::Matcher
56
Matcher
<std::string>::
Matcher
(const std::string& s) { *this = Eq(s); }
in Matcher()
function in testing::Matcher
60
Matcher
<std::string>::
Matcher
(const char* s) { *this = Eq(std::string(s)); }
in Matcher()
function in testing::Matcher
65
Matcher
<const internal::StringView&>::
Matcher
(cons
function in testing::Matcher
71
Matcher
<const internal::StringView&>::
Matcher
(const char* s) {
Matcher()
function in testing::Matcher
77
Matcher
<const internal::StringView&>::
Matcher
(internal::StringView s) {
Matcher()
function in testing::Matcher
83
Matcher
<internal::StringView>::
Matcher
(const std::string& s) { *this = Eq(s); }
Matcher()
function in testing::Matcher
87
Matcher
<internal::StringView>::
Matcher
(const char* s) {
Matcher()
function in testing::Matcher
93
Matcher
<internal::StringView>::
Matcher
(internal::StringView s) {
Matcher()
function in testing::Matcher
[all...]
/third_party/mesa3d/src/gtest/src/
H
A
D
gtest-matchers.cc
45
Matcher
<const std::string&>::
Matcher
(const std::string& s) { *this = Eq(s); }
in Matcher()
function in testing::Matcher
49
Matcher
<const std::string&>::
Matcher
(const char* s) {
in Matcher()
function in testing::Matcher
55
Matcher
<std::string>::
Matcher
(const std::string& s) { *this = Eq(s); }
in Matcher()
function in testing::Matcher
59
Matcher
<std::string>::
Matcher
(const char* s) { *this = Eq(std::string(s)); }
in Matcher()
function in testing::Matcher
64
Matcher
<const absl::string_view&>::
Matcher
(cons
function in testing::Matcher
70
Matcher
<const absl::string_view&>::
Matcher
(const char* s) {
Matcher()
function in testing::Matcher
76
Matcher
<const absl::string_view&>::
Matcher
(absl::string_view s) {
Matcher()
function in testing::Matcher
82
Matcher
<absl::string_view>::
Matcher
(const std::string& s) { *this = Eq(s); }
Matcher()
function in testing::Matcher
86
Matcher
<absl::string_view>::
Matcher
(const char* s) {
Matcher()
function in testing::Matcher
92
Matcher
<absl::string_view>::
Matcher
(absl::string_view s) {
Matcher()
function in testing::Matcher
[all...]
/third_party/node/deps/googletest/src/
H
A
D
gtest-matchers.cc
46
Matcher
<const std::string&>::
Matcher
(const std::string& s) { *this = Eq(s); }
in Matcher()
function in testing::Matcher
50
Matcher
<const std::string&>::
Matcher
(const char* s) {
in Matcher()
function in testing::Matcher
56
Matcher
<std::string>::
Matcher
(const std::string& s) { *this = Eq(s); }
in Matcher()
function in testing::Matcher
60
Matcher
<std::string>::
Matcher
(const char* s) { *this = Eq(std::string(s)); }
in Matcher()
function in testing::Matcher
65
Matcher
<const internal::StringView&>::
Matcher
(cons
function in testing::Matcher
71
Matcher
<const internal::StringView&>::
Matcher
(const char* s) {
Matcher()
function in testing::Matcher
77
Matcher
<const internal::StringView&>::
Matcher
(internal::StringView s) {
Matcher()
function in testing::Matcher
83
Matcher
<internal::StringView>::
Matcher
(const std::string& s) { *this = Eq(s); }
Matcher()
function in testing::Matcher
87
Matcher
<internal::StringView>::
Matcher
(const char* s) {
Matcher()
function in testing::Matcher
93
Matcher
<internal::StringView>::
Matcher
(internal::StringView s) {
Matcher()
function in testing::Matcher
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/
H
A
D
Error.h
35
explicit ValueMatchesMono(const testing::
Matcher
<T> &
Matcher
)
in ValueMatchesMono()
argument
66
testing::
Matcher
<T>
Matcher
;
member in llvm::detail::ValueMatchesMono
72
ValueMatchesPoly(const M &
Matcher
)
ValueMatchesPoly()
argument
81
M
Matcher
;
global()
member in llvm::detail::ValueMatchesPoly
87
ErrorMatchesMono(Optional<testing::
Matcher
<InfoT &>>
Matcher
)
ErrorMatchesMono()
argument
129
Optional<testing::
Matcher
<InfoT &>>
Matcher
;
global()
member in llvm::detail::ErrorMatchesMono
152
Failed(M
Matcher
)
Failed()
argument
158
HasValue(M
Matcher
)
HasValue()
argument
[all...]
H
A
D
SupportHelpers.h
65
operator ::testing::
Matcher
<const llvm::Optional<T> &>() const {
in Matcher()
function in llvm::detail::ValueIsMatcher::operator::testing
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H
A
D
SpecialCaseList.h
119
class
Matcher
{
class in llvm::SpecialCaseList
/third_party/mesa3d/src/gtest/include/gtest/
H
A
D
gtest-matchers.h
325
class
Matcher
: public internal::MatcherBase<T> {
class
330
explicit
Matcher
() {} // NOLINT
Matcher()
function in testing::Matcher
333
explicit
Matcher
(const
Matcher
Interface<const T&>* impl)
Matcher()
function in testing::Matcher
337
explicit
Matcher
(
Matcher()
function in testing::Matcher
352
class GTEST_API_
Matcher
<const std::string&>
global()
class
355
Matcher
() {}
Matcher()
function in testing::Matcher
357
explicit
Matcher
(const
Matcher
Interface<const std::string&>* impl)
Matcher()
function in testing::Matcher
369
class GTEST_API_
Matcher
<std::string>
global()
class
372
Matcher
() {}
Matcher()
function in testing::Matcher
374
explicit
Matcher
(const
Matcher
Interface<const std::string&>* impl)
Matcher()
function in testing::Matcher
376
explicit
Matcher
(const
Matcher
Interface<std::string>* impl)
Matcher()
function in testing::Matcher
392
class GTEST_API_
Matcher
<const absl::string_view&>
global()
class
395
Matcher
() {}
Matcher()
function in testing::Matcher
397
explicit
Matcher
(const
Matcher
Interface<const absl::string_view&>* impl)
Matcher()
function in testing::Matcher
412
class GTEST_API_
Matcher
<absl::string_view>
global()
class
415
Matcher
() {}
Matcher()
function in testing::Matcher
417
explicit
Matcher
(const
Matcher
Interface<const absl::string_view&>* impl)
Matcher()
function in testing::Matcher
419
explicit
Matcher
(const
Matcher
Interface<absl::string_view>* impl)
Matcher()
function in testing::Matcher
700
Matcher
<T>::
Matcher
(T value) { *this = Eq(value); }
Matcher()
function in testing::Matcher
[all...]
/third_party/googletest/googlemock/include/gmock/
H
A
D
gmock-matchers.h
468
operator ::testing::
Matcher
<T>() const { // NOLINT(runtime/explicit)
Matcher()
function in testing::internal::MatcherBaseImpl::operator::testing
490
operator ::testing::
Matcher
<F>() const { // NOLINT(runtime/explicit)
Matcher()
function in testing::internal::MatcherBaseImpl::operator::testing
[all...]
/third_party/rust/crates/regex/src/literal/
H
A
D
imp.rs
21
enum
Matcher
{
enum
171
impl
Matcher
{
global()
impls
[all...]
/third_party/googletest/googletest/include/gtest/
H
A
D
gtest-matchers.h
499
class
Matcher
: public internal::MatcherBase<T> {
class
504
explicit
Matcher
() {} // NOLINT
in Matcher()
function in testing::Matcher
507
explicit
Matcher
(cons
function in testing::Matcher
511
explicit
Matcher
(
Matcher()
function in testing::Matcher
519
Matcher
(M&& m) : internal::
Matcher
Base<T>(std::forward<M>(m)) {} // NOLINT
Matcher()
function in testing::Matcher
530
class GTEST_API_
Matcher
<const std::string&>
global()
class
533
Matcher
() {}
Matcher()
function in testing::Matcher
535
explicit
Matcher
(const
Matcher
Interface<const std::string&>* impl)
Matcher()
function in testing::Matcher
540
Matcher
(M&& m) // NOLINT
Matcher()
function in testing::Matcher
552
class GTEST_API_
Matcher
<std::string>
global()
class
555
Matcher
() {}
Matcher()
function in testing::Matcher
557
explicit
Matcher
(const
Matcher
Interface<const std::string&>* impl)
Matcher()
function in testing::Matcher
559
explicit
Matcher
(const
Matcher
Interface<std::string>* impl)
Matcher()
function in testing::Matcher
564
Matcher
(M&& m) // NOLINT
Matcher()
function in testing::Matcher
580
class GTEST_API_
Matcher
<const internal::StringView&>
global()
class
583
Matcher
() {}
Matcher()
function in testing::Matcher
585
explicit
Matcher
(const
Matcher
Interface<const internal::StringView&>* impl)
Matcher()
function in testing::Matcher
590
Matcher
(M&& m) // NOLINT
Matcher()
function in testing::Matcher
606
class GTEST_API_
Matcher
<internal::StringView>
global()
class
609
Matcher
() {}
Matcher()
function in testing::Matcher
611
explicit
Matcher
(const
Matcher
Interface<const internal::StringView&>* impl)
Matcher()
function in testing::Matcher
613
explicit
Matcher
(const
Matcher
Interface<internal::StringView>* impl)
Matcher()
function in testing::Matcher
618
Matcher
(M&& m) // NOLINT
Matcher()
function in testing::Matcher
902
Matcher
<T>::
Matcher
(T value) {
Matcher()
function in testing::Matcher
[all...]
/third_party/node/deps/googletest/include/gtest/
H
A
D
gtest-matchers.h
463
class
Matcher
: public internal::MatcherBase<T> {
class
468
explicit
Matcher
() {} // NOLINT
in Matcher()
function in testing::Matcher
471
explicit
Matcher
(cons
function in testing::Matcher
475
explicit
Matcher
(
Matcher()
function in testing::Matcher
483
Matcher
(M&& m) : internal::
Matcher
Base<T>(std::forward<M>(m)) {} // NOLINT
Matcher()
function in testing::Matcher
494
class GTEST_API_
Matcher
<const std::string&>
global()
class
499
explicit
Matcher
(const
Matcher
Interface<const std::string&>* impl)
Matcher()
function in testing::Matcher
504
Matcher
(M&& m) // NOLINT
Matcher()
function in testing::Matcher
516
class GTEST_API_
Matcher
<std::string>
global()
class
521
explicit
Matcher
(const
Matcher
Interface<const std::string&>* impl)
Matcher()
function in testing::Matcher
523
explicit
Matcher
(const
Matcher
Interface<std::string>* impl)
Matcher()
function in testing::Matcher
528
Matcher
(M&& m) // NOLINT
Matcher()
function in testing::Matcher
544
class GTEST_API_
Matcher
<const internal::StringView&>
global()
class
549
explicit
Matcher
(const
Matcher
Interface<const internal::StringView&>* impl)
Matcher()
function in testing::Matcher
554
Matcher
(M&& m) // NOLINT
Matcher()
function in testing::Matcher
570
class GTEST_API_
Matcher
<internal::StringView>
global()
class
575
explicit
Matcher
(const
Matcher
Interface<const internal::StringView&>* impl)
Matcher()
function in testing::Matcher
577
explicit
Matcher
(const
Matcher
Interface<internal::StringView>* impl)
Matcher()
function in testing::Matcher
582
Matcher
(M&& m) // NOLINT
Matcher()
function in testing::Matcher
869
Matcher
<T>::
Matcher
(T value) {
Matcher()
function in testing::Matcher
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H
A
D
TrieMap.java
97
public abstract static class
Matcher
<V> {
class in TrieMap
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H
A
D
TrieMap.java
96
public abstract static class
Matcher
<V> {
class in TrieMap
/third_party/python/Lib/test/support/
H
A
D
__init__.py
1406
class
Matcher
(object):
class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
CodeGenPrepare.cpp
3393
MatchPhiNode(PHINode *PHI, PHINode *Candidate, SmallSetVector<PHIPair, 8> &
Matcher
, PhiNodeSet &PhiNodesToMatch)
MatchPhiNode()
argument
/third_party/skia/third_party/externals/sfntly/java/lib/
H
A
D
junit-4.10.jar
META-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/
...
Completed in 30 milliseconds