HomeSort by relevance Sort by last modified time
    Searched refs:ReflectionOps (Results 1 - 7 of 7) sorted by null

  /external/protobuf/src/google/protobuf/
reflection_ops.h 56 class LIBPROTOBUF_EXPORT ReflectionOps {
73 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ReflectionOps);
reflection_ops_unittest.cc 62 ReflectionOps::Copy(message, &message2);
67 ReflectionOps::Copy(message2, &message2);
76 ReflectionOps::Copy(message, &message2);
103 ReflectionOps::Merge(message2, &message);
133 ReflectionOps::Merge(message2, &message);
144 ReflectionOps::Merge(message2, &message1);
164 ReflectionOps::Merge(message, &message),
175 ReflectionOps::Clear(&message);
196 ReflectionOps::Clear(&message);
218 ReflectionOps::Clear(&message)
    [all...]
message.cc 56 using internal::ReflectionOps;
66 ReflectionOps::Merge(from, this);
79 ReflectionOps::Copy(from, this);
87 ReflectionOps::Clear(this);
91 return ReflectionOps::IsInitialized(*this);
95 return ReflectionOps::FindInitializationErrors(*this, "", errors);
111 return ReflectionOps::DiscardUnknownFields(this);
reflection_ops.cc 44 void ReflectionOps::Copy(const Message& from, Message* to) {
50 void ReflectionOps::Merge(const Message& from, Message* to) {
123 void ReflectionOps::Clear(Message* message) {
135 bool ReflectionOps::IsInitialized(const Message& message) {
174 void ReflectionOps::DiscardUnknownFields(Message* message) {
217 void ReflectionOps::FindInitializationErrors(
descriptor.pb.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 414 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
754 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
    [all...]
  /hardware/ril/mock-ril/src/cpp/
msgheader.pb.cpp 361 ::google::protobuf::internal::ReflectionOps::Merge(from, this);

Completed in 410 milliseconds