Go to the source code of this file.
|
size_t | folly::gen::detail::splitPrefix (StringPiece &in, StringPiece &prefix, char delimiter) |
|
size_t | folly::gen::detail::splitPrefix (StringPiece &in, StringPiece &prefix, StringPiece delimiter) |
|
size_t | folly::gen::detail::splitPrefix (StringPiece &in, StringPiece &prefix, MixedNewlines) |
|
const char * | folly::gen::detail::ch (const unsigned char *p) |
|
template<class Callback > |
bool | folly::gen::detail::consumeFixedSizeChunks (Callback &cb, StringPiece &s, uint64_t maxLength) |
|
template<class Callback > |
bool | folly::gen::detail::consumeBufferPlus (Callback &cb, IOBuf &buf, StringPiece &s, uint64_t n) |
|
template<class Target , class = void> |
Target | folly::gen::detail::passthrough (Target target) |
|