Home
last modified time | relevance | path

Searched refs:stringbuf (Results 1 – 9 of 9) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dx-rst.c390 static struct mixed_string_buffer stringbuf; variable
405 mixed_string_buffer_init (&stringbuf, lc_string, in parse_string()
411 stringbuf.line_number = line_number; in parse_string()
437 mixed_string_buffer_append_unicode (&stringbuf, n); in parse_string()
465 mixed_string_buffer_append_char (&stringbuf, c); in parse_string()
469 mixed_string_buffer_append_char (&stringbuf, c); in parse_string()
507 mixed_string_buffer_result (&stringbuf)); in extract_rsj()
555 mixed_string_buffer_result (&stringbuf)); in extract_rsj()
578 mixed_string_buffer_result (&stringbuf)); in extract_rsj()
616 mixed_string_buffer_result (&stringbuf)); in extract_rsj()
/third_party/boost/boost/typeof/std/
Dsstream.hpp27 BOOST_TYPEOF_REGISTER_TYPE(std::stringbuf)
/third_party/boost/libs/io/test/
Dios_state_unit_test.cpp210 std::stringbuf sb; in ios_rdbuf_saver_unit_test()
218 std::stringbuf sb1, sb2("Hi there"); in ios_rdbuf_saver_unit_test()
355 std::stringbuf sb; in ios_all_saver_unit_test()
/third_party/boost/libs/math/reporting/accuracy/
Dhandle_test_result.hpp450 std::stringbuf* pbuf = dynamic_cast<std::stringbuf*>(std::cerr.rdbuf()); in handle_test_result()
/third_party/boost/libs/iostreams/test/
Dbool_trait_test.cpp88 BOOST_CHECK_BOOL_TRAIT(trait, std::stringbuf, stringbuf_); \
/third_party/mesa3d/src/compiler/glsl/
Dtest_optpass.cpp51 stringbuf sb; in read_stdin_to_eof()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dprogram.cpp152 std::stringbuf bin( std::string{ (char*)p, l } ); in clCreateProgramWithBinary()
517 std::stringbuf bin; in clGetProgramInfo()
/third_party/boost/boost/lexical_cast/detail/
Dconverter_lexical_streams.hpp122 typedef basic_unlockedbuf<std::stringbuf, char> stringbuffer_t;
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc153 std::stringbuf str_buf(str, std::ios_base::in); in CheckOutput()