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

  /external/protobuf/src/google/protobuf/
message.h 80 // // reflection interface.
98 // // Use the reflection interface to examine the contents.
99 // const Reflection* reflection = foo->GetReflection();
100 // assert(reflection->GetString(foo, text_field) == "Hello World!");
101 // assert(reflection->FieldSize(foo, numbers_field) == 3);
102 // assert(reflection->GetRepeatedInt32(foo, numbers_field, 0) == 1);
103 // assert(reflection->GetRepeatedInt32(foo, numbers_field, 1) == 5);
104 // assert(reflection->GetRepeatedInt32(foo, numbers_field, 2) == 42);
128 // function. This is necessary because Reflection has a method calle
169 const Reflection* reflection; member in struct:google::protobuf::Metadata
    [all...]
message.cc 184 Reflection::~Reflection() {}
  /external/javassist/src/main/javassist/tools/reflect/
Reflection.java 22 * The class implementing the behavioral reflection mechanism.
62 public class Reflection implements Translator {
93 * Constructs a new <code>Reflection</code> object.
95 public Reflection() {

Completed in 52 milliseconds