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:ValueMatcher
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/
H
A
D
SupportHelpers.h
61
explicit ValueIsMatcher(InnerMatcher
ValueMatcher
)
in ValueIsMatcher()
argument
62
:
ValueMatcher
(
ValueMatcher
) {}
in ValueIsMatcher()
67
new Impl<T>(::testing::SafeMatcherCast<T>(
ValueMatcher
)));
in Matcher()
73
explicit Impl(const ::testing::Matcher<T> &
ValueMatcher
)
in Impl()
argument
74
:
ValueMatcher
(
ValueMatcher
) {}
in Impl()
78
return Input &&
ValueMatcher
.MatchAndExplain(Input.getValue(), L);
83
ValueMatcher
.DescribeTo(OS);
87
ValueMatcher
91
testing::Matcher<T>
ValueMatcher
;
global()
member in llvm::detail::ValueIsMatcher::Impl
95
InnerMatcher
ValueMatcher
;
global()
member in llvm::detail::ValueIsMatcher
102
ValueIs(const InnerMatcher &
ValueMatcher
)
ValueIs()
argument
[all...]
/third_party/node/deps/v8/src/compiler/
H
A
D
node-matchers.h
80
struct
ValueMatcher
: public NodeMatcher {
struct
83
explicit
ValueMatcher
(Node* node)
in ValueMatcher()
function
104
inline
ValueMatcher
<uint32_t, IrOpcode::kInt32Constant>::
ValueMatcher
(
in ValueMatcher()
function in v8::internal::compiler::ValueMatcher
115
inline
ValueMatcher
<int64_t, IrOpcode::kInt64Constant>::
ValueMatcher
(Node* node)
in ValueMatcher()
function in v8::internal::compiler::ValueMatcher
128
inline
ValueMatcher
<uint64_t, IrOpcode::kInt64Constant>::
ValueMatcher
(
in ValueMatcher()
function in v8::internal::compiler::ValueMatcher
143
struct IntMatcher final : public
ValueMatcher
<T, kOpcode> {
144
explicit IntMatcher(Node* node) :
ValueMatcher
<
[all...]
/third_party/googletest/googlemock/include/gmock/
H
A
D
gmock-matchers.h
3877
template <typename
ValueMatcher
>
3880
explicit OptionalMatcher(const
ValueMatcher
& value_matcher)
in OptionalMatcher()
3893
explicit Impl(const
ValueMatcher
& value_matcher)
in Impl()
3926
const
ValueMatcher
value_matcher_;
5237
template <typename
ValueMatcher
>
5238
inline internal::OptionalMatcher<
ValueMatcher
> Optional(
in Optional()
5239
const
ValueMatcher
& value_matcher) {
in Optional()
5240
return internal::OptionalMatcher<
ValueMatcher
>(value_matcher);
in Optional()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H
A
D
instruction-selector-arm64.cc
3686
ValueMatcher
<S128ImmediateParameter, IrOpcode::kI8x16Shuffle>;
Completed in 19 milliseconds