class Any
Defined at line 70 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
-------------------------------------------------------------------
Public Members
static const int kIndexInFileMessages
Protected Members
static ClassDataFull _class_data_
Public Methods
void ~Any ()
template <typename = void>
void Any (::google::protobuf::internal::ConstantInitialized )
void Any ()
Defined at line 74 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
void Any (const Any & from)
Defined at line 88 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
void Any (Any && from)
Defined at line 89 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
bool GetAnyFieldDescriptors (const ::google::protobuf::Message & message, const ::google::protobuf::FieldDescriptor ** type_url_field, const ::google::protobuf::FieldDescriptor ** value_field)
bool ParseAnyTypeUrl (::absl::string_view type_url, std::string * full_type_name)
void CopyFrom (const Any & from)
void Clear ()
::size_t ByteSizeLong ()
::uint8_t * _InternalSerialize (::uint8_t * target, ::google::protobuf::io::EpsCopyOutputStream * stream)
::google::protobuf::Metadata GetMetadata ()
Any & operator= (const Any & from)
Defined at line 91 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
Any & operator= (Any && from)
Defined at line 95 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
const ::google::protobuf::UnknownFieldSet & unknown_fields ()
Defined at line 105 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
Defined at line 109 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
const ::google::protobuf::Descriptor * descriptor ()
Defined at line 114 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
const ::google::protobuf::Descriptor * GetDescriptor ()
Defined at line 117 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
const ::google::protobuf::Reflection * GetReflection ()
Defined at line 120 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
const Any & default_instance ()
Defined at line 123 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
const Any * internal_default_instance ()
Defined at line 126 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
bool PackFrom (const ::google::protobuf::Message & message)
implements Any
-----------------------------------------------
Defined at line 134 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
bool PackFrom (const ::google::protobuf::Message & message, ::absl::string_view type_url_prefix)
Defined at line 139 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
bool UnpackTo (::google::protobuf::Message * message)
Defined at line 146 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
template <typename T, class = typename std::enable_if<!std::is_convertible<
T, const ::google::protobuf::Message&>::value>::type>
bool PackFrom (const T & message)
Defined at line 158 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
template <typename T, class = typename std::enable_if<!std::is_convertible<
T, const ::google::protobuf::Message&>::value>::type>
bool PackFrom (const T & message, ::absl::string_view type_url_prefix)
Defined at line 166 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
template <typename T, class = typename std::enable_if<!std::is_convertible<
T, const ::google::protobuf::Message&>::value>::type>
bool UnpackTo (T * message)
Defined at line 176 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
template <typename T>
bool Is ()
Defined at line 182 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
void Swap (Any * other)
Defined at line 188 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
void UnsafeArenaSwap (Any * other)
Defined at line 196 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
Any * New (::google::protobuf::Arena * arena)
implements Message ----------------------------------------------
Defined at line 204 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
void MergeFrom (const Any & from)
Defined at line 210 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
bool IsInitialized ()
Defined at line 218 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
int GetCachedSize ()
Defined at line 242 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
void clear_type_url ()
string type_url = 1;
Defined at line 357 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
const std::string & type_url ()
Defined at line 361 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
template <typename Arg_ = const std::string&, typename... Args_>
void set_type_url (Arg_ && arg, Args_... args)
Defined at line 367 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
std::string * mutable_type_url ()
Defined at line 373 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
std::string * release_type_url ()
Defined at line 390 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
void set_allocated_type_url (std::string * value)
Defined at line 395 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
void clear_value ()
bytes value = 2;
Defined at line 405 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
const std::string & value ()
Defined at line 409 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
template <typename Arg_ = const std::string&, typename... Args_>
void set_value (Arg_ && arg, Args_... args)
Defined at line 415 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
std::string * mutable_value ()
Defined at line 421 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
std::string * release_value ()
Defined at line 438 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
void set_allocated_value (std::string * value)
Defined at line 443 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
Protected Methods
void Any (::google::protobuf::Arena * arena, Any && from)
Defined at line 257 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
void Any (::google::protobuf::Arena * arena)
void Any (::google::protobuf::Arena * arena, const Any & from)
const ::google::protobuf::internal::ClassData * GetClassData ()
void * PlacementNew_ (const void * , void * mem, ::google::protobuf::Arena * arena)
auto InternalNewImpl_ ()
Enumerations
enum
| Name | Value |
|---|---|
| kTypeUrlFieldNumber | 1 |
| kValueFieldNumber | 2 |
accessors -------------------------------------------------------
Defined at line 272 of file ../../third_party/protobuf/src/google/protobuf/any.pb.h
Friends
class TableStruct_google_2fprotobuf_2fany_2eproto
template <typename T>
class InternalHelper
class Arena
class MessageLite
class TcParser
template <typename T>
basic_string_view Any ()
void Any (Any & aAny & b)