Home | History | Annotate | Download | only in protobuf

Lines Matching defs:GeneratedMessageReflection

71 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 {
102 // Constructs a GeneratedMessageReflection.
133 GeneratedMessageReflection(const Descriptor* descriptor,
169 GeneratedMessageReflection(const Descriptor* descriptor,
182 ~GeneratedMessageReflection();
188 static GeneratedMessageReflection* NewGeneratedMessageReflection(
201 static GeneratedMessageReflection* NewGeneratedMessageReflection(
574 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(GeneratedMessageReflection);