|
proxygen
|
Go to the source code of this file.
Namespaces | |
| folly | |
| —— Concurrent Priority Queue Implementation —— | |
| folly::detail | |
Functions | |
| template<typename Char > | |
| constexpr size_t | folly::detail::constexpr_strlen_internal (const Char *s, size_t len) |
| template<typename Char > | |
| constexpr int | folly::detail::constexpr_strcmp_internal (const Char *s1, const Char *s2) |
| template<typename Char > | |
| constexpr size_t | folly::constexpr_strlen (const Char *s) |
| template<> | |
| constexpr size_t | folly::constexpr_strlen (const char *s) |
| template<typename Char > | |
| constexpr int | folly::constexpr_strcmp (const Char *s1, const Char *s2) |
| template<> | |
| constexpr int | folly::constexpr_strcmp (const char *s1, const char *s2) |