Searched refs:LogEvent (Results 1 – 8 of 8) sorted by relevance
24 std::unique_ptr<LogEvent> LogEvent::FromBytes( in FromBytes()26 auto event = std::unique_ptr<LogEvent>(new LogEvent()); in FromBytes()32 std::string LogEvent::GetMessage() const { in GetMessage()
24 class LogEvent : public ReadEventResponse {32 static std::unique_ptr<LogEvent> FromBytes(
124 return LogEvent::FromBytes(buffer); in FromBytes()175 return (event_type == static_cast<uint32_t>(EventType::LogEvent)); in IsLogEvent()
39 LogEvent = 0x474F4C41, enumerator
22 repeated LogEvent log_event = 3;35 message LogEvent { message
147 LogEvent* logEvent = log_request->add_log_event(); in BuildLogRequest()204 std::string ProtoToString(LogEvent* event) { in ProtoToString()
38 std::string ProtoToString(LogEvent* event);
2043 message LogEvent { message2080 repeated LogEvent events = 1;