MCPcopy Create free account
hub / github.com/bytedance/dplm / rbuffer

Method rbuffer

analysis/TMscore.cpp:2210–2214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2208 /** @return a pointer to the start of the active input buffer area. */
2209 template <typename C, typename T>
2210 inline typename basic_pstreambuf<C,T>::char_type*
2211 basic_pstreambuf<C,T>::rbuffer()
2212 {
2213 return rbuffer_[rsrc_];
2214 }
2215
2216
2217 /*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected