Files
palemoon27/toolkit/devtools/server/CoreDump.pb.cc
T
roytam1 6629d22907 import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1170717 - Move heapState check up to readBarrier; r=jonco (b9c4df5ea)
- Bug 1163908 - Export GL draw data to layerscope for drawing heat-map view. r=:djg (cf078d4fd)
- Bug 1161372 - Add EventRegions on LayerScope. r=dglastonbury (49fc29e8a)
- Files as of Bug 1138721 - Application reputation should check mac file extensions. r=mmc (4b76de8d8)
- Bug 1024774 - Part 0: Upgrade the protobuf library. r=mmc,glandium (c98c08fbd)
- Bug 1149397 - JS::ubi::Node::edges should return a mozilla::UniquePtr; r=jimb (32f755867)
- Bug 1110039 - Part 1 - Add nsLayoutUtils::ClampRectToScrollFrames. r=roc (a8812c287)
- Bug 1110039 - Part 2.1 - Add logger facility. r=roc (1a400bb1f)
- Bug 1110039 - Part 2.2 - Add AccessibleCaret. r=roc (d8c2c759f)
- Bug 1110039 - Part 2.3 - Add AccessibleCaretManager. r=roc (ba8ad6424)
- Bug 1110039 - Part 2.4 - Add AccessibleCaretEventHub. r=roc (db4ef1fe6)
- Bug 1110039 - Part 2.5 - Add all files to build system. r=roc (bee54dc43)
- fix nsRefPtr includes - but build still broken (423d9f32d)
- Bug 1110039 - Part 3 - Add gtest for AccessibleCaretEventHub. r=roc (cdf0df240)
- Bug 1110039 - Part 4 - Hook new classes into the system. r=roc (438a4df68)
- Bug 1109183 - Fix imports of the marionette client and remove spurious entry from sys.path provided by mach. r=ahal (86b814562)
- Bug 1110039 - Part 5 - Reuse marionette tests for AccessibleCaret. r=roc (d5cd35016)
- Bug 1110039 followup: Add 'override' keyword to Name() decl in Access# (cd0d9b0f6)
- Bug 1140994 - Notify gaia to hide selection bubble when scrolling without APZ. r=roc (ca15626fa)
- Bug 1143665 - Remove the ambiguous scroll position being passed around in scroll started/stop notifications. r=roc,ehsan (ce8f1d2a9)
- Bug 1140238 - Part 1: Add a test to drag first caret over non-selectable. r=automatedtester (4080723fe)
- Bug 1140238 - Part 2: Adjust ranges after changing selection direction. r=mats (add1f155d)
- Bug 1140238 - Part 3: Clear maintain selection when dragging caret. r=mats (0aba36f24)
- Bug 1024774 - Part 2: Implement a google::protobuf::ZeroCopyOutputStream wrapper around nsIOutputStream; r=jimb (30c6272d2)
- Bug 1024774 - Part 3: Serialize heap snapshots. r=jimb (9d0c8f6ec)
- Bug 1024774 - Part 1: Add the ChromeUtils WebIDL interface. r=bholley (8e81e8344)
- Bug 1024774 - Part 4: Add an xpcshell test for saving heap snapshots. r=jimb (6e0a07069)
- Bug 1024774 - Part 5: Add GTests for core dump serialization. r=jimb (79315c540)
- clean up spurious char (9a1f9bc18)
- Bug 1121528 - Avoid the inspector going blank when quickly navigating; r=bgrins (f4cff269f)
- Bug 1155168 - Always use the same actor pool. r=ochameau (3e6cc5504)
- Bug 1137527 - Part 1: Make the memory actor emit events for garbage collection. r=jryans (6dcdb18f8)
- Bug 1137527 - Part 2: Add a test for GC MemoryActor events. r=jryans (df2bcf120)
- Bug 1024774 - Part 6: Add a mochitest-chrome sanity check test. r=bholley (4b5bffe79)
- Bug 1024774 - Part 7: Add HeapSnapshot WebIDL interface; r=bholley (7b5ae703a)
- Bug 1024774 - Part 8: Add JS::ubi::Node::isLive; r=jimb (42a965f56)
- Bug 1024774 - Part 9: Deserialize heap snapshots; r=jimb (fb3edfbc0)
- Bug 1024774 - Part 10: Add an xpcshell test for reading heap snapshots. r=jimb (09c3390a1)
- Bug 1024774 - Part 11: Implement a JS::ubi::Node specialization for DeserializedNode; r=jimb (d73362efe)
- Bug 1024774 - Part 12: Add a GTest for the JS::ubi::Node specialization for DeserializedNode; r=jimb (4415acb73)
- Bug 1024774 - Part 13: Change to new SpiderMonkey style from bug 1144366; r=me (15c4bcf87)
- Bug 1024774 - Part 14: Ignore protobuf indirect calls in the GC hazard analysis; r=sfink (c5b141c59)
- Bug 1024774 - Followup: Don't redefine the Debugger property in xpcshell tests; r=jorendorff (dc4f1f109)
- Bug 1169791 - Strongly type NoteJSRoot; r=mccr8 (ba722a44f)
- Bug 1169791 - Strongly type MergeZone; r=mccr8 (a118cf612)
- Bug 1169791 - Strongly type GetTenuredGCThingZone; r=jonco, r=mccr8 (a4da82aea)
- Bug 1171780 - We no longer need to cast out of barrieried types in GC; r=jonco (be83218fa)
- Bug 1144361: Re-enable JIT code randomization on Win64. r=jandem (6c88b4312)
- pointer style (458344bcd)
- Bug 1156914 - Fix the MacroAssembler::pushValue(const Address&) footgun on 32 bit platforms. (r=jandem) (52d5c351d)
- Bug 1156030 - Remove some obsolete static assertion macros from the tree; r=Waldo (84d8f3fea)
- pointer style (ac3c92ce1)
- Bug 1151323 - Handle loading unboxed int32 properties into floating point registers, r=jandem. (790920f3d)
- Bug 1023297 - Use explicit constructors for ARM-specific classes. r=jandem (f7f12cd76)
- Bug 1164229 - Rename ARM SetCond_ to SBit. r=efaust (c55e1d535)
- Bug 977805 - Add an option to mark JIT pages as non-writable. r=luke bug 977805 - add missing #include. r=jandem (384abd6ad)
- Bug 1173992 - Add ARM64 build support. r=glandium (540a7c784)
- Bug 1170750 - Replace %f by %.16g in js/src. r=jandem (48f808c73)
- Bug 1170750 - Use mfbt snprintf_literal instead of sprintf. r=jandem (3b2016484)
- Bug 1170750 - jsprf.cpp: Sort headers properly. r=me (0956cd3a5)
- Bug 923717 - Use structured control flow when testing for the forceInlineCaches option, r=nbp. (fc1dcef6e)
- Bug 1158044 - Remove unused TypeWrapper class and untemplatize/cleanup some code. r=bhackett (a4d5de646)
- Bug 1169355 - Remove unnecessary assertion, r=jandem. (f55c99552)
- Bug 1162986 - Allow objects to be turned into singletons dynamically, r=jandem. (9c683e420)
- Bug 1169731 - [[Call]] on a class constructor should throw. (r=jandem) (470895e3f)
and fix for shared-js in UbiNode.h
2020-11-09 23:37:50 +08:00

