webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Static Public Member Functions | List of all members
google::protobuf.internal::ReflectionOps Class Reference

#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)
 

Member Function Documentation

◆ Clear()

void google::protobuf.internal::ReflectionOps::Clear ( Message message)
static

◆ Copy()

void google::protobuf.internal::ReflectionOps::Copy ( const Message from,
Message to 
)
static

◆ DiscardUnknownFields()

void google::protobuf.internal::ReflectionOps::DiscardUnknownFields ( Message message)
static

◆ FindInitializationErrors()

void google::protobuf.internal::ReflectionOps::FindInitializationErrors ( const Message message,
const string prefix,
vector< string > *  errors 
)
static

◆ IsInitialized()

bool google::protobuf.internal::ReflectionOps::IsInitialized ( const Message message)
static

◆ Merge()

void google::protobuf.internal::ReflectionOps::Merge ( const Message from,
Message to 
)
static

The documentation for this class was generated from the following files: