Lines Matching defs:value
37 ContainerValue (const std::string& value_) : value(value_) {}
38 ContainerValue (const char* value_) : value(value_) {}
39 std::string value;
42 std::ostream& operator<< (std::ostream& stream, const ContainerValue& value)
44 if (value.value.find(' ') != std::string::npos)
48 for (std::string::const_iterator i = value.value.begin(); i != value.value.end(); i++)
57 stream << value.value;
229 static const char* getStatusName (bool value)
231 return value ? "OK" : "Fail";
256 << number.value
488 const ri::SampleValue& value = static_cast<const ri::SampleValue&>(item);
490 << value.value