Home | History | Annotate | Download | only in policy

Lines Matching refs:test_value_

28         test_value_(test_value) {}
35 test_value_(other.test_value_->DeepCopy()) {}
45 test_value_.swap(other.test_value_);
50 const Value* test_value() const { return test_value_.get(); }
54 switch (test_value_->GetType()) {
57 if (!test_value_->GetAsBoolean(&v))
63 if (!test_value_->GetAsInteger(&v))
69 if (!test_value_->GetAsString(&v))
75 static_cast<const ListValue*>(test_value_.get());
125 scoped_ptr<Value> test_value_;