proxygen
|
#include <folly/FBString.h>
Go to the source code of this file.
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
Functions | |
fbstring | folly::demangle (const char *name) |
fbstring | folly::demangle (const std::type_info &type) |
size_t | folly::demangle (const char *name, char *out, size_t outSize) |
size_t | folly::demangle (const std::type_info &type, char *buf, size_t bufSize) |
size_t | folly::strlcpy (char *dest, const char *const src, size_t size) |