Home
last modified time | relevance | path

Searched refs:strb_02 (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dstringbuf_members.cc110 strmof_2 = strb_02.in_avail(); in test04()
120 int_type c2 = strb_02.sbumpc(); in test04()
135 int_type c7 = strb_02.sgetc(); in test04()
139 int_type c9 = strb_02.sgetc(); in test04()
148 c7 = strb_02.snextc(); in test04()
162 strmsz_2 = strb_02.in_avail(); in test04()
173 c2 = strb_02.sgetc(); in test04()
180 strmsz_1 = strb_02.in_avail(); in test04()
218 str_tmp = strb_02.str(); in test04()
327 strb_02.pubsync(); in test04()
[all …]
H A Dios_ctor.cc42 std::stringbuf strb_02(str_01, std::ios_base::in); in test01() local
52 std::ios ios_02(&strb_02); in test01()