proxygen
|
#include <folly/io/RecordIO.h>
#include <sys/types.h>
#include <random>
#include <glog/logging.h>
#include <folly/Conv.h>
#include <folly/FBString.h>
#include <folly/Random.h>
#include <folly/experimental/TestUtil.h>
#include <folly/io/IOBufQueue.h>
#include <folly/portability/GFlags.h>
#include <folly/portability/GTest.h>
#include <folly/portability/Unistd.h>
Go to the source code of this file.
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
folly::test | |
Functions | |
DEFINE_int32 (random_seed, folly::randomNumberSeed(),"random seed") | |
folly::test::TEST (RecordIOTest, Simple) | |
folly::test::TEST (RecordIOTest, SmallRecords) | |
folly::test::TEST (RecordIOTest, MultipleFileIds) | |
folly::test::TEST (RecordIOTest, ExtraMagic) | |
folly::test::TEST (RecordIOTest, Randomized) | |
int | main (int argc, char *argv[]) |
DEFINE_int32 | ( | random_seed | , |
folly::randomNumberSeed() | , | ||
"random seed" | |||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 268 of file RecordIOTest.cpp.
References testing::InitGoogleTest(), and RUN_ALL_TESTS().