OpenSDN source code
|
#include <auth.pb.h>
Public Member Functions | |
User () | |
virtual | ~User () |
User (const User &from) | |
User & | operator= (const User &from) |
void | Swap (User *other) |
User * | New () const PROTOBUF_FINAL |
User * | New (::google::protobuf::Arena *arena) const PROTOBUF_FINAL |
void | CopyFrom (const ::google::protobuf::Message &from) PROTOBUF_FINAL |
void | MergeFrom (const ::google::protobuf::Message &from) PROTOBUF_FINAL |
void | CopyFrom (const User &from) |
void | MergeFrom (const User &from) |
void | Clear () PROTOBUF_FINAL |
bool | IsInitialized () const PROTOBUF_FINAL |
size_t | ByteSizeLong () const PROTOBUF_FINAL |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) PROTOBUF_FINAL |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const PROTOBUF_FINAL |
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic,::google::protobuf::uint8 *target) const PROTOBUF_FINAL |
int | GetCachedSize () const PROTOBUF_FINAL |
::google::protobuf::Metadata | GetMetadata () const PROTOBUF_FINAL |
int | roles_size () const |
void | clear_roles () |
const ::std::string & | roles (int index) const |
::std::string * | mutable_roles (int index) |
void | set_roles (int index, const ::std::string &value) |
void | set_roles (int index, const char *value) |
void | set_roles (int index, const char *value, size_t size) |
::std::string * | add_roles () |
void | add_roles (const ::std::string &value) |
void | add_roles (const char *value) |
void | add_roles (const char *value, size_t size) |
const ::google::protobuf::RepeatedPtrField < ::std::string > & | roles () const |
::google::protobuf::RepeatedPtrField < ::std::string > * | mutable_roles () |
void | clear_name () |
const ::std::string & | name () const |
void | set_name (const ::std::string &value) |
void | set_name (const char *value) |
void | set_name (const void *value, size_t size) |
::std::string * | mutable_name () |
::std::string * | release_name () |
void | set_allocated_name (::std::string *name) |
void | clear_password () |
const ::std::string & | password () const |
void | set_password (const ::std::string &value) |
void | set_password (const char *value) |
void | set_password (const void *value, size_t size) |
::std::string * | mutable_password () |
::std::string * | release_password () |
void | set_allocated_password (::std::string *password) |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const User & | default_instance () |
static void | InitAsDefaultInstance () |
static const User * | internal_default_instance () |
Static Public Attributes | |
static PROTOBUF_CONSTEXPR int const | kIndexInFileMessages |
static const int | kRolesFieldNumber = 3 |
static const int | kNameFieldNumber = 1 |
static const int | kPasswordFieldNumber = 2 |
Private Member Functions | |
void | SharedCtor () |
void | SharedDtor () |
void | SetCachedSize (int size) const PROTOBUF_FINAL |
void | InternalSwap (User *other) |
inline::google::protobuf::Arena * | GetArenaNoVirtual () const |
void * | MaybeArenaPtr () const |
friend | void::protobuf_auth_2eproto::InitDefaultsUserImpl () |
Private Attributes | |
::google::protobuf::internal::InternalMetadataWithArena | _internal_metadata_ |
::google::protobuf::RepeatedPtrField < ::std::string > | roles_ |
::google::protobuf::internal::ArenaStringPtr | name_ |
::google::protobuf::internal::ArenaStringPtr | password_ |
int | _cached_size_ |
Friends | |
struct | ::protobuf_auth_2eproto::TableStruct |
void | swap (User &a, User &b) |
authpb::User::User | ( | ) |
|
virtual |
authpb::User::User | ( | const User & | from | ) |
|
inline |
|
inline |
size_t authpb::User::ByteSizeLong | ( | ) | const |
void authpb::User::Clear | ( | ) |
Definition at line 289 of file auth.pb.cc.
void authpb::User::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
void authpb::User::CopyFrom | ( | const User & | from | ) |
|
static |
|
static |
|
inlineprivate |
google::protobuf::Metadata authpb::User::GetMetadata | ( | ) | const |
|
static |
Definition at line 217 of file auth.pb.cc.
|
inlinestatic |
google::protobuf::uint8 * authpb::User::InternalSerializeWithCachedSizesToArray | ( | bool | deterministic, |
::google::protobuf::uint8 * | target | ||
) | const |
|
private |
Definition at line 539 of file auth.pb.cc.
bool authpb::User::IsInitialized | ( | ) | const |
Definition at line 531 of file auth.pb.cc.
void authpb::User::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
Definition at line 484 of file auth.pb.cc.
void authpb::User::MergeFrom | ( | const User & | from | ) |
bool authpb::User::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
|
inline |
|
inline |
|
inline |
User * authpb::User::New | ( | ::google::protobuf::Arena * | arena | ) | const |
|
inline |
|
inline |
|
inline |
void authpb::User::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 266 of file auth.pb.cc.
|
private |
Definition at line 250 of file auth.pb.cc.
|
private |
Definition at line 261 of file auth.pb.cc.
void authpb::User::Swap | ( | User * | other | ) |
|
private |
|
friend |
|
private |
|
static |
|
private |
|
private |
|
private |