| /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/protobuf/src/google/protobuf/ |
| 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...] |
| dynamic_message.cc | 37 // Then, we use GeneratedMessageReflection to implement our reflection 40 // Reflection, so the rest is easy. 180 scoped_ptr<const GeneratedMessageReflection> reflection; member in struct:google::protobuf::DynamicMessage::TypeInfo 425 metadata.reflection = type_info_->reflection.get(); 538 // Construct the reflection object. 539 type_info->reflection.reset(
|
| 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...] |
| 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/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/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/mockito/src/org/mockito/internal/util/reflection/ |
| FieldInitializer.java | 5 package org.mockito.internal.util.reflection;
|
| GenericMetadataSupport.java | 5 package org.mockito.internal.util.reflection;
|
| /external/nanopb-c/generator/proto/ |
| plugin_pb2.py | 5 from google.protobuf import reflection namespace 142 __metaclass__ = reflection.GeneratedProtocolMessageType 148 __metaclass__ = reflection.GeneratedProtocolMessageType 151 __metaclass__ = reflection.GeneratedProtocolMessageType
|
| nanopb_pb2.py | 5 from google.protobuf import reflection namespace 149 __metaclass__ = reflection.GeneratedProtocolMessageType
|
| /art/test/201-built-in-exception-detail-messages/src/ |
| Main.java | 29 reflection(); method 354 private static void reflection() throws Exception { method in class:Main
|
| /external/chromium_org/cc/trees/ |
| damage_tracker_unittest.cc | 1054 gfx::Transform reflection; local 1231 gfx::Transform reflection; local 1308 gfx::Transform reflection; local [all...] |
| /external/chromium_org/third_party/protobuf/ |
| descriptor_pb2.py | 5 from google.protobuf import reflection namespace [all...] |
| /external/chromium_org/third_party/protobuf/src/google/protobuf/ |
| dynamic_message.cc | 37 // Then, we use GeneratedMessageReflection to implement our reflection 40 // Reflection, so the rest is easy. 182 scoped_ptr<const GeneratedMessageReflection> reflection; member in struct:google::protobuf::DynamicMessage::TypeInfo 438 metadata.reflection = type_info_->reflection.get(); 551 // Construct the reflection object. 552 type_info->reflection.reset(
|
| 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/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
| StyleBuilderConverter.cpp | 67 RefPtr<StyleReflection> reflection = StyleReflection::create(); local 68 reflection->setDirection(*reflectValue->direction()); 70 reflection->setOffset(reflectValue->offset()->convertToLength<FixedConversion | PercentConversion>(state.cssToLengthConversionData())); 74 reflection->setMask(mask); 76 return reflection.release();
|
| /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
| parser.cc | 967 const Reflection* reflection = options->GetReflection(); local 971 reflection->FieldSize(*options, uninterpreted_option_field)); [all...] |
| parser_unittest.cc | 1403 const Reflection* reflection = root.GetReflection(); local [all...] |
| /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
| plexus-interpolation-1.19.jar | |
| /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interpolation/1.13/ |
| plexus-interpolation-1.13.jar | |
| /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interpolation/1.14/ |
| plexus-interpolation-1.14.jar | |
| /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/ |
| plexus-interpolation-1.14.jar | |
| /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/ |
| python-proto2.cc | 424 const google::protobuf::Reflection* reflection, 481 reflection->AddString(message, descriptor, value_string); 483 reflection->SetString(message, descriptor, value_string); 485 reflection->SetRepeatedString(message, descriptor, index, value_string); 523 const google::protobuf::Reflection* reflection = message->GetReflection(); local 524 self->message = reflection->MutableMessage( 532 const google::protobuf::Reflection* reflection = message->GetReflection() local 634 const google::protobuf::Reflection* reflection = message->GetReflection(); local 733 const google::protobuf::Reflection* reflection = message->GetReflection(); local 807 const google::protobuf::Reflection* reflection = message->GetReflection(); local 916 const google::protobuf::Reflection* reflection = message->GetReflection(); local 1182 const google::protobuf::Reflection* reflection = message->GetReflection(); local 1401 const google::protobuf::Reflection* reflection = message->GetReflection(); local 1424 const google::protobuf::Reflection* reflection = message->GetReflection(); local 1463 const google::protobuf::Reflection* reflection = message->GetReflection(); local 1493 const google::protobuf::Reflection* reflection = message->GetReflection(); local 1527 const google::protobuf::Reflection* reflection = message->GetReflection(); local [all...] |