proxygen
F14Table.h File Reference
#include <cstddef>
#include <cstdint>
#include <cstring>
#include <array>
#include <iterator>
#include <limits>
#include <memory>
#include <new>
#include <type_traits>
#include <utility>
#include <vector>
#include <folly/Bits.h>
#include <folly/ConstexprMath.h>
#include <folly/Likely.h>
#include <folly/Portability.h>
#include <folly/ScopeGuard.h>
#include <folly/Traits.h>
#include <folly/functional/ApplyTuple.h>
#include <folly/functional/Invoke.h>
#include <folly/lang/Align.h>
#include <folly/lang/Assume.h>
#include <folly/lang/Exception.h>
#include <folly/lang/Launder.h>
#include <folly/lang/SafeAssert.h>
#include <folly/portability/Builtins.h>
#include <folly/container/HeterogeneousAccess.h>
#include <folly/container/detail/F14Defaults.h>
#include <folly/container/detail/F14IntrinsicsAvailability.h>

Go to the source code of this file.

Classes

struct  folly::F14TableStats
 
struct  folly::f14::detail::F14LinkCheck< F14IntrinsicsMode >
 
struct  folly::f14::detail::StdIsFastHash< H >
 
struct  folly::f14::detail::StdIsFastHash< std::hash< long double > >
 
struct  folly::f14::detail::StdIsFastHash< std::hash< std::basic_string< Args... > > >
 
struct  folly::f14::detail::StdNodeReplica< K, V, H, Enable >
 
struct  folly::f14::detail::StdNodeReplica< K, V, H, std::enable_if_t< !StdIsFastHash< H >::value||!is_nothrow_invocable< H, K >::value > >
 

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 
 folly::f14
 
 folly::f14::detail
 

Macros

#define FOLLY_F14_TLS_IF_ASAN
 

Macro Definition Documentation

#define FOLLY_F14_TLS_IF_ASAN

Definition at line 54 of file F14Table.h.