Home
last modified time | relevance | path

Searched refs:istream (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/third_party/libsoup/libsoup/
Dsoup-cache-input-stream.c50 static void soup_cache_input_stream_write_next_buffer (SoupCacheInputStream *istream);
53 notify_and_clear (SoupCacheInputStream *istream, GError *error) in notify_and_clear() argument
55 SoupCacheInputStreamPrivate *priv = istream->priv; in notify_and_clear()
57 g_signal_emit (istream, signals[CACHING_FINISHED], 0, priv->bytes_written, error); in notify_and_clear()
65 try_write_next_buffer (SoupCacheInputStream *istream) in try_write_next_buffer() argument
67 SoupCacheInputStreamPrivate *priv = istream->priv; in try_write_next_buffer()
70 soup_cache_input_stream_write_next_buffer (istream); in try_write_next_buffer()
72 notify_and_clear (istream, NULL); in try_write_next_buffer()
73 else if (g_input_stream_is_closed (G_INPUT_STREAM (istream))) { in try_write_next_buffer()
77 notify_and_clear (istream, error); in try_write_next_buffer()
[all …]
Dsoup-content-decoder.c136 GInputStream *istream; in soup_content_decoder_content_processor_wrap_input() local
142 istream = g_object_ref (base_stream); in soup_content_decoder_content_processor_wrap_input()
150 "base-stream", istream, in soup_content_decoder_content_processor_wrap_input()
153 g_object_unref (istream); in soup_content_decoder_content_processor_wrap_input()
155 istream = filter; in soup_content_decoder_content_processor_wrap_input()
160 return istream; in soup_content_decoder_content_processor_wrap_input()
/third_party/boost/libs/type_traits/test/
Dhas_right_shift_test.cpp224 …BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME< std::istream, bool&, std::istream& >:… in specific()
225 …BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME< std::istream, short&, std::istream& >… in specific()
226 …CK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME< std::istream, unsigned short&, std::istream& >… in specific()
227 …BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME< std::istream, int&, std::istream& >::… in specific()
228 …ECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME< std::istream, unsigned int&, std::istream& >:… in specific()
229 …BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME< std::istream, long&, std::istream& >:… in specific()
230 …ECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME< std::istream, unsigned long&, std::istream& >… in specific()
231 …BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME< std::istream, float&, std::istream& >… in specific()
232 …BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME< std::istream, double&, std::istream& … in specific()
233 …BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME< std::istream, void*&, std::istream& >… in specific()
[all …]
/third_party/boost/boost/archive/
Dbinary_iarchive.hpp37 std::istream::char_type,
38 std::istream::traits_type
41 binary_iarchive(std::istream & is, unsigned int flags = 0) : in binary_iarchive()
43 binary_iarchive, std::istream::char_type, std::istream::traits_type in binary_iarchive()
50 binary_iarchive, std::istream::char_type, std::istream::traits_type in binary_iarchive()
Dxml_iarchive.hpp48 public basic_text_iprimitive<std::istream>,
62 std::istream & get_is(){ in get_is()
67 basic_text_iprimitive<std::istream>::load(t); in load()
102 xml_iarchive_impl(std::istream & is, unsigned int flags);
126 xml_iarchive(std::istream & is, unsigned int flags = 0) : in xml_iarchive()
Dtext_iarchive.hpp44 public basic_text_iprimitive<std::istream>,
56 basic_text_iprimitive<std::istream>::load(t); in load()
89 text_iarchive_impl(std::istream & is, unsigned int flags);
115 text_iarchive(std::istream & is_, unsigned int flags = 0) : in text_iarchive()
/third_party/boost/boost/outcome/
Diostream_support.hpp68 template <class T> inline std::istream &operator>>(std::istream &s, value_storage_trivial<T> &v) in operator >>()
82 inline std::istream &operator>>(std::istream &s, value_storage_trivial<devoid<void>> &v) in operator >>()
91 …template <class T> inline std::istream &operator>>(std::istream &s, value_storage_nontrivial<T> &v) in operator >>()
115 …ME_TEXPR(detail::lvalueref<std::istream>() >> detail::lvalueref<R>()), BOOST_OUTCOME_TEXPR(detail:… in BOOST_OUTCOME_TEMPLATE()
116 inline std::istream &operator>>(std::istream &s, basic_result<R, S, P> &v) in BOOST_OUTCOME_TEMPLATE()
208istream>() >> detail::lvalueref<R>()), BOOST_OUTCOME_TEXPR(detail::lvalueref<std::istream>() >> de… in BOOST_OUTCOME_TEMPLATE()
209 inline std::istream &operator>>(std::istream &s, outcome<R, S, P, N> &v) in BOOST_OUTCOME_TEMPLATE()
/third_party/boost/boost/spirit/home/classic/phoenix/
Dspecial_ops.hpp74 struct binary_operator<shift_r_op, PHOENIX_STD::istream, T1>
76 typedef PHOENIX_STD::istream& result_type;
77 static result_type eval(PHOENIX_STD::istream& out, T1& rhs) in eval()
84 <shift_r_op, variable<PHOENIX_STD::istream>, BaseT>::type
85 operator>>(PHOENIX_STD::istream& _0, actor<BaseT> const& _1) in operator >>()
88 <shift_r_op, variable<PHOENIX_STD::istream>, BaseT> in operator >>()
126 typedef PHOENIX_STD::istream& result_type;
127 static result_type eval(PHOENIX_STD::istream& out, T1& rhs) in eval()
169 typedef PHOENIX_STD::istream& (*imanip_t)(PHOENIX_STD::istream&);
/third_party/boost/libs/outcome/doc/src/content/reference/functions/iostream/
Dresult_operator_in.md2 title = "`std::istream &operator>>(std::istream &, basic_result<T, E, NoValuePolicy> &)`"
3 description = "Deserialises a `basic_result` from a `std::istream`."
6 Deserialises a `basic_result` from a `std::istream`.
16 *Requires*: That `operator>>` is a valid expression for `std::istream` and `T` and `E`.
Doutcome_operator_in.md2 title = "`std::istream &operator>>(std::istream &, basic_outcome<T, EC, EP, NoValuePolicy> &)`"
3 description = "Deserialises a `basic_outcome` from a `std::istream`."
6 Deserialises a `basic_outcome` from a `std::istream`.
16 *Requires*: That `operator>>` is a valid expression for `std::istream` and `T`, `EC` and `EP`.
/third_party/boost/libs/serialization/src/
Dbinary_iarchive.cpp29 std::istream::char_type,
30 std::istream::traits_type
35 std::istream::char_type,
36 std::istream::traits_type
/third_party/glib/gio/tests/
Dio-stream.c68 GInputStream *istream; in test_copy_chunks() local
75 istream = g_memory_input_stream_new_from_data (data.data1, -1, NULL); in test_copy_chunks()
77 data.iostream1 = g_simple_io_stream_new (istream, ostream); in test_copy_chunks()
78 g_object_unref (istream); in test_copy_chunks()
81 istream = g_memory_input_stream_new_from_data (data.data2, -1, NULL); in test_copy_chunks()
83 data.iostream2 = g_simple_io_stream_new (istream, ostream); in test_copy_chunks()
84 g_object_unref (istream); in test_copy_chunks()
Dasync-splice-output-stream.c43 GInputStream *istream; member
89 g_assert (g_input_stream_is_closed (data->istream)); in test_copy_chunks_splice_cb()
137 data.istream = G_INPUT_STREAM (g_file_read (file, NULL, &error)); in test_copy_chunks_start()
143 data.istream = g_memory_input_stream_new_from_data (data.data, -1, NULL); in test_copy_chunks_start()
166 g_output_stream_splice_async (data.ostream, data.istream, in test_copy_chunks_start()
175 g_object_unref (data.istream); in test_copy_chunks_start()
/third_party/boost/boost/fusion/sequence/io/
Din.hpp20 inline std::istream&
21 in(std::istream& is, Sequence& seq) in in()
33 , std::istream&
35 operator>>(std::istream& is, Sequence& seq) in operator >>()
/third_party/boost/libs/serialization/example/
Dportable_binary_iarchive.hpp71 std::istream::char_type,
72 std::istream::traits_type
80 std::istream::char_type,
81 std::istream::traits_type
163 portable_binary_iarchive(std::istream & is, unsigned flags = 0) : in portable_binary_iarchive()
176 std::istream::char_type, in portable_binary_iarchive()
177 std::istream::traits_type in portable_binary_iarchive()
Ddemo_fast_archive.cpp103 std::istream::char_type,
104 std::istream::traits_type
110 std::istream::char_type,
111 std::istream::traits_type
152 fast_binary_iarchive(std::istream & is, unsigned int flags = 0) : in fast_binary_iarchive()
/third_party/openssl/crypto/comp/
Dc_zlib.c119 z_stream istream; member
131 state->istream.zalloc = zlib_zalloc; in zlib_stateful_init()
132 state->istream.zfree = zlib_zfree; in zlib_stateful_init()
133 state->istream.opaque = Z_NULL; in zlib_stateful_init()
134 state->istream.next_in = Z_NULL; in zlib_stateful_init()
135 state->istream.next_out = Z_NULL; in zlib_stateful_init()
136 err = inflateInit_(&state->istream, ZLIB_VERSION, sizeof(z_stream)); in zlib_stateful_init()
160 inflateEnd(&state->istream); in zlib_stateful_finish()
196 state->istream.next_in = in; in zlib_stateful_expand_block()
197 state->istream.avail_in = ilen; in zlib_stateful_expand_block()
[all …]
/third_party/boost/boost/graph/
Dadjacency_list_io.hpp42 std::istream& operator>>(std::istream& in, property< Tag, Value, Next >& p) in operator >>()
49 std::istream& operator>>( in operator >>()
50 std::istream& in, property< Tag, Value, no_property >& p) in operator >>()
56 inline std::istream& operator>>(std::istream& in, no_property&) { return in; } in operator >>()
120 GraphParser& operator()(std::istream& in) in operator ()()
192 void skip(std::istream& in) in skip()
350 std::istream& operator>>( in operator >>()
351 std::istream& in, GraphParser< Graph, VP, EP, VPS, EPS > gp) in operator >>()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dbinary.cpp44 _proc(std::istream &is, T &x) { in _proc()
50 _proc(std::istream &is) { in _proc()
73 proc(std::istream &is, T &x) { in proc()
97 proc(std::istream &is, std::vector<T> &v) { in proc()
125 proc(std::istream &is, std::vector<T> &v) { in proc()
147 proc(std::istream &is, std::string &s) { in proc()
233 binary::deserialize(std::istream &is) { in deserialize()
/third_party/boost/boost/convert/
Dstream.hpp178 istream_type& istream = stream_; in str_to() local
179 buffer_type* oldbuf = istream.rdbuf(); in str_to()
184 istream.rdbuf(&newbuf); in str_to()
185 istream.clear(); // Clear the flags in str_to()
187 istream >> *(result_out = boost::make_default<out_type>()); in str_to()
189 if (istream.fail() || newbuf.gptr() != newbuf.egptr()/*C03*/) in str_to()
192 istream.rdbuf(oldbuf); in str_to()
/third_party/boost/libs/flyweight/test/
Dheavy_objects.hpp45 friend std::istream& operator>>(std::istream& is,texture& x) in operator >>()
80 friend std::istream& operator>>(std::istream& is,factorization& x) in operator >>()
/third_party/boost/tools/auto_index/src/
Dtiny_xml.cpp14 inline void eat_whitespace( char & c, std::istream & in ) in eat_whitespace()
20 void eat_comment( char & c, std::istream & in ) in eat_comment()
42 std::string get_name( char & c, std::istream & in ) in get_name()
57 void eat_delim( char & c, std::istream & in, in eat_delim()
67 std::string get_value( char & c, std::istream & in ) in get_value()
88 element_ptr parse( std::istream & in, const std::string & msg ) in parse()
/third_party/boost/libs/convert/doc/
Duser_types.qbk13 std::istream& operator>>(std::istream&, Type&); // For input
27 std::istream& operator>>(std::istream&, Type&); // For input
51 std::istream& operator>>(std::istream&, change&);
/third_party/boost/libs/hana/example/misc/
Dfrom_json.cpp42 T> from_json(std::istream& in) { in from_json()
50 T> from_json(std::istream& in) { in from_json()
65 T> from_json(std::istream& in) { in from_json()
84 Xs> from_json(std::istream& in) { in from_json()
/third_party/gettext/gettext-tools/src/gnu/gettext/
DGetURL.java62 InputStream istream = new BufferedInputStream(connection.getInputStream()); in fetch() local
65 int b = istream.read(); in fetch()
71 istream.close(); in fetch()

12345678910>>...14