Searched defs:GeneratedMessageReflection (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h66 class GeneratedMessageReflection;
75 // A GeneratedMessageReflection is an implementation of Reflection
81 // way, so that GeneratedMessageReflection can cast the void* pointer to
95 class LIBPROTOBUF_EXPORT GeneratedMessageReflection : public Reflection { class in namespace:google::protobuf::internal
97 // Constructs a GeneratedMessageReflection.
128 GeneratedMessageReflection(const Descriptor* descriptor,
137 ~GeneratedMessageReflection();
361 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(GeneratedMessageReflection);
H A Dgenerated_message_reflection.cc156 GeneratedMessageReflection::GeneratedMessageReflection( function in class:google::protobuf::internal::GeneratedMessageReflection
179 GeneratedMessageReflection::~GeneratedMessageReflection() {}
181 const UnknownFieldSet& GeneratedMessageReflection::GetUnknownFields(
187 UnknownFieldSet* GeneratedMessageReflection::MutableUnknownFields(
193 int GeneratedMessageReflection::SpaceUsed(const Message& message) const {
297 void GeneratedMessageReflection::Swap(
402 bool GeneratedMessageReflection::HasField(const Message& message,
414 int GeneratedMessageReflection
[all...]
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h60 class GeneratedMessageReflection;
69 // A GeneratedMessageReflection is an implementation of Reflection
75 // way, so that GeneratedMessageReflection can cast the void* pointer to
89 class LIBPROTOBUF_EXPORT GeneratedMessageReflection : public Reflection { class in namespace:google::protobuf::internal
91 // Constructs a GeneratedMessageReflection.
122 GeneratedMessageReflection(const Descriptor* descriptor,
131 ~GeneratedMessageReflection();
344 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(GeneratedMessageReflection);
H A Dgenerated_message_reflection.cc171 GeneratedMessageReflection::GeneratedMessageReflection( function in class:google::protobuf::internal::GeneratedMessageReflection
194 GeneratedMessageReflection::~GeneratedMessageReflection() {}
196 const UnknownFieldSet& GeneratedMessageReflection::GetUnknownFields(
202 UnknownFieldSet* GeneratedMessageReflection::MutableUnknownFields(
208 int GeneratedMessageReflection::SpaceUsed(const Message& message) const {
312 void GeneratedMessageReflection::Swap(
414 bool GeneratedMessageReflection::HasField(const Message& message,
426 int GeneratedMessageReflection
[all...]

Completed in 1304 milliseconds