Home
last modified time | relevance | path

Searched refs:string_out (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/convert/
Dstream.hpp152 boost::optional<string_type>& string_out) const in to_str()
164 string_out = string_type(beg, end); // Instead of stream_.str(); in to_str()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_signature.c341 copy_semantic_name_to_string(struct _mesa_string_buffer *string_out, const char *name) in copy_semantic_name_to_string() argument
344 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()
/third_party/node/tools/inspector_protocol/templates/
DExported_h.template23 virtual {{config.exported.string_out}} toJSONString() const = 0;
DTypeBuilder_h.template108 {{config.exported.string_out}} toJSONString() const override;
DTypeBuilder_cpp.template102 {{config.exported.string_out}} {{type.id}}::toJSONString() const
/third_party/gn/src/gn/
Dvisual_studio_writer.cc758 std::ostream string_out(&storage); in WriteSolutionFile() local
759 WriteSolutionFileContents(string_out, sln_path.DirName()); in WriteSolutionFile()