chromium/out/Default/gen/third_party/dom_distiller_js/test_sample.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: test_sample.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_test_5fsample_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_test_5fsample_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
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_test_5fsample_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_test_5fsample_2eproto {};
namespace dom_distiller {
namespace test_sample {
namespace proto {
class Repeated;
struct RepeatedDefaultTypeInternal;
extern RepeatedDefaultTypeInternal _Repeated_default_instance_;
class Repeated_Message;
struct Repeated_MessageDefaultTypeInternal;
extern Repeated_MessageDefaultTypeInternal _Repeated_Message_default_instance_;
class TypeTest;
struct TypeTestDefaultTypeInternal;
extern TypeTestDefaultTypeInternal _TypeTest_default_instance_;
class TypeTest_Message;
struct TypeTest_MessageDefaultTypeInternal;
extern TypeTest_MessageDefaultTypeInternal _TypeTest_Message_default_instance_;
}  // namespace proto
}  // namespace test_sample
}  // namespace dom_distiller
PROTOBUF_NAMESPACE_OPEN
template<> ::dom_distiller::test_sample::proto::Repeated* Arena::CreateMaybeMessage<::dom_distiller::test_sample::proto::Repeated>(Arena*);
template<> ::dom_distiller::test_sample::proto::Repeated_Message* Arena::CreateMaybeMessage<::dom_distiller::test_sample::proto::Repeated_Message>(Arena*);
template<> ::dom_distiller::test_sample::proto::TypeTest* Arena::CreateMaybeMessage<::dom_distiller::test_sample::proto::TypeTest>(Arena*);
template<> ::dom_distiller::test_sample::proto::TypeTest_Message* Arena::CreateMaybeMessage<::dom_distiller::test_sample::proto::TypeTest_Message>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace dom_distiller {
namespace test_sample {
namespace proto {

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

class TypeTest_Message final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:dom_distiller.test_sample.proto.TypeTest.Message) */ {};
// -------------------------------------------------------------------

class TypeTest final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:dom_distiller.test_sample.proto.TypeTest) */ {};
// -------------------------------------------------------------------

class Repeated_Message final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:dom_distiller.test_sample.proto.Repeated.Message) */ {};
// -------------------------------------------------------------------

class Repeated final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:dom_distiller.test_sample.proto.Repeated) */ {};
// ===================================================================


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

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

// optional bool dummy = 1;
inline bool TypeTest_Message::_internal_has_dummy() const {}
inline bool TypeTest_Message::has_dummy() const {}
inline void TypeTest_Message::clear_dummy() {}
inline bool TypeTest_Message::_internal_dummy() const {}
inline bool TypeTest_Message::dummy() const {}
inline void TypeTest_Message::_internal_set_dummy(bool value) {}
inline void TypeTest_Message::set_dummy(bool value) {}

// -------------------------------------------------------------------

// TypeTest

// optional float float_value = 1;
inline bool TypeTest::_internal_has_float_value() const {}
inline bool TypeTest::has_float_value() const {}
inline void TypeTest::clear_float_value() {}
inline float TypeTest::_internal_float_value() const {}
inline float TypeTest::float_value() const {}
inline void TypeTest::_internal_set_float_value(float value) {}
inline void TypeTest::set_float_value(float value) {}

// optional double double_value = 2;
inline bool TypeTest::_internal_has_double_value() const {}
inline bool TypeTest::has_double_value() const {}
inline void TypeTest::clear_double_value() {}
inline double TypeTest::_internal_double_value() const {}
inline double TypeTest::double_value() const {}
inline void TypeTest::_internal_set_double_value(double value) {}
inline void TypeTest::set_double_value(double value) {}

// optional int32 int32_value = 3;
inline bool TypeTest::_internal_has_int32_value() const {}
inline bool TypeTest::has_int32_value() const {}
inline void TypeTest::clear_int32_value() {}
inline int32_t TypeTest::_internal_int32_value() const {}
inline int32_t TypeTest::int32_value() const {}
inline void TypeTest::_internal_set_int32_value(int32_t value) {}
inline void TypeTest::set_int32_value(int32_t value) {}

