Searched defs:Record (Results 1 – 5 of 5) sorted by relevance
99 struct Record { struct121 // constructor so we cant just do "*this = Record()" either. argument124 this->~Record(); in clear() argument137 uint16_t timestamp_ns_high = 0;138 uint32_t timestamp_ns_low = 0;140 uint32_t thread_id = 0;142 union {
42 struct Record struct62 const Record &getRecordFromIndex(size_t index) const; argument
51 Record(const char *func, const T &value, const std::ios *stream) in Record() function
824 struct Record { struct825 static constexpr uint16_t kTypeMask = 0x8000;826 static constexpr uint16_t kTypeCounter = 0x8000;827 static constexpr uint16_t kTypeEvent = 0;829 uint64_t timestamp_ns() const { in timestamp_ns()836 void set_timestamp(uint64_t ts) { in set_timestamp()848 void clear() { in clear()858 std::atomic<uint16_t> type_and_id{};862 uint16_t timestamp_ns_high = 0;863 uint32_t timestamp_ns_low = 0;[all …]
1642 struct Record { struct1643 static constexpr uint16_t kTypeMask = 0x8000;1644 static constexpr uint16_t kTypeCounter = 0x8000;1645 static constexpr uint16_t kTypeEvent = 0;1647 uint64_t timestamp_ns() const { in timestamp_ns()1654 void set_timestamp(uint64_t ts) { in set_timestamp()1666 void clear() { in clear()1676 std::atomic<uint16_t> type_and_id{};1680 uint16_t timestamp_ns_high = 0;1681 uint32_t timestamp_ns_low = 0;[all …]