#include <reflection_ops.h>
|
| static void | Clear (Message *message) |
| |
| static void | Clear (Message *message) |
| |
| static void | Copy (const Message &from, Message *to) |
| |
| static void | Copy (const Message &from, Message *to) |
| |
| static void | DiscardUnknownFields (Message *message) |
| |
| static void | DiscardUnknownFields (Message *message) |
| |
| static void | FindInitializationErrors (const Message &message, const std::string &prefix, std::vector< std::string > *errors) |
| |
| static void | FindInitializationErrors (const Message &message, const std::string &prefix, std::vector< std::string > *errors) |
| |
| static bool | IsInitialized (const Message &message) |
| |
| static bool | IsInitialized (const Message &message) |
| |
| static bool | IsInitialized (const Message &message, bool check_fields, bool check_descendants) |
| |
| static void | Merge (const Message &from, Message *to) |
| |
| static void | Merge (const Message &from, Message *to) |
| |
◆ Clear() [1/2]
| void google::protobuf.internal::ReflectionOps::Clear |
( |
Message * |
message | ) |
|
|
static |
◆ Clear() [2/2]
| static void google::protobuf.internal::ReflectionOps::Clear |
( |
Message * |
message | ) |
|
|
static |
◆ Copy() [1/2]
| static void google::protobuf.internal::ReflectionOps::Copy |
( |
const Message & |
from, |
|
|
Message * |
to |
|
) |
| |
|
static |
◆ Copy() [2/2]
◆ DiscardUnknownFields() [1/2]
| void google::protobuf.internal::ReflectionOps::DiscardUnknownFields |
( |
Message * |
message | ) |
|
|
static |
◆ DiscardUnknownFields() [2/2]
| static void google::protobuf.internal::ReflectionOps::DiscardUnknownFields |
( |
Message * |
message | ) |
|
|
static |
◆ FindInitializationErrors() [1/2]
| void google::protobuf.internal::ReflectionOps::FindInitializationErrors |
( |
const Message & |
message, |
|
|
const std::string & |
prefix, |
|
|
std::vector< std::string > * |
errors |
|
) |
| |
|
static |
◆ FindInitializationErrors() [2/2]
| static void google::protobuf.internal::ReflectionOps::FindInitializationErrors |
( |
const Message & |
message, |
|
|
const std::string & |
prefix, |
|
|
std::vector< std::string > * |
errors |
|
) |
| |
|
static |
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [1/2]
| google::protobuf.internal::ReflectionOps::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS |
( |
ReflectionOps |
| ) |
|
|
private |
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [2/2]
| google::protobuf.internal::ReflectionOps::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS |
( |
ReflectionOps |
| ) |
|
|
private |
◆ IsInitialized() [1/3]
| bool google::protobuf.internal::ReflectionOps::IsInitialized |
( |
const Message & |
message | ) |
|
|
static |
◆ IsInitialized() [2/3]
| static bool google::protobuf.internal::ReflectionOps::IsInitialized |
( |
const Message & |
message | ) |
|
|
static |
◆ IsInitialized() [3/3]
| bool google::protobuf.internal::ReflectionOps::IsInitialized |
( |
const Message & |
message, |
|
|
bool |
check_fields, |
|
|
bool |
check_descendants |
|
) |
| |
|
static |
◆ Merge() [1/2]
◆ Merge() [2/2]
| static void google::protobuf.internal::ReflectionOps::Merge |
( |
const Message & |
from, |
|
|
Message * |
to |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: