#include "include/Context.h"
#include "os/bluestore/Allocator.h"
+using namespace std;
+
typedef boost::mt11213b gen_type;
class AllocTest : public ::testing::TestWithParam<const char*> {
#define LARGE_BLOCK_LEN CHAIN_XATTR_MAX_BLOCK_LEN + 1024
#define FILENAME "chain_xattr"
+using namespace std;
+
TEST(chain_xattr, get_and_set) {
const char* file = FILENAME;
::unlink(file);
#include "include/unordered_map.h"
#include "store_test_fixture.h"
+using namespace std;
using namespace std::placeholders;
typedef boost::mt11213b gen_type;
#endif
#include "store_test_fixture.h"
+using namespace std;
+
static void rm_r(const string& path)
{
string cmd = string("rm -r ") + path;
#include "blk/BlockDevice.h"
+using namespace std;
+
class TempBdev {
public:
TempBdev(uint64_t size)
#include "os/bluestore/BlueFS.h"
+using namespace std;
+
std::unique_ptr<char[]> gen_buffer(uint64_t size)
{
std::unique_ptr<char[]> buffer = std::make_unique<char[]>(size);
#define _STR(x) #x
#define STRINGIFY(x) _STR(x)
+using namespace std;
+
TEST(bluestore, sizeof) {
#define P(t) cout << STRINGIFY(t) << "\t" << sizeof(t) << std::endl
P(BlueStore::Onode);
#define dout_context g_ceph_context
+using namespace std;
+
namespace {
const coll_t cid;
#include "include/utime.h"
#include <boost/tuple/tuple.hpp>
+using namespace std;
+
TEST(Transaction, MoveConstruct)
{
auto a = ObjectStore::Transaction{};
#include "global/global_init.h"
#include <gtest/gtest.h>
+using namespace std;
+
class TestWrapLFNIndex : public LFNIndex {
public:
TestWrapLFNIndex(CephContext* cct,