/external/protobuf/src/google/protobuf/ |
reflection_ops_unittest.cc | 63 ReflectionOps::Copy(message, &message2); 68 ReflectionOps::Copy(message2, &message2); 77 ReflectionOps::Copy(message, &message2); 85 ReflectionOps::Copy(message, &message2); 90 ReflectionOps::Copy(message, &message2); 116 ReflectionOps::Merge(message2, &message); 146 ReflectionOps::Merge(message2, &message); 157 ReflectionOps::Merge(message2, &message1); 173 ReflectionOps::Merge(message1, &message2); 177 ReflectionOps::Merge(message1, &message2) [all...] |
reflection_ops.h | 57 class LIBPROTOBUF_EXPORT ReflectionOps { 74 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ReflectionOps);
|
reflection_ops.cc | 48 void ReflectionOps::Copy(const Message& from, Message* to) { 54 void ReflectionOps::Merge(const Message& from, Message* to) { 129 void ReflectionOps::Clear(Message* message) { 141 bool ReflectionOps::IsInitialized(const Message& message) { 181 void ReflectionOps::DiscardUnknownFields(Message* message) { 224 void ReflectionOps::FindInitializationErrors(
|
message.cc | 63 using internal::ReflectionOps; 73 ReflectionOps::Merge(from, this); 86 ReflectionOps::Copy(from, this); 94 ReflectionOps::Clear(this); 98 return ReflectionOps::IsInitialized(*this); 102 return ReflectionOps::FindInitializationErrors(*this, "", errors); 118 return ReflectionOps::DiscardUnknownFields(this);
|
empty.pb.cc | 249 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
|
map_entry.h | 212 ReflectionOps::Merge(from, this);
|
wrappers.pb.cc | 486 ::google::protobuf::internal::ReflectionOps::Merge(from, this); 744 ::google::protobuf::internal::ReflectionOps::Merge(from, this); [all...] |
duration.pb.cc | 331 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
|
field_mask.pb.cc | 290 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
|
source_context.pb.cc | 290 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
|
timestamp.pb.cc | 345 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
|
struct.pb.cc | 419 ::google::protobuf::internal::ReflectionOps::Merge(from, this); 885 ::google::protobuf::internal::ReflectionOps::Merge(from, this); [all...] |
any.pb.cc | 343 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
|
api.pb.cc | 610 ::google::protobuf::internal::ReflectionOps::Merge(from, this); [all...] |
descriptor.pb.cc | [all...] |
map_test.cc | [all...] |
type.pb.cc | 667 ::google::protobuf::internal::ReflectionOps::Merge(from, this); [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
plugin.pb.cc | 460 ::google::protobuf::internal::ReflectionOps::Merge(from, this); [all...] |