Home
last modified time | relevance | path

Searched refs:_vtable (Results 1 – 5 of 5) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Dstrfile.h50 const void *_vtable; member
/haiku/headers/cpp/
H A Dstrfile.h56 const void *_vtable; member
H A Dstreambuf.h292 const void *&_vtable() { return *(const void**)((_IO_FILE*)this + 1); } in _vtable() function
/haiku/src/libs/stdc++/legacy/
H A Dfstream.cc43 __my_fb._vtable() = builtinbuf_vtable; in __fb_init()
H A Dfilebuf.cc52 fb->_vtable() = builtinbuf_vtable; in __new()