Searched refs:string_out (Results 1 – 6 of 6) sorted by relevance
152 boost::optional<string_type>& string_out) const in to_str()164 string_out = string_type(beg, end); // Instead of stream_.str(); in to_str()
341 copy_semantic_name_to_string(struct _mesa_string_buffer *string_out, const char *name) in copy_semantic_name_to_string() argument344 uint32_t retval = string_out->length; in copy_semantic_name_to_string()346 _mesa_string_buffer_append_len(string_out, name, name_len); in copy_semantic_name_to_string()
23 virtual {{config.exported.string_out}} toJSONString() const = 0;
108 {{config.exported.string_out}} toJSONString() const override;
102 {{config.exported.string_out}} {{type.id}}::toJSONString() const
758 std::ostream string_out(&storage); in WriteSolutionFile() local759 WriteSolutionFileContents(string_out, sln_path.DirName()); in WriteSolutionFile()