#include "absl/container/internal/hash_policy_traits.h"
#include <functional>
#include <memory>
#include <new>
#include "gmock/gmock.h"
#include "gtest/gtest.h"
Go to the source code of this file.
std::allocator<int> alloc |
MockFunction<int(int)> apply |
std::function<int(int)> apply_impl |
|
static |
MockFunction<void(void*, Slot*, Slot)> construct |
|
static |
MockFunction<void(void*, Slot*)> destroy |
|
static |
MockFunction<Slot&(Slot*)> element |
|
static |
MockFunction<void(void*, Slot*, Slot*)> transfer |
|
static |
MockFunction<Slot&(Slot*)> value |
|
static |