// optional bool bool_value = 4;
inline bool TypeTest::_internal_has_bool_value() const {}
inline bool TypeTest::has_bool_value() const {}
inline void TypeTest::clear_bool_value() {}
inline bool TypeTest::_internal_bool_value() const {}
inline bool TypeTest::bool_value() const {}
inline void TypeTest::_internal_set_bool_value(bool value) {}
inline void TypeTest::set_bool_value(bool value) {}

// optional string string_value = 5;
inline bool TypeTest::_internal_has_string_value() const {}
inline bool TypeTest::has_string_value() const {}
inline void TypeTest::clear_string_value() {}
inline const std::string& TypeTest::string_value() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void TypeTest::set_string_value(ArgT0&& arg0, ArgT... args) {}
inline std::string* TypeTest::mutable_string_value() {}
inline const std::string& TypeTest::_internal_string_value() const {}
inline void TypeTest::_internal_set_string_value(const std::string& value) {}
inline std::string* TypeTest::_internal_mutable_string_value() {}
inline std::string* TypeTest::release_string_value() {}
inline void TypeTest::set_allocated_string_value(std::string* string_value) {}

// optional .dom_distiller.test_sample.proto.TypeTest.Message message_value = 6;
inline bool TypeTest::_internal_has_message_value() const {}
inline bool TypeTest::has_message_value() const {}
inline void TypeTest::clear_message_value() {}
inline const ::dom_distiller::test_sample::proto::TypeTest_Message& TypeTest::_internal_message_value() const {}
inline const ::dom_distiller::test_sample::proto::TypeTest_Message& TypeTest::message_value() const {}
inline void TypeTest::unsafe_arena_set_allocated_message_value(
    ::dom_distiller::test_sample::proto::TypeTest_Message* message_value) {}
inline ::dom_distiller::test_sample::proto::TypeTest_Message* TypeTest::release_message_value() {}
inline ::dom_distiller::test_sample::proto::TypeTest_Message* TypeTest::unsafe_arena_release_message_value() {}
inline ::dom_distiller::test_sample::proto::TypeTest_Message* TypeTest::_internal_mutable_message_value() {}
inline ::dom_distiller::test_sample::proto::TypeTest_Message* TypeTest::mutable_message_value() {}
inline void TypeTest::set_allocated_message_value(::dom_distiller::test_sample::proto::TypeTest_Message* message_value) {}

// -------------------------------------------------------------------

// Repeated_Message

