#include "absl/container/internal/container_memory.h"
#include <cstdint>
#include <tuple>
#include <utility>
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "absl/strings/string_view.h"
Go to the source code of this file.
Namespaces | |
namespace | absl |
namespace | absl::container_internal |
Alloc alloc_ |
Definition at line 60 of file container_memory_test.cc.
std::string* ptr_ |
Definition at line 61 of file container_memory_test.cc.