HomeSort by relevance Sort by last modified time
    Searched refs:Reflection (Results 26 - 50 of 67) sorted by null

12 3

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ViewTreeObserverTest.java 25 viewTreeObserver = Robolectric.Reflection.newInstanceOf(ViewTreeObserver.class);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format.cc 68 const Reflection* message_reflection = message->GetReflection();
122 const Reflection* message_reflection = message->GetReflection();
326 const Reflection* message_reflection = message->GetReflection();
411 const Reflection* message_reflection = message.GetReflection();
438 const Reflection* message_reflection = message.GetReflection();
556 const Reflection* message_reflection = message.GetReflection();
580 const Reflection* message_reflection = message.GetReflection();
604 const Reflection* message_reflection = message.GetReflection();
639 const Reflection* message_reflection = message.GetReflection();
725 const Reflection* message_reflection = message.GetReflection()
    [all...]
repeated_field_reflection_unittest.cc 33 // Test reflection methods for aggregate access to Repeated[Ptr]Fields.
64 const Reflection* refl = message.GetReflection();
163 const Reflection* refl = extended_message.GetReflection();
text_format.cc 310 const Reflection* reflection = message->GetReflection(); local
332 : reflection->FindKnownExtensionByName(field_name));
398 !field->is_repeated() && reflection->HasField(*message, field)) {
408 DO(ConsumeFieldMessage(message, reflection, field));
414 DO(ConsumeFieldValue(message, reflection, field));
421 DO(ConsumeFieldValue(message, reflection, field));
479 const Reflection* reflection,
498 DO(ConsumeMessage(reflection->AddMessage(message, field), delimeter))
1179 const Reflection* reflection = message.GetReflection(); local
    [all...]
generated_message_reflection.h 75 // A GeneratedMessageReflection is an implementation of Reflection
95 class LIBPROTOBUF_EXPORT GeneratedMessageReflection : public Reflection {
139 // implements Reflection -------------------------------------------
389 // inline accessors, but the latter method must work with the reflection
397 // back to using reflection, which is what we would have done anyway if the
test_util.cc 87 // StringPiece and Cord fields are only accessible via reflection in the
2202 const Reflection* reflection = message->GetReflection(); local
2342 const Reflection* reflection = message->GetReflection(); local
2387 const Reflection* reflection = message.GetReflection(); local
2480 const Reflection* reflection = message.GetReflection(); local
2603 const Reflection* reflection = message.GetReflection(); local
2664 const Reflection* reflection = message.GetReflection(); local
2718 const Reflection* reflection = message.GetReflection(); local
2890 const Reflection* reflection = message.GetReflection(); local
2912 const Reflection* reflection = message->GetReflection(); local
2952 const Reflection* reflection = message->GetReflection(); local
2971 const Reflection* reflection = message->GetReflection(); local
2985 const Reflection* reflection = message->GetReflection(); local
3004 const Reflection* reflection = message->GetReflection(); local
3019 const Reflection* reflection = message->GetReflection(); local
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format.cc 371 const Reflection* message_reflection = message->GetReflection();
425 const Reflection* message_reflection = message->GetReflection();
629 const Reflection* message_reflection = message->GetReflection();
714 const Reflection* message_reflection = message.GetReflection();
741 const Reflection* message_reflection = message.GetReflection();
859 const Reflection* message_reflection = message.GetReflection();
    [all...]
message.cc 184 Reflection::~Reflection() {}
text_format.cc 234 const Reflection* reflection = message->GetReflection(); local
252 field = reflection->FindKnownExtensionByName(field_name);
291 !field->is_repeated() && reflection->HasField(*message, field)) {
301 DO(ConsumeFieldMessage(message, reflection, field));
304 DO(ConsumeFieldValue(message, reflection, field));
316 const Reflection* reflection,
327 DO(ConsumeMessage(reflection->AddMessage(message, field), delimeter));
329 DO(ConsumeMessage(reflection->MutableMessage(message, field)
900 const Reflection* reflection = message.GetReflection(); local
    [all...]
generated_message_reflection.h 69 // A GeneratedMessageReflection is an implementation of Reflection
89 class LIBPROTOBUF_EXPORT GeneratedMessageReflection : public Reflection {
133 // implements Reflection -------------------------------------------
372 // inline accessors, but the latter method must work with the reflection
380 // back to using reflection, which is what we would have done anyway if the
test_util.cc 78 // StringPiece and Cord fields are only accessible via reflection in the
2097 const Reflection* reflection = message->GetReflection(); local
2227 const Reflection* reflection = message->GetReflection(); local
2272 const Reflection* reflection = message.GetReflection(); local
2354 const Reflection* reflection = message.GetReflection(); local
2472 const Reflection* reflection = message.GetReflection(); local
2533 const Reflection* reflection = message.GetReflection(); local
2587 const Reflection* reflection = message.GetReflection(); local
2750 const Reflection* reflection = message.GetReflection(); local
2772 const Reflection* reflection = message->GetReflection(); local
2810 const Reflection* reflection = message->GetReflection(); local
2828 const Reflection* reflection = message->GetReflection(); local
2841 const Reflection* reflection = message->GetReflection(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
UseCounter.h 117 Reflection,
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAccount.java 84 Robolectric.Reflection.setFinalStaticField(Account.class, "CREATOR", CREATOR);
ShadowLooper.java 30 return Robolectric.Reflection.newInstanceOf(Looper.class);
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python-proto2.cc 424 const google::protobuf::Reflection* reflection,
487 reflection->AddString(message, descriptor, value_string);
489 reflection->SetString(message, descriptor, value_string);
491 reflection->SetRepeatedString(message, descriptor, index, value_string);
529 const google::protobuf::Reflection* reflection = message->GetReflection();
530 self->message = reflection->MutableMessage(
538 const google::protobuf::Reflection* reflection = message->GetReflection()
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
ViewLoaderTest.java 92 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT", Build.VERSION_CODES.FROYO);
100 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT", Build.VERSION_CODES.JELLY_BEAN);
109 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT", Build.VERSION_CODES.HONEYCOMB);
118 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT", Build.VERSION_CODES.JELLY_BEAN);
  /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() {
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc 56 const Reflection* reflection = message.GetReflection(); local
59 if (reflection->GetUnknownFields(message).field_count() > 0) return true;
62 reflection->ListFields(message, &fields);
69 int size = reflection->FieldSize(message, fields[i]);
72 reflection->GetRepeatedMessage(message, fields[i], j);
76 const Message& sub_message = reflection->GetMessage(message, fields[i]);
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.cc 57 const Reflection* reflection = message.GetReflection(); local
60 if (reflection->GetUnknownFields(message).field_count() > 0) return true;
63 reflection->ListFields(message, &fields);
70 int size = reflection->FieldSize(message, fields[i]);
73 reflection->GetRepeatedMessage(message, fields[i], j);
77 const Message& sub_message = reflection->GetMessage(message, fields[i]);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
rails.php 225 'ActiveRecord::Reflection::ClassMethods',
226 'ActiveRecord::Reflection::MacroReflection',
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 56 const Reflection* reflection = message.GetReflection(); local
59 if (reflection->GetUnknownFields(message).field_count() > 0) return true;
62 reflection->ListFields(message, &fields);
69 int size = reflection->FieldSize(message, fields[i]);
72 reflection->GetRepeatedMessage(message, fields[i], j);
76 const Message& sub_message = reflection->GetMessage(message, fields[i]);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_file.cc 63 const Reflection* reflection = message.GetReflection(); local
66 if (reflection->GetUnknownFields(message).field_count() > 0) return false;
69 reflection->ListFields(message, &fields);
76 int size = reflection->FieldSize(message, fields[i]);
79 reflection->GetRepeatedMessage(message, fields[i], j);
83 const Message& sub_message = reflection->GetMessage(message, fields[i]);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
RobolectricTestRunner.java 303 /** @deprecated use {@link Robolectric.Reflection#setFinalStaticField(Class, String, Object)} */
306 Robolectric.Reflection.setFinalStaticField(clazz, fieldName, value);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs 41 using MethodBase = System.Reflection.MethodBase;
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs 42 using MethodBase = System.Reflection.MethodBase;
    [all...]

Completed in 1039 milliseconds

12 3