#include "execution_context.pb.h"
#include <algorithm>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/wire_format_lite.h>
#include <google/protobuf/port_def.inc>
PROTOBUF_PRAGMA_INIT_SEG
_pb;
_pbi;
namespace metrics {
}
namespace metrics {
bool Process_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> Process_strings[11] = …;
static const char Process_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry Process_entries[] = …;
static const int Process_entries_by_number[] = …;
const std::string& Process_Name(
Process value) { … }
bool Process_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Process* value) { … }
bool Thread_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> Thread_strings[30] = …;
static const char Thread_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry Thread_entries[] = …;
static const int Thread_entries_by_number[] = …;
const std::string& Thread_Name(
Thread value) { … }
bool Thread_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Thread* value) { … }
bool ProcessPhase_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> ProcessPhase_strings[5] = …;
static const char ProcessPhase_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry ProcessPhase_entries[] = …;
static const int ProcessPhase_entries_by_number[] = …;
const std::string& ProcessPhase_Name(
ProcessPhase value) { … }
bool ProcessPhase_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, ProcessPhase* value) { … }
}
PROTOBUF_NAMESPACE_OPEN
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>