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

/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h71 class GeneratedMessageReflection;
80 // A GeneratedMessageReflection is an implementation of Reflection
86 // way, so that GeneratedMessageReflection can cast the void* pointer to
100 class LIBPROTOBUF_EXPORT GeneratedMessageReflection : public Reflection { class in namespace:google::protobuf::internal
102 // Constructs a GeneratedMessageReflection.
133 GeneratedMessageReflection(const Descriptor* descriptor,
169 GeneratedMessageReflection(const Descriptor* descriptor,
182 ~GeneratedMessageReflection();
188 static GeneratedMessageReflection* NewGeneratedMessageReflection(
201 static GeneratedMessageReflection* NewGeneratedMessageReflectio
[all...]
H A Dgenerated_message_reflection.cc175 GeneratedMessageReflection::GeneratedMessageReflection( function in class:google::protobuf::internal::GeneratedMessageReflection
202 GeneratedMessageReflection::GeneratedMessageReflection( function in class:google::protobuf::internal::GeneratedMessageReflection
233 GeneratedMessageReflection::~GeneratedMessageReflection() {}
255 const UnknownFieldSet& GeneratedMessageReflection::GetUnknownFields(
268 UnknownFieldSet* GeneratedMessageReflection::MutableUnknownFields(
278 int GeneratedMessageReflection::SpaceUsed(const Message& message) const {
392 void GeneratedMessageReflection
[all...]

Completed in 257 milliseconds