chromium/out/Default/gen/third_party/perfetto/protos/perfetto/trace/interned_data/interned_data.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: protos/perfetto/trace/interned_data/interned_data.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2finterned_5fdata_2finterned_5fdata_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2finterned_5fdata_2finterned_5fdata_2eproto

#include <limits>
#include <string>

#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3021000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers. Please update
#error your headers.
#endif
#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif

#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/repeated_field.h>  // IWYU pragma: export
#include <google/protobuf/extension_set.h>  // IWYU pragma: export
#include "protos/perfetto/trace/android/network_trace.pb.h"
#include "protos/perfetto/trace/chrome/v8.pb.h"
#include "protos/perfetto/trace/gpu/gpu_render_stage_event.pb.h"
#include "protos/perfetto/trace/track_event/chrome_histogram_sample.pb.h"
#include "protos/perfetto/trace/track_event/debug_annotation.pb.h"
#include "protos/perfetto/trace/track_event/log_message.pb.h"
#include "protos/perfetto/trace/track_event/track_event.pb.h"
#include "protos/perfetto/trace/track_event/source_location.pb.h"
#include "protos/perfetto/trace/profiling/profile_common.pb.h"
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_protos_2fperfetto_2ftrace_2finterned_5fdata_2finterned_5fdata_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_protos_2fperfetto_2ftrace_2finterned_5fdata_2finterned_5fdata_2eproto {};
namespace perfetto {
namespace protos {
class InternedData;
struct InternedDataDefaultTypeInternal;
extern InternedDataDefaultTypeInternal _InternedData_default_instance_;
}  // namespace protos
}  // namespace perfetto
PROTOBUF_NAMESPACE_OPEN
template<> ::perfetto::protos::InternedData* Arena::CreateMaybeMessage<::perfetto::protos::InternedData>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace perfetto {
namespace protos {

// ===================================================================

class InternedData final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:perfetto.protos.InternedData) */ {};
// ===================================================================


// ===================================================================

#ifdef __GNUC__
  #pragma GCC diagnostic push
  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif  // __GNUC__
// InternedData

// repeated .perfetto.protos.EventCategory event_categories = 1;
inline int InternedData::_internal_event_categories_size() const {}
inline int InternedData::event_categories_size() const {}
inline ::perfetto::protos::EventCategory* InternedData::mutable_event_categories(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::EventCategory >*
InternedData::mutable_event_categories() {}
inline const ::perfetto::protos::EventCategory& InternedData::_internal_event_categories(int index) const {}
inline const ::perfetto::protos::EventCategory& InternedData::event_categories(int index) const {}
inline ::perfetto::protos::EventCategory* InternedData::_internal_add_event_categories() {}
inline ::perfetto::protos::EventCategory* InternedData::add_event_categories() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::EventCategory >&
InternedData::event_categories() const {}

// repeated .perfetto.protos.EventName event_names = 2;
inline int InternedData::_internal_event_names_size() const {}
inline int InternedData::event_names_size() const {}
inline ::perfetto::protos::EventName* InternedData::mutable_event_names(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::EventName >*
InternedData::mutable_event_names() {}
inline const ::perfetto::protos::EventName& InternedData::_internal_event_names(int index) const {}
inline const ::perfetto::protos::EventName& InternedData::event_names(int index) const {}
inline ::perfetto::protos::EventName* InternedData::_internal_add_event_names() {}
inline ::perfetto::protos::EventName* InternedData::add_event_names() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::EventName >&
InternedData::event_names() const {}

// repeated .perfetto.protos.DebugAnnotationName debug_annotation_names = 3;
inline int InternedData::_internal_debug_annotation_names_size() const {}
inline int InternedData::debug_annotation_names_size() const {}
inline ::perfetto::protos::DebugAnnotationName* InternedData::mutable_debug_annotation_names(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::DebugAnnotationName >*
InternedData::mutable_debug_annotation_names() {}
inline const ::perfetto::protos::DebugAnnotationName& InternedData::_internal_debug_annotation_names(int index) const {}
inline const ::perfetto::protos::DebugAnnotationName& InternedData::debug_annotation_names(int index) const {}
inline ::perfetto::protos::DebugAnnotationName* InternedData::_internal_add_debug_annotation_names() {}
inline ::perfetto::protos::DebugAnnotationName* InternedData::add_debug_annotation_names() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::DebugAnnotationName >&
InternedData::debug_annotation_names() const {}

// repeated .perfetto.protos.DebugAnnotationValueTypeName debug_annotation_value_type_names = 27;
inline int InternedData::_internal_debug_annotation_value_type_names_size() const {}
inline int InternedData::debug_annotation_value_type_names_size() const {}
inline ::perfetto::protos::DebugAnnotationValueTypeName* InternedData::mutable_debug_annotation_value_type_names(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::DebugAnnotationValueTypeName >*
InternedData::mutable_debug_annotation_value_type_names() {}
inline const ::perfetto::protos::DebugAnnotationValueTypeName& InternedData::_internal_debug_annotation_value_type_names(int index) const {}
inline const ::perfetto::protos::DebugAnnotationValueTypeName& InternedData::debug_annotation_value_type_names(int index) const {}
inline ::perfetto::protos::DebugAnnotationValueTypeName* InternedData::_internal_add_debug_annotation_value_type_names() {}
inline ::perfetto::protos::DebugAnnotationValueTypeName* InternedData::add_debug_annotation_value_type_names() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::DebugAnnotationValueTypeName >&
InternedData::debug_annotation_value_type_names() const {}

// repeated .perfetto.protos.SourceLocation source_locations = 4;
inline int InternedData::_internal_source_locations_size() const {}
inline int InternedData::source_locations_size() const {}
inline ::perfetto::protos::SourceLocation* InternedData::mutable_source_locations(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::SourceLocation >*
InternedData::mutable_source_locations() {}
inline const ::perfetto::protos::SourceLocation& InternedData::_internal_source_locations(int index) const {}
inline const ::perfetto::protos::SourceLocation& InternedData::source_locations(int index) const {}
inline ::perfetto::protos::SourceLocation* InternedData::_internal_add_source_locations() {}
inline ::perfetto::protos::SourceLocation* InternedData::add_source_locations() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::SourceLocation >&
InternedData::source_locations() const {}

// repeated .perfetto.protos.UnsymbolizedSourceLocation unsymbolized_source_locations = 28;
inline int InternedData::_internal_unsymbolized_source_locations_size() const {}
inline int InternedData::unsymbolized_source_locations_size() const {}
inline ::perfetto::protos::UnsymbolizedSourceLocation* InternedData::mutable_unsymbolized_source_locations(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::UnsymbolizedSourceLocation >*
InternedData::mutable_unsymbolized_source_locations() {}
inline const ::perfetto::protos::UnsymbolizedSourceLocation& InternedData::_internal_unsymbolized_source_locations(int index) const {}
inline const ::perfetto::protos::UnsymbolizedSourceLocation& InternedData::unsymbolized_source_locations(int index) const {}
inline ::perfetto::protos::UnsymbolizedSourceLocation* InternedData::_internal_add_unsymbolized_source_locations() {}
inline ::perfetto::protos::UnsymbolizedSourceLocation* InternedData::add_unsymbolized_source_locations() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::UnsymbolizedSourceLocation >&
InternedData::unsymbolized_source_locations() const {}

// repeated .perfetto.protos.LogMessageBody log_message_body = 20;
inline int InternedData::_internal_log_message_body_size() const {}
inline int InternedData::log_message_body_size() const {}
inline ::perfetto::protos::LogMessageBody* InternedData::mutable_log_message_body(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::LogMessageBody >*
InternedData::mutable_log_message_body() {}
inline const ::perfetto::protos::LogMessageBody& InternedData::_internal_log_message_body(int index) const {}
inline const ::perfetto::protos::LogMessageBody& InternedData::log_message_body(int index) const {}
inline ::perfetto::protos::LogMessageBody* InternedData::_internal_add_log_message_body() {}
inline ::perfetto::protos::LogMessageBody* InternedData::add_log_message_body() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::LogMessageBody >&
InternedData::log_message_body() const {}

// repeated .perfetto.protos.HistogramName histogram_names = 25;
inline int InternedData::_internal_histogram_names_size() const {}
inline int InternedData::histogram_names_size() const {}
inline ::perfetto::protos::HistogramName* InternedData::mutable_histogram_names(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::HistogramName >*
InternedData::mutable_histogram_names() {}
inline const ::perfetto::protos::HistogramName& InternedData::_internal_histogram_names(int index) const {}
inline const ::perfetto::protos::HistogramName& InternedData::histogram_names(int index) const {}
inline ::perfetto::protos::HistogramName* InternedData::_internal_add_histogram_names() {}
inline ::perfetto::protos::HistogramName* InternedData::add_histogram_names() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::HistogramName >&
InternedData::histogram_names() const {}

// repeated .perfetto.protos.InternedString build_ids = 16;
inline int InternedData::_internal_build_ids_size() const {}
inline int InternedData::build_ids_size() const {}
inline ::perfetto::protos::InternedString* InternedData::mutable_build_ids(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >*
InternedData::mutable_build_ids() {}
inline const ::perfetto::protos::InternedString& InternedData::_internal_build_ids(int index) const {}
inline const ::perfetto::protos::InternedString& InternedData::build_ids(int index) const {}
inline ::perfetto::protos::InternedString* InternedData::_internal_add_build_ids() {}
inline ::perfetto::protos::InternedString* InternedData::add_build_ids() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >&
InternedData::build_ids() const {}

// repeated .perfetto.protos.InternedString mapping_paths = 17;
inline int InternedData::_internal_mapping_paths_size() const {}
inline int InternedData::mapping_paths_size() const {}
inline ::perfetto::protos::InternedString* InternedData::mutable_mapping_paths(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >*
InternedData::mutable_mapping_paths() {}
inline const ::perfetto::protos::InternedString& InternedData::_internal_mapping_paths(int index) const {}
inline const ::perfetto::protos::InternedString& InternedData::mapping_paths(int index) const {}
inline ::perfetto::protos::InternedString* InternedData::_internal_add_mapping_paths() {}
inline ::perfetto::protos::InternedString* InternedData::add_mapping_paths() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >&
InternedData::mapping_paths() const {}

// repeated .perfetto.protos.InternedString source_paths = 18;
inline int InternedData::_internal_source_paths_size() const {}
inline int InternedData::source_paths_size() const {}
inline ::perfetto::protos::InternedString* InternedData::mutable_source_paths(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >*
InternedData::mutable_source_paths() {}
inline const ::perfetto::protos::InternedString& InternedData::_internal_source_paths(int index) const {}
inline const ::perfetto::protos::InternedString& InternedData::source_paths(int index) const {}
inline ::perfetto::protos::InternedString* InternedData::_internal_add_source_paths() {}
inline ::perfetto::protos::InternedString* InternedData::add_source_paths() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >&
InternedData::source_paths() const {}

// repeated .perfetto.protos.InternedString function_names = 5;
inline int InternedData::_internal_function_names_size() const {}
inline int InternedData::function_names_size() const {}
inline ::perfetto::protos::InternedString* InternedData::mutable_function_names(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >*
InternedData::mutable_function_names() {}
inline const ::perfetto::protos::InternedString& InternedData::_internal_function_names(int index) const {}
inline const ::perfetto::protos::InternedString& InternedData::function_names(int index) const {}
inline ::perfetto::protos::InternedString* InternedData::_internal_add_function_names() {}
inline ::perfetto::protos::InternedString* InternedData::add_function_names() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >&
InternedData::function_names() const {}

// repeated .perfetto.protos.ProfiledFrameSymbols profiled_frame_symbols = 21;
inline int InternedData::_internal_profiled_frame_symbols_size() const {}
inline int InternedData::profiled_frame_symbols_size() const {}
inline ::perfetto::protos::ProfiledFrameSymbols* InternedData::mutable_profiled_frame_symbols(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::ProfiledFrameSymbols >*
InternedData::mutable_profiled_frame_symbols() {}
inline const ::perfetto::protos::ProfiledFrameSymbols& InternedData::_internal_profiled_frame_symbols(int index) const {}
inline const ::perfetto::protos::ProfiledFrameSymbols& InternedData::profiled_frame_symbols(int index) const {}
inline ::perfetto::protos::ProfiledFrameSymbols* InternedData::_internal_add_profiled_frame_symbols() {}
inline ::perfetto::protos::ProfiledFrameSymbols* InternedData::add_profiled_frame_symbols() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::ProfiledFrameSymbols >&
InternedData::profiled_frame_symbols() const {}

// repeated .perfetto.protos.Mapping mappings = 19;
inline int InternedData::_internal_mappings_size() const {}
inline int InternedData::mappings_size() const {}
inline ::perfetto::protos::Mapping* InternedData::mutable_mappings(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::Mapping >*
InternedData::mutable_mappings() {}
inline const ::perfetto::protos::Mapping& InternedData::_internal_mappings(int index) const {}
inline const ::perfetto::protos::Mapping& InternedData::mappings(int index) const {}
inline ::perfetto::protos::Mapping* InternedData::_internal_add_mappings() {}
inline ::perfetto::protos::Mapping* InternedData::add_mappings() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::Mapping >&
InternedData::mappings() const {}

// repeated .perfetto.protos.Frame frames = 6;
inline int InternedData::_internal_frames_size() const {}
inline int InternedData::frames_size() const {}
inline ::perfetto::protos::Frame* InternedData::mutable_frames(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::Frame >*
InternedData::mutable_frames() {}
inline const ::perfetto::protos::Frame& InternedData::_internal_frames(int index) const {}
inline const ::perfetto::protos::Frame& InternedData::frames(int index) const {}
inline ::perfetto::protos::Frame* InternedData::_internal_add_frames() {}
inline ::perfetto::protos::Frame* InternedData::add_frames() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::Frame >&
InternedData::frames() const {}

// repeated .perfetto.protos.Callstack callstacks = 7;
inline int InternedData::_internal_callstacks_size() const {}
inline int InternedData::callstacks_size() const {}
inline ::perfetto::protos::Callstack* InternedData::mutable_callstacks(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::Callstack >*
InternedData::mutable_callstacks() {}
inline const ::perfetto::protos::Callstack& InternedData::_internal_callstacks(int index) const {}
inline const ::perfetto::protos::Callstack& InternedData::callstacks(int index) const {}
inline ::perfetto::protos::Callstack* InternedData::_internal_add_callstacks() {}
inline ::perfetto::protos::Callstack* InternedData::add_callstacks() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::Callstack >&
InternedData::callstacks() const {}

// repeated .perfetto.protos.InternedString vulkan_memory_keys = 22;
inline int InternedData::_internal_vulkan_memory_keys_size() const {}
inline int InternedData::vulkan_memory_keys_size() const {}
inline ::perfetto::protos::InternedString* InternedData::mutable_vulkan_memory_keys(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >*
InternedData::mutable_vulkan_memory_keys() {}
inline const ::perfetto::protos::InternedString& InternedData::_internal_vulkan_memory_keys(int index) const {}
inline const ::perfetto::protos::InternedString& InternedData::vulkan_memory_keys(int index) const {}
inline ::perfetto::protos::InternedString* InternedData::_internal_add_vulkan_memory_keys() {}
inline ::perfetto::protos::InternedString* InternedData::add_vulkan_memory_keys() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >&
InternedData::vulkan_memory_keys() const {}

// repeated .perfetto.protos.InternedGraphicsContext graphics_contexts = 23;
inline int InternedData::_internal_graphics_contexts_size() const {}
inline int InternedData::graphics_contexts_size() const {}
inline ::perfetto::protos::InternedGraphicsContext* InternedData::mutable_graphics_contexts(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedGraphicsContext >*
InternedData::mutable_graphics_contexts() {}
inline const ::perfetto::protos::InternedGraphicsContext& InternedData::_internal_graphics_contexts(int index) const {}
inline const ::perfetto::protos::InternedGraphicsContext& InternedData::graphics_contexts(int index) const {}
inline ::perfetto::protos::InternedGraphicsContext* InternedData::_internal_add_graphics_contexts() {}
inline ::perfetto::protos::InternedGraphicsContext* InternedData::add_graphics_contexts() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedGraphicsContext >&
InternedData::graphics_contexts() const {}

// repeated .perfetto.protos.InternedGpuRenderStageSpecification gpu_specifications = 24;
inline int InternedData::_internal_gpu_specifications_size() const {}
inline int InternedData::gpu_specifications_size() const {}
inline ::perfetto::protos::InternedGpuRenderStageSpecification* InternedData::mutable_gpu_specifications(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedGpuRenderStageSpecification >*
InternedData::mutable_gpu_specifications() {}
inline const ::perfetto::protos::InternedGpuRenderStageSpecification& InternedData::_internal_gpu_specifications(int index) const {}
inline const ::perfetto::protos::InternedGpuRenderStageSpecification& InternedData::gpu_specifications(int index) const {}
inline ::perfetto::protos::InternedGpuRenderStageSpecification* InternedData::_internal_add_gpu_specifications() {}
inline ::perfetto::protos::InternedGpuRenderStageSpecification* InternedData::add_gpu_specifications() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedGpuRenderStageSpecification >&
InternedData::gpu_specifications() const {}

// repeated .perfetto.protos.InternedString kernel_symbols = 26;
inline int InternedData::_internal_kernel_symbols_size() const {}
inline int InternedData::kernel_symbols_size() const {}
inline ::perfetto::protos::InternedString* InternedData::mutable_kernel_symbols(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >*
InternedData::mutable_kernel_symbols() {}
inline const ::perfetto::protos::InternedString& InternedData::_internal_kernel_symbols(int index) const {}
inline const ::perfetto::protos::InternedString& InternedData::kernel_symbols(int index) const {}
inline ::perfetto::protos::InternedString* InternedData::_internal_add_kernel_symbols() {}
inline ::perfetto::protos::InternedString* InternedData::add_kernel_symbols() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >&
InternedData::kernel_symbols() const {}

// repeated .perfetto.protos.InternedString debug_annotation_string_values = 29;
inline int InternedData::_internal_debug_annotation_string_values_size() const {}
inline int InternedData::debug_annotation_string_values_size() const {}
inline ::perfetto::protos::InternedString* InternedData::mutable_debug_annotation_string_values(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >*
InternedData::mutable_debug_annotation_string_values() {}
inline const ::perfetto::protos::InternedString& InternedData::_internal_debug_annotation_string_values(int index) const {}
inline const ::perfetto::protos::InternedString& InternedData::debug_annotation_string_values(int index) const {}
inline ::perfetto::protos::InternedString* InternedData::_internal_add_debug_annotation_string_values() {}
inline ::perfetto::protos::InternedString* InternedData::add_debug_annotation_string_values() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >&
InternedData::debug_annotation_string_values() const {}

// repeated .perfetto.protos.NetworkPacketContext packet_context = 30;
inline int InternedData::_internal_packet_context_size() const {}
inline int InternedData::packet_context_size() const {}
inline ::perfetto::protos::NetworkPacketContext* InternedData::mutable_packet_context(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::NetworkPacketContext >*
InternedData::mutable_packet_context() {}
inline const ::perfetto::protos::NetworkPacketContext& InternedData::_internal_packet_context(int index) const {}
inline const ::perfetto::protos::NetworkPacketContext& InternedData::packet_context(int index) const {}
inline ::perfetto::protos::NetworkPacketContext* InternedData::_internal_add_packet_context() {}
inline ::perfetto::protos::NetworkPacketContext* InternedData::add_packet_context() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::NetworkPacketContext >&
InternedData::packet_context() const {}

// repeated .perfetto.protos.InternedV8String v8_js_function_name = 31;
inline int InternedData::_internal_v8_js_function_name_size() const {}
inline int InternedData::v8_js_function_name_size() const {}
inline ::perfetto::protos::InternedV8String* InternedData::mutable_v8_js_function_name(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedV8String >*
InternedData::mutable_v8_js_function_name() {}
inline const ::perfetto::protos::InternedV8String& InternedData::_internal_v8_js_function_name(int index) const {}
inline const ::perfetto::protos::InternedV8String& InternedData::v8_js_function_name(int index) const {}
inline ::perfetto::protos::InternedV8String* InternedData::_internal_add_v8_js_function_name() {}
inline ::perfetto::protos::InternedV8String* InternedData::add_v8_js_function_name() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedV8String >&
InternedData::v8_js_function_name() const {}

// repeated .perfetto.protos.InternedV8JsFunction v8_js_function = 32;
inline int InternedData::_internal_v8_js_function_size() const {}
inline int InternedData::v8_js_function_size() const {}
inline ::perfetto::protos::InternedV8JsFunction* InternedData::mutable_v8_js_function(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedV8JsFunction >*
InternedData::mutable_v8_js_function() {}
inline const ::perfetto::protos::InternedV8JsFunction& InternedData::_internal_v8_js_function(int index) const {}
inline const ::perfetto::protos::InternedV8JsFunction& InternedData::v8_js_function(int index) const {}
inline ::perfetto::protos::InternedV8JsFunction* InternedData::_internal_add_v8_js_function() {}
inline ::perfetto::protos::InternedV8JsFunction* InternedData::add_v8_js_function() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedV8JsFunction >&
InternedData::v8_js_function() const {}

// repeated .perfetto.protos.InternedV8JsScript v8_js_script = 33;
inline int InternedData::_internal_v8_js_script_size() const {}
inline int InternedData::v8_js_script_size() const {}
inline ::perfetto::protos::InternedV8JsScript* InternedData::mutable_v8_js_script(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedV8JsScript >*
InternedData::mutable_v8_js_script() {}
inline const ::perfetto::protos::InternedV8JsScript& InternedData::_internal_v8_js_script(int index) const {}
inline const ::perfetto::protos::InternedV8JsScript& InternedData::v8_js_script(int index) const {}
inline ::perfetto::protos::InternedV8JsScript* InternedData::_internal_add_v8_js_script() {}
inline ::perfetto::protos::InternedV8JsScript* InternedData::add_v8_js_script() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedV8JsScript >&
InternedData::v8_js_script() const {}

// repeated .perfetto.protos.InternedV8WasmScript v8_wasm_script = 34;
inline int InternedData::_internal_v8_wasm_script_size() const {}
inline int InternedData::v8_wasm_script_size() const {}
inline ::perfetto::protos::InternedV8WasmScript* InternedData::mutable_v8_wasm_script(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedV8WasmScript >*
InternedData::mutable_v8_wasm_script() {}
inline const ::perfetto::protos::InternedV8WasmScript& InternedData::_internal_v8_wasm_script(int index) const {}
inline const ::perfetto::protos::InternedV8WasmScript& InternedData::v8_wasm_script(int index) const {}
inline ::perfetto::protos::InternedV8WasmScript* InternedData::_internal_add_v8_wasm_script() {}
inline ::perfetto::protos::InternedV8WasmScript* InternedData::add_v8_wasm_script() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedV8WasmScript >&
InternedData::v8_wasm_script() const {}

// repeated .perfetto.protos.InternedV8Isolate v8_isolate = 35;
inline int InternedData::_internal_v8_isolate_size() const {}
inline int InternedData::v8_isolate_size() const {}
inline ::perfetto::protos::InternedV8Isolate* InternedData::mutable_v8_isolate(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedV8Isolate >*
InternedData::mutable_v8_isolate() {}
inline const ::perfetto::protos::InternedV8Isolate& InternedData::_internal_v8_isolate(int index) const {}
inline const ::perfetto::protos::InternedV8Isolate& InternedData::v8_isolate(int index) const {}
inline ::perfetto::protos::InternedV8Isolate* InternedData::_internal_add_v8_isolate() {}
inline ::perfetto::protos::InternedV8Isolate* InternedData::add_v8_isolate() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedV8Isolate >&
InternedData::v8_isolate() const {}

// repeated .perfetto.protos.InternedString protolog_string_args = 36;
inline int InternedData::_internal_protolog_string_args_size() const {}
inline int InternedData::protolog_string_args_size() const {}
inline ::perfetto::protos::InternedString* InternedData::mutable_protolog_string_args(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >*
InternedData::mutable_protolog_string_args() {}
inline const ::perfetto::protos::InternedString& InternedData::_internal_protolog_string_args(int index) const {}
inline const ::perfetto::protos::InternedString& InternedData::protolog_string_args(int index) const {}
inline ::perfetto::protos::InternedString* InternedData::_internal_add_protolog_string_args() {}
inline ::perfetto::protos::InternedString* InternedData::add_protolog_string_args() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >&
InternedData::protolog_string_args() const {}

// repeated .perfetto.protos.InternedString protolog_stacktrace = 37;
inline int InternedData::_internal_protolog_stacktrace_size() const {}
inline int InternedData::protolog_stacktrace_size() const {}
inline ::perfetto::protos::InternedString* InternedData::mutable_protolog_stacktrace(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >*
InternedData::mutable_protolog_stacktrace() {}
inline const ::perfetto::protos::InternedString& InternedData::_internal_protolog_stacktrace(int index) const {}
inline const ::perfetto::protos::InternedString& InternedData::protolog_stacktrace(int index) const {}
inline ::perfetto::protos::InternedString* InternedData::_internal_add_protolog_stacktrace() {}
inline ::perfetto::protos::InternedString* InternedData::add_protolog_stacktrace() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >&
InternedData::protolog_stacktrace() const {}

// repeated .perfetto.protos.InternedString viewcapture_package_name = 38;
inline int InternedData::_internal_viewcapture_package_name_size() const {}
inline int InternedData::viewcapture_package_name_size() const {}
inline ::perfetto::protos::InternedString* InternedData::mutable_viewcapture_package_name(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >*
InternedData::mutable_viewcapture_package_name() {}
inline const ::perfetto::protos::InternedString& InternedData::_internal_viewcapture_package_name(int index) const {}
inline const ::perfetto::protos::InternedString& InternedData::viewcapture_package_name(int index) const {}
inline ::perfetto::protos::InternedString* InternedData::_internal_add_viewcapture_package_name() {}
inline ::perfetto::protos::InternedString* InternedData::add_viewcapture_package_name() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >&
InternedData::viewcapture_package_name() const {}

// repeated .perfetto.protos.InternedString viewcapture_window_name = 39;
inline int InternedData::_internal_viewcapture_window_name_size() const {}
inline int InternedData::viewcapture_window_name_size() const {}
inline ::perfetto::protos::InternedString* InternedData::mutable_viewcapture_window_name(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >*
InternedData::mutable_viewcapture_window_name() {}
inline const ::perfetto::protos::InternedString& InternedData::_internal_viewcapture_window_name(int index) const {}
inline const ::perfetto::protos::InternedString& InternedData::viewcapture_window_name(int index) const {}
inline ::perfetto::protos::InternedString* InternedData::_internal_add_viewcapture_window_name() {}
inline ::perfetto::protos::InternedString* InternedData::add_viewcapture_window_name() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >&
InternedData::viewcapture_window_name() const {}

// repeated .perfetto.protos.InternedString viewcapture_view_id = 40;
inline int InternedData::_internal_viewcapture_view_id_size() const {}
inline int InternedData::viewcapture_view_id_size() const {}
inline ::perfetto::protos::InternedString* InternedData::mutable_viewcapture_view_id(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >*
InternedData::mutable_viewcapture_view_id() {}
inline const ::perfetto::protos::InternedString& InternedData::_internal_viewcapture_view_id(int index) const {}
inline const ::perfetto::protos::InternedString& InternedData::viewcapture_view_id(int index) const {}
inline ::perfetto::protos::InternedString* InternedData::_internal_add_viewcapture_view_id() {}
inline ::perfetto::protos::InternedString* InternedData::add_viewcapture_view_id() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >&
InternedData::viewcapture_view_id() const {}

// repeated .perfetto.protos.InternedString viewcapture_class_name = 41;
inline int InternedData::_internal_viewcapture_class_name_size() const {}
inline int InternedData::viewcapture_class_name_size() const {}
inline ::perfetto::protos::InternedString* InternedData::mutable_viewcapture_class_name(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >*
InternedData::mutable_viewcapture_class_name() {}
inline const ::perfetto::protos::InternedString& InternedData::_internal_viewcapture_class_name(int index) const {}
inline const ::perfetto::protos::InternedString& InternedData::viewcapture_class_name(int index) const {}
inline ::perfetto::protos::InternedString* InternedData::_internal_add_viewcapture_class_name() {}
inline ::perfetto::protos::InternedString* InternedData::add_viewcapture_class_name() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::InternedString >&
InternedData::viewcapture_class_name() const {}

#ifdef __GNUC__
  #pragma GCC diagnostic pop
#endif  // __GNUC__

// @@protoc_insertion_point(namespace_scope)

}  // namespace protos
}  // namespace perfetto

// @@protoc_insertion_point(global_scope)

#include <google/protobuf/port_undef.inc>
#endif  // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2finterned_5fdata_2finterned_5fdata_2eproto