1006 lines
30 KiB
C++

// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: CoreDump.proto
#define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION
#include "CoreDump.pb.h"
#include <algorithm>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/once.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/wire_format_lite_inl.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/generated_message_reflection.h>
#include <google/protobuf/reflection_ops.h>
#include <google/protobuf/wire_format.h>
// @@protoc_insertion_point(includes)
namespace mozilla {
namespace devtools {
namespace protobuf {
namespace {
const ::google::protobuf::Descriptor* Metadata_descriptor_ = NULL;
const ::google::protobuf::internal::GeneratedMessageReflection*
Metadata_reflection_ = NULL;
const ::google::protobuf::Descriptor* Node_descriptor_ = NULL;
const ::google::protobuf::internal::GeneratedMessageReflection*
Node_reflection_ = NULL;
const ::google::protobuf::Descriptor* Edge_descriptor_ = NULL;
const ::google::protobuf::internal::GeneratedMessageReflection*
Edge_reflection_ = NULL;
} // namespace
void protobuf_AssignDesc_CoreDump_2eproto() {
protobuf_AddDesc_CoreDump_2eproto();
const ::google::protobuf::FileDescriptor* file =
::google::protobuf::DescriptorPool::generated_pool()->FindFileByName(
"CoreDump.proto");
GOOGLE_CHECK(file != NULL);
Metadata_descriptor_ = file->message_type(0);
static const int Metadata_offsets_[1] = {
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Metadata, timestamp_),
};
Metadata_reflection_ =
new ::google::protobuf::internal::GeneratedMessageReflection(
Metadata_descriptor_,
Metadata::default_instance_,
Metadata_offsets_,
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Metadata, _has_bits_[0]),
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Metadata, _unknown_fields_),
-1,
::google::protobuf::DescriptorPool::generated_pool(),
::google::protobuf::MessageFactory::generated_factory(),
sizeof(Metadata));
Node_descriptor_ = file->message_type(1);
static const int Node_offsets_[4] = {
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Node, id_),
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Node, typename__),
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Node, size_),
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Node, edges_),
};
Node_reflection_ =
new ::google::protobuf::internal::GeneratedMessageReflection(
Node_descriptor_,
Node::default_instance_,
Node_offsets_,
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Node, _has_bits_[0]),
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Node, _unknown_fields_),
-1,
::google::protobuf::DescriptorPool::generated_pool(),
::google::protobuf::MessageFactory::generated_factory(),
sizeof(Node));
Edge_descriptor_ = file->message_type(2);
static const int Edge_offsets_[2] = {
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Edge, referent_),
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Edge, name_),
};
Edge_reflection_ =
new ::google::protobuf::internal::GeneratedMessageReflection(
Edge_descriptor_,
Edge::default_instance_,
Edge_offsets_,
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Edge, _has_bits_[0]),
GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Edge, _unknown_fields_),
-1,
::google::protobuf::DescriptorPool::generated_pool(),
::google::protobuf::MessageFactory::generated_factory(),
sizeof(Edge));
}
namespace {
GOOGLE_PROTOBUF_DECLARE_ONCE(protobuf_AssignDescriptors_once_);
inline void protobuf_AssignDescriptorsOnce() {
::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_,
&protobuf_AssignDesc_CoreDump_2eproto);
}
void protobuf_RegisterTypes(const ::std::string&) {
protobuf_AssignDescriptorsOnce();
::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage(
Metadata_descriptor_, &Metadata::default_instance());
::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage(
Node_descriptor_, &Node::default_instance());
::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage(
Edge_descriptor_, &Edge::default_instance());
}
} // namespace
void protobuf_ShutdownFile_CoreDump_2eproto() {
delete Metadata::default_instance_;
delete Metadata_reflection_;
delete Node::default_instance_;
delete Node_reflection_;
delete Edge::default_instance_;
delete Edge_reflection_;
}
void protobuf_AddDesc_CoreDump_2eproto() {
static bool already_here = false;
if (already_here) return;
already_here = true;
GOOGLE_PROTOBUF_VERIFY_VERSION;
::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
"\n\016CoreDump.proto\022\031mozilla.devtools.proto"
"buf\"\035\n\010Metadata\022\021\n\ttimeStamp\030\001 \001(\004\"b\n\004No"
"de\022\n\n\002id\030\001 \001(\004\022\020\n\010typeName\030\002 \001(\014\022\014\n\004size"
"\030\003 \001(\004\022.\n\005edges\030\004 \003(\0132\037.mozilla.devtools"
".protobuf.Edge\"&\n\004Edge\022\020\n\010referent\030\001 \001(\004"
"\022\014\n\004name\030\002 \001(\014", 214);
::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
"CoreDump.proto", &protobuf_RegisterTypes);
Metadata::default_instance_ = new Metadata();
Node::default_instance_ = new Node();
Edge::default_instance_ = new Edge();
Metadata::default_instance_->InitAsDefaultInstance();
Node::default_instance_->InitAsDefaultInstance();
Edge::default_instance_->InitAsDefaultInstance();
::google::protobuf::internal::OnShutdown(&protobuf_ShutdownFile_CoreDump_2eproto);
}
// Force AddDescriptors() to be called at static initialization time.
struct StaticDescriptorInitializer_CoreDump_2eproto {
StaticDescriptorInitializer_CoreDump_2eproto() {
protobuf_AddDesc_CoreDump_2eproto();
}
} static_descriptor_initializer_CoreDump_2eproto_;
// ===================================================================
#ifndef _MSC_VER
const int Metadata::kTimeStampFieldNumber;
#endif // !_MSC_VER
Metadata::Metadata()
: ::google::protobuf::Message() {
SharedCtor();
// @@protoc_insertion_point(constructor:mozilla.devtools.protobuf.Metadata)
}
void Metadata::InitAsDefaultInstance() {
}
Metadata::Metadata(const Metadata& from)
: ::google::protobuf::Message() {
SharedCtor();
MergeFrom(from);
// @@protoc_insertion_point(copy_constructor:mozilla.devtools.protobuf.Metadata)
}
void Metadata::SharedCtor() {
_cached_size_ = 0;
timestamp_ = GOOGLE_ULONGLONG(0);
::memset(_has_bits_, 0, sizeof(_has_bits_));
}
Metadata::~Metadata() {
// @@protoc_insertion_point(destructor:mozilla.devtools.protobuf.Metadata)
SharedDtor();
}
void Metadata::SharedDtor() {
if (this != default_instance_) {
}
}
void Metadata::SetCachedSize(int size) const {
GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
_cached_size_ = size;
GOOGLE_SAFE_CONCURRENT_WRITES_END();
}
const ::google::protobuf::Descriptor* Metadata::descriptor() {
protobuf_AssignDescriptorsOnce();
return Metadata_descriptor_;
}
const Metadata& Metadata::default_instance() {
if (default_instance_ == NULL) protobuf_AddDesc_CoreDump_2eproto();
return *default_instance_;
}
Metadata* Metadata::default_instance_ = NULL;
Metadata* Metadata::New() const {
return new Metadata;
}
void Metadata::Clear() {
timestamp_ = GOOGLE_ULONGLONG(0);
::memset(_has_bits_, 0, sizeof(_has_bits_));
mutable_unknown_fields()->Clear();
}
bool Metadata::MergePartialFromCodedStream(
::google::protobuf::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!(EXPRESSION)) goto failure
::google::protobuf::uint32 tag;
// @@protoc_insertion_point(parse_start:mozilla.devtools.protobuf.Metadata)
for (;;) {
::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoff(127);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// optional uint64 timeStamp = 1;
case 1: {
if (tag == 8) {
DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
::google::protobuf::uint64, ::google::protobuf::internal::WireFormatLite::TYPE_UINT64>(
input, &timestamp_)));
set_has_timestamp();
} else {
goto handle_unusual;
}
if (input->ExpectAtEnd()) goto success;
break;
}
default: {
handle_unusual:
if (tag == 0 ||
::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) {
goto success;
}
DO_(::google::protobuf::internal::WireFormat::SkipField(
input, tag, mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:mozilla.devtools.protobuf.Metadata)
return true;
failure:
// @@protoc_insertion_point(parse_failure:mozilla.devtools.protobuf.Metadata)
return false;
#undef DO_
}
void Metadata::SerializeWithCachedSizes(
::google::protobuf::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:mozilla.devtools.protobuf.Metadata)
// optional uint64 timeStamp = 1;
if (has_timestamp()) {
::google::protobuf::internal::WireFormatLite::WriteUInt64(1, this->timestamp(), output);
}
if (!unknown_fields().empty()) {
::google::protobuf::internal::WireFormat::SerializeUnknownFields(
unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:mozilla.devtools.protobuf.Metadata)
}
::google::protobuf::uint8* Metadata::SerializeWithCachedSizesToArray(
::google::protobuf::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:mozilla.devtools.protobuf.Metadata)
// optional uint64 timeStamp = 1;
if (has_timestamp()) {
target = ::google::protobuf::internal::WireFormatLite::WriteUInt64ToArray(1, this->timestamp(), target);
}
if (!unknown_fields().empty()) {
target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray(
unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:mozilla.devtools.protobuf.Metadata)
return target;
}
int Metadata::ByteSize() const {
int total_size = 0;
if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) {
// optional uint64 timeStamp = 1;
if (has_timestamp()) {
total_size += 1 +
::google::protobuf::internal::WireFormatLite::UInt64Size(
this->timestamp());
}
}
if (!unknown_fields().empty()) {
total_size +=
::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize(
unknown_fields());
}
GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
_cached_size_ = total_size;
GOOGLE_SAFE_CONCURRENT_WRITES_END();
return total_size;
}
void Metadata::MergeFrom(const ::google::protobuf::Message& from) {
GOOGLE_CHECK_NE(&from, this);
const Metadata* source =
::google::protobuf::internal::dynamic_cast_if_available<const Metadata*>(
&from);
if (source == NULL) {
::google::protobuf::internal::ReflectionOps::Merge(from, this);
} else {
MergeFrom(*source);
}
}
void Metadata::MergeFrom(const Metadata& from) {
GOOGLE_CHECK_NE(&from, this);
if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) {
if (from.has_timestamp()) {
set_timestamp(from.timestamp());
}
}
mutable_unknown_fields()->MergeFrom(from.unknown_fields());
}
void Metadata::CopyFrom(const ::google::protobuf::Message& from) {
if (&from == this) return;
Clear();
MergeFrom(from);
}
void Metadata::CopyFrom(const Metadata& from) {
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool Metadata::IsInitialized() const {
return true;
}
void Metadata::Swap(Metadata* other) {
if (other != this) {
std::swap(timestamp_, other->timestamp_);
std::swap(_has_bits_[0], other->_has_bits_[0]);
_unknown_fields_.Swap(&other->_unknown_fields_);
std::swap(_cached_size_, other->_cached_size_);
}
}
::google::protobuf::Metadata Metadata::GetMetadata() const {
protobuf_AssignDescriptorsOnce();
::google::protobuf::Metadata metadata;
metadata.descriptor = Metadata_descriptor_;
metadata.reflection = Metadata_reflection_;
return metadata;
}
// ===================================================================
#ifndef _MSC_VER
const int Node::kIdFieldNumber;
const int Node::kTypeNameFieldNumber;
const int Node::kSizeFieldNumber;
const int Node::kEdgesFieldNumber;
#endif // !_MSC_VER
Node::Node()
: ::google::protobuf::Message() {
SharedCtor();
// @@protoc_insertion_point(constructor:mozilla.devtools.protobuf.Node)
}
void Node::InitAsDefaultInstance() {
}
Node::Node(const Node& from)
: ::google::protobuf::Message() {
SharedCtor();
MergeFrom(from);
// @@protoc_insertion_point(copy_constructor:mozilla.devtools.protobuf.Node)
}
void Node::SharedCtor() {
::google::protobuf::internal::GetEmptyString();
_cached_size_ = 0;
id_ = GOOGLE_ULONGLONG(0);
typename__ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
size_ = GOOGLE_ULONGLONG(0);
::memset(_has_bits_, 0, sizeof(_has_bits_));
}
Node::~Node() {
// @@protoc_insertion_point(destructor:mozilla.devtools.protobuf.Node)
SharedDtor();
}
void Node::SharedDtor() {
if (typename__ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
delete typename__;
}
if (this != default_instance_) {
}
}
void Node::SetCachedSize(int size) const {
GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
_cached_size_ = size;
GOOGLE_SAFE_CONCURRENT_WRITES_END();
}
const ::google::protobuf::Descriptor* Node::descriptor() {
protobuf_AssignDescriptorsOnce();
return Node_descriptor_;
}
const Node& Node::default_instance() {
if (default_instance_ == NULL) protobuf_AddDesc_CoreDump_2eproto();
return *default_instance_;
}
Node* Node::default_instance_ = NULL;
Node* Node::New() const {
return new Node;
}
void Node::Clear() {
if (_has_bits_[0 / 32] & 7) {
id_ = GOOGLE_ULONGLONG(0);
if (has_typename_()) {
if (typename__ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
typename__->clear();
}
}
size_ = GOOGLE_ULONGLONG(0);
}
edges_.Clear();
::memset(_has_bits_, 0, sizeof(_has_bits_));
mutable_unknown_fields()->Clear();
}
bool Node::MergePartialFromCodedStream(
::google::protobuf::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!(EXPRESSION)) goto failure
::google::protobuf::uint32 tag;
// @@protoc_insertion_point(parse_start:mozilla.devtools.protobuf.Node)
for (;;) {
::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoff(127);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// optional uint64 id = 1;
case 1: {
if (tag == 8) {
DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
::google::protobuf::uint64, ::google::protobuf::internal::WireFormatLite::TYPE_UINT64>(
input, &id_)));
set_has_id();
} else {
goto handle_unusual;
}
if (input->ExpectTag(18)) goto parse_typeName;
break;
}
// optional bytes typeName = 2;
case 2: {
if (tag == 18) {
parse_typeName:
DO_(::google::protobuf::internal::WireFormatLite::ReadBytes(
input, this->mutable_typename_()));
} else {
goto handle_unusual;
}
if (input->ExpectTag(24)) goto parse_size;
break;
}
// optional uint64 size = 3;
case 3: {
if (tag == 24) {
parse_size:
DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
::google::protobuf::uint64, ::google::protobuf::internal::WireFormatLite::TYPE_UINT64>(
input, &size_)));
set_has_size();
} else {
goto handle_unusual;
}
if (input->ExpectTag(34)) goto parse_edges;
break;
}
// repeated .mozilla.devtools.protobuf.Edge edges = 4;
case 4: {
if (tag == 34) {
parse_edges:
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual(
input, add_edges()));
} else {
goto handle_unusual;
}
if (input->ExpectTag(34)) goto parse_edges;
if (input->ExpectAtEnd()) goto success;
break;
}
default: {
handle_unusual:
if (tag == 0 ||
::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) {
goto success;
}
DO_(::google::protobuf::internal::WireFormat::SkipField(
input, tag, mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:mozilla.devtools.protobuf.Node)
return true;
failure:
// @@protoc_insertion_point(parse_failure:mozilla.devtools.protobuf.Node)
return false;
#undef DO_
}
void Node::SerializeWithCachedSizes(
::google::protobuf::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:mozilla.devtools.protobuf.Node)
// optional uint64 id = 1;
if (has_id()) {
::google::protobuf::internal::WireFormatLite::WriteUInt64(1, this->id(), output);
}
// optional bytes typeName = 2;
if (has_typename_()) {
::google::protobuf::internal::WireFormatLite::WriteBytesMaybeAliased(
2, this->typename_(), output);
}
// optional uint64 size = 3;
if (has_size()) {
::google::protobuf::internal::WireFormatLite::WriteUInt64(3, this->size(), output);
}
// repeated .mozilla.devtools.protobuf.Edge edges = 4;
for (int i = 0; i < this->edges_size(); i++) {
::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(
4, this->edges(i), output);
}
if (!unknown_fields().empty()) {
::google::protobuf::internal::WireFormat::SerializeUnknownFields(
unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:mozilla.devtools.protobuf.Node)
}
::google::protobuf::uint8* Node::SerializeWithCachedSizesToArray(
::google::protobuf::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:mozilla.devtools.protobuf.Node)
// optional uint64 id = 1;
if (has_id()) {
target = ::google::protobuf::internal::WireFormatLite::WriteUInt64ToArray(1, this->id(), target);
}
// optional bytes typeName = 2;
if (has_typename_()) {
target =
::google::protobuf::internal::WireFormatLite::WriteBytesToArray(
2, this->typename_(), target);
}
// optional uint64 size = 3;
if (has_size()) {
target = ::google::protobuf::internal::WireFormatLite::WriteUInt64ToArray(3, this->size(), target);
}
// repeated .mozilla.devtools.protobuf.Edge edges = 4;
for (int i = 0; i < this->edges_size(); i++) {
target = ::google::protobuf::internal::WireFormatLite::
WriteMessageNoVirtualToArray(
4, this->edges(i), target);
}
if (!unknown_fields().empty()) {
target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray(
unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:mozilla.devtools.protobuf.Node)
return target;
}
int Node::ByteSize() const {
int total_size = 0;
if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) {
// optional uint64 id = 1;
if (has_id()) {
total_size += 1 +
::google::protobuf::internal::WireFormatLite::UInt64Size(
this->id());
}
// optional bytes typeName = 2;
if (has_typename_()) {
total_size += 1 +
::google::protobuf::internal::WireFormatLite::BytesSize(
this->typename_());
}
// optional uint64 size = 3;
if (has_size()) {
total_size += 1 +
::google::protobuf::internal::WireFormatLite::UInt64Size(
this->size());
}
}
// repeated .mozilla.devtools.protobuf.Edge edges = 4;
total_size += 1 * this->edges_size();
for (int i = 0; i < this->edges_size(); i++) {
total_size +=
::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual(
this->edges(i));
}
if (!unknown_fields().empty()) {
total_size +=
::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize(
unknown_fields());
}
GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
_cached_size_ = total_size;
GOOGLE_SAFE_CONCURRENT_WRITES_END();
return total_size;
}
void Node::MergeFrom(const ::google::protobuf::Message& from) {
GOOGLE_CHECK_NE(&from, this);
const Node* source =
::google::protobuf::internal::dynamic_cast_if_available<const Node*>(
&from);
if (source == NULL) {
::google::protobuf::internal::ReflectionOps::Merge(from, this);
} else {
MergeFrom(*source);
}
}
void Node::MergeFrom(const Node& from) {
GOOGLE_CHECK_NE(&from, this);
edges_.MergeFrom(from.edges_);
if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) {
if (from.has_id()) {
set_id(from.id());
}
if (from.has_typename_()) {
set_typename_(from.typename_());
}
if (from.has_size()) {
set_size(from.size());
}
}
mutable_unknown_fields()->MergeFrom(from.unknown_fields());
}
void Node::CopyFrom(const ::google::protobuf::Message& from) {
if (&from == this) return;
Clear();
MergeFrom(from);
}
void Node::CopyFrom(const Node& from) {
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool Node::IsInitialized() const {
return true;
}
void Node::Swap(Node* other) {
if (other != this) {
std::swap(id_, other->id_);
std::swap(typename__, other->typename__);
std::swap(size_, other->size_);
edges_.Swap(&other->edges_);
std::swap(_has_bits_[0], other->_has_bits_[0]);
_unknown_fields_.Swap(&other->_unknown_fields_);
std::swap(_cached_size_, other->_cached_size_);
}
}
::google::protobuf::Metadata Node::GetMetadata() const {
protobuf_AssignDescriptorsOnce();
::google::protobuf::Metadata metadata;
metadata.descriptor = Node_descriptor_;
metadata.reflection = Node_reflection_;
return metadata;
}
// ===================================================================
#ifndef _MSC_VER
const int Edge::kReferentFieldNumber;
const int Edge::kNameFieldNumber;
#endif // !_MSC_VER
Edge::Edge()
: ::google::protobuf::Message() {
SharedCtor();
// @@protoc_insertion_point(constructor:mozilla.devtools.protobuf.Edge)
}
void Edge::InitAsDefaultInstance() {
}
Edge::Edge(const Edge& from)
: ::google::protobuf::Message() {
SharedCtor();
MergeFrom(from);
// @@protoc_insertion_point(copy_constructor:mozilla.devtools.protobuf.Edge)
}
void Edge::SharedCtor() {
::google::protobuf::internal::GetEmptyString();
_cached_size_ = 0;
referent_ = GOOGLE_ULONGLONG(0);
name_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
::memset(_has_bits_, 0, sizeof(_has_bits_));
}
Edge::~Edge() {
// @@protoc_insertion_point(destructor:mozilla.devtools.protobuf.Edge)
SharedDtor();
}
void Edge::SharedDtor() {
if (name_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
delete name_;
}
if (this != default_instance_) {
}
}
void Edge::SetCachedSize(int size) const {
GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
_cached_size_ = size;
GOOGLE_SAFE_CONCURRENT_WRITES_END();
}
const ::google::protobuf::Descriptor* Edge::descriptor() {
protobuf_AssignDescriptorsOnce();
return Edge_descriptor_;
}
const Edge& Edge::default_instance() {
if (default_instance_ == NULL) protobuf_AddDesc_CoreDump_2eproto();
return *default_instance_;
}
Edge* Edge::default_instance_ = NULL;
Edge* Edge::New() const {
return new Edge;
}
void Edge::Clear() {
if (_has_bits_[0 / 32] & 3) {
referent_ = GOOGLE_ULONGLONG(0);
if (has_name()) {
if (name_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
name_->clear();
}
}
}
::memset(_has_bits_, 0, sizeof(_has_bits_));
mutable_unknown_fields()->Clear();
}
bool Edge::MergePartialFromCodedStream(
::google::protobuf::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!(EXPRESSION)) goto failure
::google::protobuf::uint32 tag;
// @@protoc_insertion_point(parse_start:mozilla.devtools.protobuf.Edge)
for (;;) {
::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoff(127);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// optional uint64 referent = 1;
case 1: {
if (tag == 8) {
DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
::google::protobuf::uint64, ::google::protobuf::internal::WireFormatLite::TYPE_UINT64>(
input, &referent_)));
set_has_referent();
} else {
goto handle_unusual;
}
if (input->ExpectTag(18)) goto parse_name;
break;
}
// optional bytes name = 2;
case 2: {
if (tag == 18) {
parse_name:
DO_(::google::protobuf::internal::WireFormatLite::ReadBytes(
input, this->mutable_name()));
} else {
goto handle_unusual;
}
if (input->ExpectAtEnd()) goto success;
break;
}
default: {
handle_unusual:
if (tag == 0 ||
::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) {
goto success;
}
DO_(::google::protobuf::internal::WireFormat::SkipField(
input, tag, mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:mozilla.devtools.protobuf.Edge)
return true;
failure:
// @@protoc_insertion_point(parse_failure:mozilla.devtools.protobuf.Edge)
return false;
#undef DO_
}
void Edge::SerializeWithCachedSizes(
::google::protobuf::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:mozilla.devtools.protobuf.Edge)
// optional uint64 referent = 1;
if (has_referent()) {
::google::protobuf::internal::WireFormatLite::WriteUInt64(1, this->referent(), output);
}
// optional bytes name = 2;
if (has_name()) {
::google::protobuf::internal::WireFormatLite::WriteBytesMaybeAliased(
2, this->name(), output);
}
if (!unknown_fields().empty()) {
::google::protobuf::internal::WireFormat::SerializeUnknownFields(
unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:mozilla.devtools.protobuf.Edge)
}
::google::protobuf::uint8* Edge::SerializeWithCachedSizesToArray(
::google::protobuf::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:mozilla.devtools.protobuf.Edge)
// optional uint64 referent = 1;
if (has_referent()) {
target = ::google::protobuf::internal::WireFormatLite::WriteUInt64ToArray(1, this->referent(), target);
}
// optional bytes name = 2;
if (has_name()) {
target =
::google::protobuf::internal::WireFormatLite::WriteBytesToArray(
2, this->name(), target);
}
if (!unknown_fields().empty()) {
target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray(
unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:mozilla.devtools.protobuf.Edge)
return target;
}
int Edge::ByteSize() const {
int total_size = 0;
if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) {
// optional uint64 referent = 1;
if (has_referent()) {
total_size += 1 +
::google::protobuf::internal::WireFormatLite::UInt64Size(
this->referent());
}
// optional bytes name = 2;
if (has_name()) {
total_size += 1 +
::google::protobuf::internal::WireFormatLite::BytesSize(
this->name());
}
}
if (!unknown_fields().empty()) {
total_size +=
::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize(
unknown_fields());
}
GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
_cached_size_ = total_size;
GOOGLE_SAFE_CONCURRENT_WRITES_END();
return total_size;
}
void Edge::MergeFrom(const ::google::protobuf::Message& from) {
GOOGLE_CHECK_NE(&from, this);
const Edge* source =
::google::protobuf::internal::dynamic_cast_if_available<const Edge*>(
&from);
if (source == NULL) {
::google::protobuf::internal::ReflectionOps::Merge(from, this);
} else {
MergeFrom(*source);
}
}
void Edge::MergeFrom(const Edge& from) {
GOOGLE_CHECK_NE(&from, this);
if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) {
if (from.has_referent()) {
set_referent(from.referent());
}
if (from.has_name()) {
set_name(from.name());
}
}
mutable_unknown_fields()->MergeFrom(from.unknown_fields());
}
void Edge::CopyFrom(const ::google::protobuf::Message& from) {
if (&from == this) return;
Clear();
MergeFrom(from);
}
void Edge::CopyFrom(const Edge& from) {
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool Edge::IsInitialized() const {
return true;
}
void Edge::Swap(Edge* other) {
if (other != this) {
std::swap(referent_, other->referent_);
std::swap(name_, other->name_);
std::swap(_has_bits_[0], other->_has_bits_[0]);
_unknown_fields_.Swap(&other->_unknown_fields_);
std::swap(_cached_size_, other->_cached_size_);
}
}
::google::protobuf::Metadata Edge::GetMetadata() const {
protobuf_AssignDescriptorsOnce();
::google::protobuf::Metadata metadata;
metadata.descriptor = Edge_descriptor_;
metadata.reflection = Edge_reflection_;
return metadata;
}
// @@protoc_insertion_point(namespace_scope)
} // namespace protobuf
} // namespace devtools
} // namespace mozilla
// @@protoc_insertion_point(global_scope)