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

  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 66 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 {
97 // Constructs a GeneratedMessageReflection.
128 GeneratedMessageReflection(const Descriptor* descriptor,
137 ~GeneratedMessageReflection();
361 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(GeneratedMessageReflection);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 66 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 {
97 // Constructs a GeneratedMessageReflection.
128 GeneratedMessageReflection(const Descriptor* descriptor,
137 ~GeneratedMessageReflection();
361 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(GeneratedMessageReflection);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 66 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 {
97 // Constructs a GeneratedMessageReflection.
128 GeneratedMessageReflection(const Descriptor* descriptor,
137 ~GeneratedMessageReflection();
361 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(GeneratedMessageReflection);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h 66 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 {
97 // Constructs a GeneratedMessageReflection.
128 GeneratedMessageReflection(const Descriptor* descriptor,
137 ~GeneratedMessageReflection();
361 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(GeneratedMessageReflection);
  /external/protobuf/src/google/protobuf/
generated_message_reflection.h 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
    [all...]
generated_message_reflection.cc 175 GeneratedMessageReflection::GeneratedMessageReflection(
202 GeneratedMessageReflection::GeneratedMessageReflection(
233 GeneratedMessageReflection::~GeneratedMessageReflection() {}
255 const UnknownFieldSet& GeneratedMessageReflection::GetUnknownFields(
268 UnknownFieldSet* GeneratedMessageReflection::MutableUnknownFields(
278 int GeneratedMessageReflection::SpaceUsed(const Message& message) const {
392 void GeneratedMessageReflection::SwapField
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h 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
    [all...]

Completed in 3312 milliseconds