class Uuid

Defined at line 30 of file ../../third_party/perfetto/include/perfetto/ext/base/uuid.h

Public Methods

void Uuid (const std::string & s)
void Uuid (int64_t lsb, int64_t msb)
void Uuid ()
std::string ToString ()
std::string ToPrettyString ()
std::array<uint8_t, 16> * data ()

Defined at line 36 of file ../../third_party/perfetto/include/perfetto/ext/base/uuid.h

const std::array<uint8_t, 16> * data ()

Defined at line 37 of file ../../third_party/perfetto/include/perfetto/ext/base/uuid.h

bool operator== (const Uuid & other)

Defined at line 39 of file ../../third_party/perfetto/include/perfetto/ext/base/uuid.h

bool operator!= (const Uuid & other)

Defined at line 41 of file ../../third_party/perfetto/include/perfetto/ext/base/uuid.h

bool operator bool ()

Defined at line 43 of file ../../third_party/perfetto/include/perfetto/ext/base/uuid.h

int64_t msb ()

Defined at line 45 of file ../../third_party/perfetto/include/perfetto/ext/base/uuid.h

int64_t lsb ()

Defined at line 51 of file ../../third_party/perfetto/include/perfetto/ext/base/uuid.h

void set_lsb_msb (int64_t lsb, int64_t msb)

Defined at line 57 of file ../../third_party/perfetto/include/perfetto/ext/base/uuid.h

void set_msb (int64_t msb)

Defined at line 61 of file ../../third_party/perfetto/include/perfetto/ext/base/uuid.h

void set_lsb (int64_t lsb)

Defined at line 62 of file ../../third_party/perfetto/include/perfetto/ext/base/uuid.h