class Any

Defined at line 77 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

-------------------------------------------------------------------

Public Members

static const int kIndexInFileMessages

Public Methods

void Any ()

Defined at line 80 of file ../../third_party/protobuf/src/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)
void CopyFrom (const Any & from)
void Clear ()
::size_t ByteSizeLong ()
Any & operator= (const Any & from)

Defined at line 97 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

Any & operator= (Any && from)

Defined at line 101 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

const ::google::protobuf::UnknownFieldSet & unknown_fields ()

Defined at line 111 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()

Defined at line 115 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

const ::google::protobuf::Descriptor * descriptor ()

Defined at line 120 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

const ::google::protobuf::Descriptor * GetDescriptor ()

Defined at line 123 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

const ::google::protobuf::Reflection * GetReflection ()

Defined at line 127 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

const Any & default_instance ()

Defined at line 130 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

bool PackFrom (const ::google::protobuf::Message & message)

implements Any

-----------------------------------------------

Defined at line 137 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

bool PackFrom (const ::google::protobuf::Message & message, ::absl::string_view type_url_prefix)

Defined at line 141 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

bool UnpackTo (::google::protobuf::Message * message)

Defined at line 149 of file ../../third_party/protobuf/src/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 163 of file ../../third_party/protobuf/src/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 171 of file ../../third_party/protobuf/src/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 181 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

template <typename T>
bool Is ()

Defined at line 187 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

void UnsafeArenaSwap (Any * other)

Defined at line 202 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

Any * New (::google::protobuf::Arena * arena)

implements Message ----------------------------------------------

Defined at line 210 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

void MergeFrom (const Any & from)

Defined at line 217 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

bool IsInitialized ()

Defined at line 224 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

int GetCachedSize ()

Defined at line 248 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

void ~Any ()
template <typename = void>
void Any (::google::protobuf::internal::ConstantInitialized , const ::google::protobuf::internal::ClassData * class_data)
void Any (const Any & from)

Defined at line 95 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

void Any (Any && from)

Defined at line 96 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

bool ParseAnyTypeUrl (::absl::string_view type_url, std::string * full_type_name)
void Swap (Any * other)

Defined at line 194 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

::uint8_t * _InternalSerialize (::uint8_t * target, ::google::protobuf::io::EpsCopyOutputStream * stream)
auto InternalGenerateClassData_ (const MessageLite & prototype, const ::google::protobuf::internal::TcParseTableBase * tc_table)
::google::protobuf::Metadata GetMetadata ()
void clear_type_url ()

string type_url = 1;

Defined at line 375 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

const ::std::string & type_url ()

Defined at line 380 of file ../../third_party/protobuf/src/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 386 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

::std::string * mutable_type_url ()

Defined at line 392 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

::std::string * release_type_url ()

Defined at line 411 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

void set_allocated_type_url (::std::string * value)

Defined at line 424 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

void clear_value ()

bytes value = 2;

Defined at line 439 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

const ::std::string & value ()

Defined at line 444 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

template <typename Arg_ = const ::std::string&, typename... Args_>
void set_value (Arg_ && arg, Args_... args)

Defined at line 450 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

::std::string * mutable_value ()

Defined at line 456 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

::std::string * release_value ()

Defined at line 475 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

void set_allocated_value (::std::string * value)

Defined at line 488 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

Enumerations

enum (unnamed) : int
Name Value
kTypeUrlFieldNumber 1
kValueFieldNumber 2

accessors -------------------------------------------------------

Defined at line 283 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h

Friends

class TableStruct_google_2fprotobuf_2fany_2eproto
template <typename T>
class InternalHelper
class PrivateAccess
class Arena
class MessageLite
class TcParser
template <typename T>
basic_string_view Any ()
void Any (Any & aAny & b)