HomeSort by relevance Sort by last modified time
    Searched refs:reflection (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/javassist/src/main/javassist/tools/reflect/
Loader.java 23 * A class loader for reflection.
83 * Reflection reflection = new Reflection();
85 * = new javassist.Loader(ClassPool.getDefault(reflection));
86 * reflection.makeReflective("Person", "MyMetaobject",
105 * @see javassist.tools.reflect.Reflection
110 protected Reflection reflection; field in class:Loader
135 reflection = new Reflection()
    [all...]
  /external/protobuf/src/google/protobuf/
generated_message_reflection_unittest.cc 37 // reflection interface. This is much easier and more maintainable than
42 // compiler/cpp/unittest, except using the reflection interface
75 const Reflection* reflection = message.GetReflection(); local
81 &reflection->GetMessage(message, F("optionalgroup")));
83 &reflection->GetMessage(message, F("optional_nested_message")));
85 &reflection->GetMessage(message, F("optional_foreign_message")));
87 &reflection->GetMessage(message, F("optional_import_message")));
112 const Reflection* reflection = message.GetReflection() local
137 const Reflection* reflection = message.GetReflection(); local
156 const Reflection* reflection = message1.GetReflection(); local
171 const Reflection* reflection = message1.GetReflection(); local
190 const Reflection* reflection = message1.GetReflection(); local
204 const Reflection* reflection = message1.GetReflection(); local
281 const Reflection* reflection = local
306 const Reflection* reflection = local
334 const Reflection* reflection = message.GetReflection(); local
    [all...]
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...]
reflection_ops.cc 57 const Reflection* from_reflection = from.GetReflection();
58 const Reflection* to_reflection = to->GetReflection();
124 const Reflection* reflection = message->GetReflection(); local
127 reflection->ListFields(*message, &fields);
129 reflection->ClearField(message, fields[i]);
132 reflection->MutableUnknownFields(message)->Clear();
137 const Reflection* reflection = message.GetReflection(); local
142 if (!reflection->HasField(message, descriptor->field(i)))
175 const Reflection* reflection = message->GetReflection(); local
222 const Reflection* reflection = message.GetReflection(); local
    [all...]
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...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
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...]
reflection_ops.cc 61 const Reflection* from_reflection = from.GetReflection();
62 const Reflection* to_reflection = to->GetReflection();
128 const Reflection* reflection = message->GetReflection(); local
131 reflection->ListFields(*message, &fields);
133 reflection->ClearField(message, fields[i]);
136 reflection->MutableUnknownFields(message)->Clear();
141 const Reflection* reflection = message.GetReflection(); local
146 if (!reflection->HasField(message, descriptor->field(i)))
180 const Reflection* reflection = message->GetReflection(); local
227 const Reflection* reflection = message.GetReflection(); local
    [all...]
generated_message_reflection_unittest.cc 37 // reflection interface. This is much easier and more maintainable than
42 // compiler/cpp/unittest, except using the reflection interface
75 const Reflection* reflection = message.GetReflection(); local
81 &reflection->GetMessage(message, F("optionalgroup")));
83 &reflection->GetMessage(message, F("optional_nested_message")));
85 &reflection->GetMessage(message, F("optional_foreign_message")));
87 &reflection->GetMessage(message, F("optional_import_message")));
112 const Reflection* reflection = message.GetReflection() local
137 const Reflection* reflection = message.GetReflection(); local
156 const Reflection* reflection = message1.GetReflection(); local
171 const Reflection* reflection = message1.GetReflection(); local
190 const Reflection* reflection = message1.GetReflection(); local
204 const Reflection* reflection = message1.GetReflection(); local
329 const Reflection* reflection = local
354 const Reflection* reflection = local
434 const Reflection* reflection = message.GetReflection(); local
    [all...]
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...]
text_format.h 152 const Reflection* reflection,
158 const Reflection* reflection,
165 const Reflection* reflection,
172 const Reflection* reflection,
299 // parser will use the standard Reflection object associated with
  /external/mockito/src/org/mockito/internal/util/reflection/
Constructors.java 1 package org.mockito.internal.util.reflection;
AccessibilityChanger.java 5 package org.mockito.internal.util.reflection;
FieldCopier.java 5 package org.mockito.internal.util.reflection;
FieldInitializationReport.java 6 package org.mockito.internal.util.reflection;
FieldReader.java 5 package org.mockito.internal.util.reflection;
FieldSetter.java 5 package org.mockito.internal.util.reflection;
GenericMaster.java 5 package org.mockito.internal.util.reflection;
  /external/mockito/src/org/mockito/internal/configuration/injection/filter/
FinalMockCandidateFilter.java 8 import org.mockito.internal.util.reflection.BeanPropertySetter;
9 import org.mockito.internal.util.reflection.FieldSetter;
  /external/mockito/src/org/mockito/internal/configuration/injection/
ConstructorInjection.java 10 import org.mockito.internal.util.reflection.FieldInitializationReport;
11 import org.mockito.internal.util.reflection.FieldInitializer;
12 import org.mockito.internal.util.reflection.FieldInitializer.ConstructorArgumentResolver;
SpyOnInjectedFieldsHandler.java 12 import org.mockito.internal.util.reflection.FieldReader;
13 import org.mockito.internal.util.reflection.FieldSetter;
  /external/mockito/src/org/mockito/internal/configuration/
CaptorAnnotationProcessor.java 10 import org.mockito.internal.util.reflection.GenericMaster;
  /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/chromium_org/third_party/protobuf/python/google/protobuf/
message_factory.py 38 from google.protobuf import reflection namespace
62 result_class = reflection.GeneratedProtocolMessageType(
  /external/chromium_org/third_party/protobuf/
descriptor_pb2.py 5 from google.protobuf import reflection namespace
    [all...]
  /external/mockito/src/org/mockito/internal/stubbing/answers/
ClonesArguments.java 8 import org.mockito.internal.util.reflection.LenientCopyTool;

Completed in 261 milliseconds

1 2 3 4