Home
last modified time | relevance | path

Searched refs:stream_out (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/spirit/home/support/detail/
Dhold_any.hpp73 std::basic_ostream<Char>& (*stream_out)(std::basic_ostream<Char>&, void* const*); member
114 stream_out(std::basic_ostream<Char>& o, void* const* obj) in stream_out() function
159 stream_out(std::basic_ostream<Char>& o, void* const* obj) in stream_out() function
183 fxns<is_small>::template type<T, Char>::stream_out in get()
400 return obj.table->stream_out(o, &obj.object); in operator <<()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dframe_data.cc95 grpc_core::OrphanablePtr<grpc_core::ByteStream>* stream_out) { in grpc_deframe_unprocessed_incoming_frames() argument
181 GPR_ASSERT(stream_out != nullptr); in grpc_deframe_unprocessed_incoming_frames()
195 stream_out->reset(p->parsing_frame); in grpc_deframe_unprocessed_incoming_frames()
Dframe_data.h80 grpc_core::OrphanablePtr<grpc_core::ByteStream>* stream_out);
/third_party/ntfs-3g/ntfsprogs/
Dntfsclone.c206 static FILE *stream_out = (FILE*)NULL; variable
682 i = fwrite(buf, 1, count, stream_out);
2300 if (opt.save_image && stream_out && fflush(stream_out))
2625 stream_out = stdout;
2642 stream_out = fopen(opt.output,BINWMODE);
2643 if (!stream_out)
2646 fd_out = fileno(stream_out);
2703 fclose(stream_out);
2751 fclose(stream_out);
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_vs.c273 struct pipe_stream_output *stream_out, in si_llvm_streamout_store_output() argument
276 unsigned buf_idx = stream_out->output_buffer; in si_llvm_streamout_store_output()
277 unsigned start = stream_out->start_component; in si_llvm_streamout_store_output()
278 unsigned num_comps = stream_out->num_components; in si_llvm_streamout_store_output()
287 assert(stream_out->stream == shader_out->vertex_stream[start + j]); in si_llvm_streamout_store_output()
314 so_write_offsets[buf_idx], ctx->ac.i32_0, stream_out->dst_offset * 4, in si_llvm_streamout_store_output()
Dsi_shader_internal.h262 struct pipe_stream_output *stream_out,
/third_party/boost/libs/thread/doc/
Dthread_ref.qbk1251 [section:stream_out Friend `operator<<`]