Lines Matching defs:out
508 // If |out_value| is non-NULL, the removed Value will be passed out via
521 // Removes a path, clearing out all dictionaries on |path| that remain empty
610 // Values will be used to pad out the list.
618 // Note that the list always owns the Value passed out via |out_value|.
646 // passed out via |out_value|. If |out_value| is NULL, the removed value will
685 // Returns true if successful, or false if the index was out of range.
747 std::ostream& operator<<(std::ostream& out, const Value& value);
749 inline std::ostream& operator<<(std::ostream& out,
751 return out << static_cast<const Value&>(value);
754 inline std::ostream& operator<<(std::ostream& out, const ListValue& value) {
755 return out << static_cast<const Value&>(value);
759 std::ostream& operator<<(std::ostream& out, const Value::Type& type);