Home
last modified time | relevance | path

Searched refs:ValueMatcher (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dnode-matchers.h52 struct ValueMatcher : public NodeMatcher { struct
55 explicit ValueMatcher(Node* node) in ValueMatcher() argument
75 inline ValueMatcher<uint32_t, IrOpcode::kInt32Constant>::ValueMatcher( in ValueMatcher() function
87 inline ValueMatcher<int64_t, IrOpcode::kInt64Constant>::ValueMatcher(Node* node) in ValueMatcher() function
100 inline ValueMatcher<uint64_t, IrOpcode::kInt64Constant>::ValueMatcher( in ValueMatcher() function
115 struct IntMatcher final : public ValueMatcher<T, kOpcode> {
116 explicit IntMatcher(Node* node) : ValueMatcher<T, kOpcode>(node) {} in IntMatcher()
153 struct FloatMatcher final : public ValueMatcher<T, kOpcode> {
154 explicit FloatMatcher(Node* node) : ValueMatcher<T, kOpcode>(node) {} in FloatMatcher()
190 : public ValueMatcher<Handle<HeapObject>, IrOpcode::kHeapConstant> {
[all …]
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h3233 template <typename ValueMatcher>
3236 explicit OptionalMatcher(const ValueMatcher& value_matcher)
3249 explicit Impl(const ValueMatcher& value_matcher)
3283 const ValueMatcher value_matcher_;
4522 template <typename ValueMatcher>
4523 inline internal::OptionalMatcher<ValueMatcher> Optional(
4524 const ValueMatcher& value_matcher) {
4525 return internal::OptionalMatcher<ValueMatcher>(value_matcher);
/external/mockito/lib/
Dbyte-buddy-1.8.15.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...