#ifndef GOOGLE_PROTOBUF_INCLUDED_chrome_2fbrowser_2fweb_5fapplications_2fproto_2fweb_5fapp_5furl_5fpattern_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_chrome_2fbrowser_2fweb_5fapplications_2fproto_2fweb_5fapp_5furl_5fpattern_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/generated_enum_util.h>
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_chrome_2fbrowser_2fweb_5fapplications_2fproto_2fweb_5fapp_5furl_5fpattern_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}
PROTOBUF_NAMESPACE_CLOSE
struct TableStruct_chrome_2fbrowser_2fweb_5fapplications_2fproto_2fweb_5fapp_5furl_5fpattern_2eproto { … };
namespace web_app {
namespace proto {
class UrlPattern;
struct UrlPatternDefaultTypeInternal;
extern UrlPatternDefaultTypeInternal _UrlPattern_default_instance_;
class UrlPatternPart;
struct UrlPatternPartDefaultTypeInternal;
extern UrlPatternPartDefaultTypeInternal _UrlPatternPart_default_instance_;
}
}
PROTOBUF_NAMESPACE_OPEN
template<> ::web_app::proto::UrlPattern* Arena::CreateMaybeMessage<::web_app::proto::UrlPattern>(Arena*);
template<> ::web_app::proto::UrlPatternPart* Arena::CreateMaybeMessage<::web_app::proto::UrlPatternPart>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace web_app {
namespace proto {
enum UrlPatternPart_PartType : int { … };
bool UrlPatternPart_PartType_IsValid(int value);
constexpr UrlPatternPart_PartType UrlPatternPart_PartType_PartType_MIN = …;
constexpr UrlPatternPart_PartType UrlPatternPart_PartType_PartType_MAX = …;
constexpr int UrlPatternPart_PartType_PartType_ARRAYSIZE = …;
const std::string& UrlPatternPart_PartType_Name(UrlPatternPart_PartType value);
template<typename T>
inline const std::string& UrlPatternPart_PartType_Name(T enum_t_value) { … }
bool UrlPatternPart_PartType_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, UrlPatternPart_PartType* value);
enum UrlPatternPart_Modifier : int { … };
bool UrlPatternPart_Modifier_IsValid(int value);
constexpr UrlPatternPart_Modifier UrlPatternPart_Modifier_Modifier_MIN = …;
constexpr UrlPatternPart_Modifier UrlPatternPart_Modifier_Modifier_MAX = …;
constexpr int UrlPatternPart_Modifier_Modifier_ARRAYSIZE = …;
const std::string& UrlPatternPart_Modifier_Name(UrlPatternPart_Modifier value);
template<typename T>
inline const std::string& UrlPatternPart_Modifier_Name(T enum_t_value) { … }
bool UrlPatternPart_Modifier_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, UrlPatternPart_Modifier* value);
class UrlPattern final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
class UrlPatternPart final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif
inline int UrlPattern::_internal_pathname_size() const { … }
inline int UrlPattern::pathname_size() const { … }
inline void UrlPattern::clear_pathname() { … }
inline ::web_app::proto::UrlPatternPart* UrlPattern::mutable_pathname(int index) { … }
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::web_app::proto::UrlPatternPart >*
UrlPattern::mutable_pathname() { … }
inline const ::web_app::proto::UrlPatternPart& UrlPattern::_internal_pathname(int index) const { … }
inline const ::web_app::proto::UrlPatternPart& UrlPattern::pathname(int index) const { … }
inline ::web_app::proto::UrlPatternPart* UrlPattern::_internal_add_pathname() { … }
inline ::web_app::proto::UrlPatternPart* UrlPattern::add_pathname() { … }
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::web_app::proto::UrlPatternPart >&
UrlPattern::pathname() const { … }
inline bool UrlPatternPart::_internal_has_part_type() const { … }
inline bool UrlPatternPart::has_part_type() const { … }
inline void UrlPatternPart::clear_part_type() { … }
inline ::web_app::proto::UrlPatternPart_PartType UrlPatternPart::_internal_part_type() const { … }
inline ::web_app::proto::UrlPatternPart_PartType UrlPatternPart::part_type() const { … }
inline void UrlPatternPart::_internal_set_part_type(::web_app::proto::UrlPatternPart_PartType value) { … }
inline void UrlPatternPart::set_part_type(::web_app::proto::UrlPatternPart_PartType value) { … }
inline bool UrlPatternPart::_internal_has_name() const { … }
inline bool UrlPatternPart::has_name() const { … }
inline void UrlPatternPart::clear_name() { … }
inline const std::string& UrlPatternPart::name() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void UrlPatternPart::set_name(ArgT0&& arg0, ArgT... args) { … }
inline std::string* UrlPatternPart::mutable_name() { … }
inline const std::string& UrlPatternPart::_internal_name() const { … }
inline void UrlPatternPart::_internal_set_name(const std::string& value) { … }
inline std::string* UrlPatternPart::_internal_mutable_name() { … }
inline std::string* UrlPatternPart::release_name() { … }
inline void UrlPatternPart::set_allocated_name(std::string* name) { … }
inline bool UrlPatternPart::_internal_has_prefix() const { … }
inline bool UrlPatternPart::has_prefix() const { … }
inline void UrlPatternPart::clear_prefix() { … }
inline const std::string& UrlPatternPart::prefix() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void UrlPatternPart::set_prefix(ArgT0&& arg0, ArgT... args) { … }
inline std::string* UrlPatternPart::mutable_prefix() { … }
inline const std::string& UrlPatternPart::_internal_prefix() const { … }
inline void UrlPatternPart::_internal_set_prefix(const std::string& value) { … }
inline std::string* UrlPatternPart::_internal_mutable_prefix() { … }
inline std::string* UrlPatternPart::release_prefix() { … }
inline void UrlPatternPart::set_allocated_prefix(std::string* prefix) { … }
inline bool UrlPatternPart::_internal_has_value() const { … }
inline bool UrlPatternPart::has_value() const { … }
inline void UrlPatternPart::clear_value() { … }
inline const std::string& UrlPatternPart::value() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void UrlPatternPart::set_value(ArgT0&& arg0, ArgT... args) { … }
inline std::string* UrlPatternPart::mutable_value() { … }
inline const std::string& UrlPatternPart::_internal_value() const { … }
inline void UrlPatternPart::_internal_set_value(const std::string& value) { … }
inline std::string* UrlPatternPart::_internal_mutable_value() { … }
inline std::string* UrlPatternPart::release_value() { … }
inline void UrlPatternPart::set_allocated_value(std::string* value) { … }
inline bool UrlPatternPart::_internal_has_suffix() const { … }
inline bool UrlPatternPart::has_suffix() const { … }
inline void UrlPatternPart::clear_suffix() { … }
inline const std::string& UrlPatternPart::suffix() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void UrlPatternPart::set_suffix(ArgT0&& arg0, ArgT... args) { … }
inline std::string* UrlPatternPart::mutable_suffix() { … }
inline const std::string& UrlPatternPart::_internal_suffix() const { … }
inline void UrlPatternPart::_internal_set_suffix(const std::string& value) { … }
inline std::string* UrlPatternPart::_internal_mutable_suffix() { … }
inline std::string* UrlPatternPart::release_suffix() { … }
inline void UrlPatternPart::set_allocated_suffix(std::string* suffix) { … }
inline bool UrlPatternPart::_internal_has_modifier() const { … }
inline bool UrlPatternPart::has_modifier() const { … }
inline void UrlPatternPart::clear_modifier() { … }
inline ::web_app::proto::UrlPatternPart_Modifier UrlPatternPart::_internal_modifier() const { … }
inline ::web_app::proto::UrlPatternPart_Modifier UrlPatternPart::modifier() const { … }
inline void UrlPatternPart::_internal_set_modifier(::web_app::proto::UrlPatternPart_Modifier value) { … }
inline void UrlPatternPart::set_modifier(::web_app::proto::UrlPatternPart_Modifier value) { … }
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif
}
}
PROTOBUF_NAMESPACE_OPEN
template <> struct is_proto_enum< ::web_app::proto::UrlPatternPart_PartType> : ::std::true_type { … };
template <> struct is_proto_enum< ::web_app::proto::UrlPatternPart_Modifier> : ::std::true_type { … };
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>
#endif