// repeated bool dummy = 1;
inline int Repeated_Message::_internal_dummy_size() const {}
inline int Repeated_Message::dummy_size() const {}
inline void Repeated_Message::clear_dummy() {}
inline bool Repeated_Message::_internal_dummy(int index) const {}
inline bool Repeated_Message::dummy(int index) const {}
inline void Repeated_Message::set_dummy(int index, bool value) {}
inline void Repeated_Message::_internal_add_dummy(bool value) {}
inline void Repeated_Message::add_dummy(bool value) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< bool >&
Repeated_Message::_internal_dummy() const {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< bool >&
Repeated_Message::dummy() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< bool >*
Repeated_Message::_internal_mutable_dummy() {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< bool >*
Repeated_Message::mutable_dummy() {}

// -------------------------------------------------------------------

// Repeated

// repeated float float_value = 1;
inline int Repeated::_internal_float_value_size() const {}
inline int Repeated::float_value_size() const {}
inline void Repeated::clear_float_value() {}
inline float Repeated::_internal_float_value(int index) const {}
inline float Repeated::float_value(int index) const {}
inline void Repeated::set_float_value(int index, float value) {}
inline void Repeated::_internal_add_float_value(float value) {}
inline void Repeated::add_float_value(float value) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >&
Repeated::_internal_float_value() const {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >&
Repeated::float_value() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >*
Repeated::_internal_mutable_float_value() {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >*
Repeated::mutable_float_value() {}

// repeated double double_value = 2;
inline int Repeated::_internal_double_value_size() const {}
inline int Repeated::double_value_size() const {}
inline void Repeated::clear_double_value() {}
inline double Repeated::_internal_double_value(int index) const {}
inline double Repeated::double_value(int index) const {}
inline void Repeated::set_double_value(int index, double value) {}
inline void Repeated::_internal_add_double_value(double value) {}
inline void Repeated::add_double_value(double value) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
Repeated::_internal_double_value() const {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
Repeated::double_value() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
Repeated::_internal_mutable_double_value() {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
Repeated::mutable_double_value() {}

// repeated int32 int32_value = 3;
inline int Repeated::_internal_int32_value_size() const {}
inline int Repeated::int32_value_size() const {}
inline void Repeated::clear_int32_value() {}
inline int32_t Repeated::_internal_int32_value(int index) const {}
inline int32_t Repeated::int32_value(int index) const {}
inline void Repeated::set_int32_value(int index, int32_t value) {}
inline void Repeated::_internal_add_int32_value(int32_t value) {}
inline void Repeated::add_int32_value(int32_t value) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >&
Repeated::_internal_int32_value() const {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >&
Repeated::int32_value() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >*
Repeated::_internal_mutable_int32_value() {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >*
Repeated::mutable_int32_value() {}

// repeated bool bool_value = 4;
inline int Repeated::_internal_bool_value_size() const {}
inline int Repeated::bool_value_size() const {}
inline void Repeated::clear_bool_value() {}
inline bool Repeated::_internal_bool_value(int index) const {}
inline bool Repeated::bool_value(int index) const {}
inline void Repeated::set_bool_value(int index, bool value) {}
inline void Repeated::_internal_add_bool_value(bool value) {}
inline void Repeated::add_bool_value(bool value) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< bool >&
Repeated::_internal_bool_value() const {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< bool >&
Repeated::bool_value() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< bool >*
Repeated::_internal_mutable_bool_value() {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< bool >*
Repeated::mutable_bool_value() {}

// repeated string string_value = 5;
inline int Repeated::_internal_string_value_size() const {}
inline int Repeated::string_value_size() const {}
inline void Repeated::clear_string_value() {}
inline std::string* Repeated::add_string_value() {}
inline const std::string& Repeated::_internal_string_value(int index) const {}
inline const std::string& Repeated::string_value(int index) const {}
inline std::string* Repeated::mutable_string_value(int index) {}
inline void Repeated::set_string_value(int index, const std::string& value) {}
inline void Repeated::set_string_value(int index, std::string&& value) {}
inline void Repeated::set_string_value(int index, const char* value) {}
inline void Repeated::set_string_value(int index, const char* value, size_t size) {}
inline std::string* Repeated::_internal_add_string_value() {}
inline void Repeated::add_string_value(const std::string& value) {}
inline void Repeated::add_string_value(std::string&& value) {}
inline void Repeated::add_string_value(const char* value) {}
inline void Repeated::add_string_value(const char* value, size_t size) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
Repeated::string_value() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
Repeated::mutable_string_value() {}

// repeated .dom_distiller.test_sample.proto.Repeated.Message message_value = 6;
inline int Repeated::_internal_message_value_size() const {}
inline int Repeated::message_value_size() const {}
inline void Repeated::clear_message_value() {}
inline ::dom_distiller::test_sample::proto::Repeated_Message* Repeated::mutable_message_value(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::dom_distiller::test_sample::proto::Repeated_Message >*
Repeated::mutable_message_value() {}
inline const ::dom_distiller::test_sample::proto::Repeated_Message& Repeated::_internal_message_value(int index) const {}
inline const ::dom_distiller::test_sample::proto::Repeated_Message& Repeated::message_value(int index) const {}
inline ::dom_distiller::test_sample::proto::Repeated_Message* Repeated::_internal_add_message_value() {}
inline ::dom_distiller::test_sample::proto::Repeated_Message* Repeated::add_message_value() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::dom_distiller::test_sample::proto::Repeated_Message >&
Repeated::message_value() const {}

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

// -------------------------------------------------------------------

// -------------------------------------------------------------------


// @@protoc_insertion_point(namespace_scope)

}  // namespace proto
}  // namespace test_sample
}  // namespace dom_distiller

// @@protoc_insertion_point(global_scope)

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