Searched refs:string_parsebuf (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dparsestream.h81 // A string_parsebuf is a parsebuf whose source is a fixed string.
83 class string_parsebuf : public parsebuf { class in inherits:parsebuf
86 string_parsebuf(char *str, int len, int delete_at_close=0);
/haiku/src/libs/stdc++/legacy/
H A Dparsestream.cc75 // string_parsebuf invariants:
80 string_parsebuf::string_parsebuf(char *buf, int len, function in class:string_parsebuf
91 int string_parsebuf::underflow()
109 char* string_parsebuf::current_line()
117 int string_parsebuf::tell_in_line()
125 int string_parsebuf::seek_in_line(int i)

Completed in 65 milliseconds