#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>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_test_5fsample_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}
PROTOBUF_NAMESPACE_CLOSE
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_;
}
}
}
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 { … };
class TypeTest final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
class Repeated_Message final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
class Repeated final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif
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) { … }
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) { … }
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) { … }
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) { … }
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) { … }
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) { … }
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) { … }
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() { … }
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() { … }
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() { … }
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() { … }
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() { … }
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() { … }
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
}
}
}
#include <google/protobuf/port_undef.inc>
#endif