|
BWAPI
|
#include <reflection_ops.h>
Static Public Member Functions | |
| static void | Copy (const Message &from, Message *to) |
| static void | Merge (const Message &from, Message *to) |
| static void | Clear (Message *message) |
| static bool | IsInitialized (const Message &message) |
| static void | DiscardUnknownFields (Message *message) |
| static void | FindInitializationErrors (const Message &message, const string &prefix, vector< string > *errors) |
| static void google::protobuf::internal::ReflectionOps::Clear | ( | Message * | message | ) | [static] |
| static void google::protobuf::internal::ReflectionOps::Copy | ( | const Message & | from, |
| Message * | to | ||
| ) | [static] |
| static void google::protobuf::internal::ReflectionOps::DiscardUnknownFields | ( | Message * | message | ) | [static] |
| static void google::protobuf::internal::ReflectionOps::FindInitializationErrors | ( | const Message & | message, |
| const string & | prefix, | ||
| vector< string > * | errors | ||
| ) | [static] |
| static bool google::protobuf::internal::ReflectionOps::IsInitialized | ( | const Message & | message | ) | [static] |
| static void google::protobuf::internal::ReflectionOps::Merge | ( | const Message & | from, |
| Message * | to | ||
| ) | [static] |
1.7.6.1