ulid
Functions
ulid_test.cc File Reference
#include <gtest/gtest.h>
#include <thread>
#include "ulid_struct.hh"
Include dependency graph for ulid_test.cc:

Functions

 TEST (basic, 1)
 
 TEST (Create, 1)
 
 TEST (EncodeTimeNow, 1)
 
 TEST (EncodeTimeSystemClockNow, 1)
 
 TEST (EncodeEntropyRand, 1)
 
 TEST (EncodeEntropyRand, 2)
 
 TEST (EncodeEntropyMt19937, 1)
 
 TEST (EncodeNowRand, 1)
 
 TEST (CreateNowRand, 1)
 
 TEST (MarshalBinary, 1)
 
 TEST (Unmarshal, 1)
 
 TEST (UnmarshalBinary, 1)
 
 TEST (Time, 1)
 
 TEST (AlizainCompatibility, 1)
 
 TEST (LexicographicalOrder, 1)
 

Function Documentation

TEST ( basic  ,
 
)
TEST ( Create  ,
 
)
TEST ( EncodeTimeNow  ,
 
)
TEST ( EncodeTimeSystemClockNow  ,
 
)
TEST ( EncodeEntropyRand  ,
 
)
TEST ( EncodeEntropyRand  ,
 
)
TEST ( EncodeEntropyMt19937  ,
 
)
TEST ( EncodeNowRand  ,
 
)
TEST ( CreateNowRand  ,
 
)
TEST ( MarshalBinary  ,
 
)
TEST ( Unmarshal  ,
 
)
TEST ( UnmarshalBinary  ,
 
)
TEST ( Time  ,
 
)
TEST ( AlizainCompatibility  ,
 
)
TEST ( LexicographicalOrder  ,
 
)