HomeSort by relevance Sort by last modified time
    Searched refs:ValueMatcher (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/src/compiler/
node-matchers.h 40 struct ValueMatcher : public NodeMatcher {
41 explicit ValueMatcher(Node* node)
70 struct IntMatcher FINAL : public ValueMatcher<T, kOpcode> {
71 explicit IntMatcher(Node* node) : ValueMatcher<T, kOpcode>(node) {}
87 struct FloatMatcher FINAL : public ValueMatcher<T, kOpcode> {
88 explicit FloatMatcher(Node* node) : ValueMatcher<T, kOpcode>(node) {}
101 : public ValueMatcher<Unique<T>, IrOpcode::kHeapConstant> {
103 : ValueMatcher<Unique<T>, IrOpcode::kHeapConstant>(node) {}
  /external/chromium_org/chromeos/dbus/
shill_client_unittest_base.h 42 class ValueMatcher : public MatcherInterface<const base::Value&> {
44 explicit ValueMatcher(const base::Value& value);
57 return MakeMatcher(new ValueMatcher(expected_value));
shill_client_unittest_base.cc 48 ValueMatcher::ValueMatcher(const base::Value& value)
51 bool ValueMatcher::MatchAndExplain(const base::Value& value,
56 void ValueMatcher::DescribeTo(::std::ostream* os) const {
64 void ValueMatcher::DescribeNegationTo(::std::ostream* os) const {

Completed in 473 milliseconds