|
|
| XAttrProto (const XAttrProto &from) |
| |
|
XAttrProto & | operator= (const XAttrProto &from) |
| |
const
::google::protobuf::UnknownFieldSet & | unknown_fields () const |
| |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
| |
|
void | Swap (XAttrProto *other) |
| |
|
XAttrProto * | New () const |
| |
|
XAttrProto * | New (::google::protobuf::Arena *arena) const |
| |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
| |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
| |
|
void | CopyFrom (const XAttrProto &from) |
| |
|
void | MergeFrom (const XAttrProto &from) |
| |
|
void | Clear () |
| |
|
bool | IsInitialized () const |
| |
|
int | ByteSize () const |
| |
|
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) |
| |
|
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const |
| |
|
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic,::google::protobuf::uint8 *output) const |
| |
|
::google::protobuf::uint8 * | SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const |
| |
|
int | GetCachedSize () const |
| |
|
::google::protobuf::Metadata | GetMetadata () const |
| |
|
bool | has_namespace_ () const |
| |
|
void | clear_namespace_ () |
| |
|
::hadoop::hdfs::XAttrProto_XAttrNamespaceProto | namespace_ () const |
| |
|
void | set_namespace_ (::hadoop::hdfs::XAttrProto_XAttrNamespaceProto value) |
| |
|
bool | has_name () const |
| |
|
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 char *value, size_t size) |
| |
|
::std::string * | mutable_name () |
| |
|
::std::string * | release_name () |
| |
|
void | set_allocated_name (::std::string *name) |
| |
|
bool | has_value () const |
| |
|
void | clear_value () |
| |
|
const ::std::string & | value () const |
| |
|
void | set_value (const ::std::string &value) |
| |
|
void | set_value (const char *value) |
| |
|
void | set_value (const void *value, size_t size) |
| |
|
::std::string * | mutable_value () |
| |
|
::std::string * | release_value () |
| |
|
void | set_allocated_value (::std::string *value) |
| |
|
static const
::google::protobuf::Descriptor * | descriptor () |
| |
|
static const XAttrProto & | default_instance () |
| |
|
static bool | XAttrNamespaceProto_IsValid (int value) |
| |
static const
::google::protobuf::EnumDescriptor * | XAttrNamespaceProto_descriptor () |
| |
|
static const ::std::string & | XAttrNamespaceProto_Name (XAttrNamespaceProto value) |
| |
|
static bool | XAttrNamespaceProto_Parse (const ::std::string &name, XAttrNamespaceProto *value) |
| |
|
| static const XAttrNamespaceProto | USER |
| |
| static const XAttrNamespaceProto | TRUSTED |
| |
| static const XAttrNamespaceProto | SECURITY |
| |
| static const XAttrNamespaceProto | SYSTEM |
| |
| static const XAttrNamespaceProto | RAW |
| |
| static const XAttrNamespaceProto | XAttrNamespaceProto_MIN |
| |
| static const XAttrNamespaceProto | XAttrNamespaceProto_MAX |
| |
| static const int | XAttrNamespaceProto_ARRAYSIZE |
| |
|
static const int | kNamespaceFieldNumber = 1 |
| |
|
static const int | kNameFieldNumber = 2 |
| |
|
static const int | kValueFieldNumber = 3 |
| |