Searched refs:string_out (Results 1 – 5 of 5) sorted by relevance
407 copy_semantic_name_to_string(struct _mesa_string_buffer *string_out, const char *name) in copy_semantic_name_to_string() argument410 uint32_t retval = string_out->length; in copy_semantic_name_to_string()412 _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()