/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
message.h | 82 // const Descriptor* descriptor = foo->GetDescriptor(); 86 // const FieldDescriptor* text_field = descriptor->FindFieldByName("text"); 90 // const FieldDescriptor* numbers_field = descriptor-> 126 #include <google/protobuf/descriptor.h> 155 const Descriptor* descriptor; member in struct:google::protobuf::Metadata 168 // the optimize_for option in descriptor.proto. 182 // must have the same descriptor, but need not necessarily be the same class. 239 // Parse a protocol buffer from a file descriptor. If successful, the entir [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
message.h | 82 // const Descriptor* descriptor = foo->GetDescriptor(); 86 // const FieldDescriptor* text_field = descriptor->FindFieldByName("text"); 90 // const FieldDescriptor* numbers_field = descriptor-> 126 #include <google/protobuf/descriptor.h> 155 const Descriptor* descriptor; member in struct:google::protobuf::Metadata 168 // the optimize_for option in descriptor.proto. 182 // must have the same descriptor, but need not necessarily be the same class. 239 // Parse a protocol buffer from a file descriptor. If successful, the entir [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
message.h | 82 // const Descriptor* descriptor = foo->GetDescriptor(); 86 // const FieldDescriptor* text_field = descriptor->FindFieldByName("text"); 90 // const FieldDescriptor* numbers_field = descriptor-> 126 #include <google/protobuf/descriptor.h> 155 const Descriptor* descriptor; member in struct:google::protobuf::Metadata 168 // the optimize_for option in descriptor.proto. 182 // must have the same descriptor, but need not necessarily be the same class. 239 // Parse a protocol buffer from a file descriptor. If successful, the entir [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
message.h | 82 // const Descriptor* descriptor = foo->GetDescriptor(); 86 // const FieldDescriptor* text_field = descriptor->FindFieldByName("text"); 90 // const FieldDescriptor* numbers_field = descriptor-> 126 #include <google/protobuf/descriptor.h> 155 const Descriptor* descriptor; member in struct:google::protobuf::Metadata 168 // the optimize_for option in descriptor.proto. 182 // must have the same descriptor, but need not necessarily be the same class. 239 // Parse a protocol buffer from a file descriptor. If successful, the entir [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
message.h | 82 // const Descriptor* descriptor = foo->GetDescriptor(); 86 // const FieldDescriptor* text_field = descriptor->FindFieldByName("text"); 90 // const FieldDescriptor* numbers_field = descriptor-> 122 #include <google/protobuf/descriptor.h> 165 const Descriptor* descriptor; member in struct:google::protobuf::Metadata 178 // the optimize_for option in descriptor.proto. 203 // must have the same descriptor, but need not necessarily be the same class. 266 // Parse a protocol buffer from a file descriptor. If successful, the entir [all...] |
reflection.h | 533 static const Descriptor* GetMessageFieldDescriptor() { 549 static const Descriptor* GetMessageFieldDescriptor() { 564 static const Descriptor* GetMessageFieldDescriptor() { 571 static const Descriptor* get() { 577 static const Descriptor* get() { 592 static const Descriptor* GetMessageFieldDescriptor() {
|
wrappers.pb.h | 68 static const ::google::protobuf::Descriptor* descriptor(); 159 static const ::google::protobuf::Descriptor* descriptor(); 250 static const ::google::protobuf::Descriptor* descriptor(); 341 static const ::google::protobuf::Descriptor* descriptor(); 432 static const ::google::protobuf::Descriptor* descriptor(); [all...] |
map_entry.h | 68 metadata.descriptor = descriptor_; 77 const Descriptor* descriptor_; 239 // Create default MapEntry instance for given descriptor. Descriptor has to be 241 // may have the same type and MapEntry class. The given descriptor is needed 243 static MapEntry* CreateDefaultInstance(const Descriptor* descriptor) { 246 descriptor, entry, offsets_, 253 entry->descriptor_ = descriptor;
|
/external/protobuf/src/google/protobuf/ |
descriptor_unittest.cc | 43 #include <google/protobuf/descriptor.pb.h> 44 #include <google/protobuf/descriptor.h> 254 const Descriptor* foo_message_; 260 const Descriptor* bar_message_; 471 const Descriptor* message_; 472 const Descriptor* message2_; 473 const Descriptor* foreign_; 715 const Descriptor* oneof_message_; 816 const Descriptor* message_; [all...] |
generated_message_reflection_unittest.cc | 46 #include <google/protobuf/descriptor.h> 62 unittest::TestAllTypes::descriptor()->FindFieldByName(name); 71 unittest::TestAllTypes::descriptor()); 95 unittest::TestAllTypes::descriptor()); 132 unittest::TestAllTypes::descriptor()); 220 const Descriptor* descriptor = message1.GetDescriptor(); local 221 fields.push_back(descriptor->FindFieldByName("optional_double")); 222 fields.push_back(descriptor->FindFieldByName("repeated_int32")); 223 fields.push_back(descriptor->FindFieldByName("optional_string")) 304 const Descriptor* descriptor = message1.GetDescriptor(); local 341 const Descriptor* descriptor = message.GetDescriptor(); local 363 const Descriptor* descriptor = message.GetDescriptor(); local 561 const Descriptor* descriptor = message.GetDescriptor(); local 627 const Descriptor* descriptor = unittest::TestOneof2::descriptor(); local 725 const Descriptor* descriptor = unittest::TestOneof2::descriptor(); local 746 const Descriptor* descriptor = message.GetDescriptor(); local [all...] |
repeated_field_reflection_unittest.cc | 65 const Descriptor* desc = message.GetDescriptor(); 166 const Descriptor* desc = extended_message.GetDescriptor();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeViewRefactoring.java | 71 * This constructor is solely used by {@link Descriptor}, 131 return new Descriptor( 224 ViewElementDescriptor descriptor = getElementDescriptor(mTypeFqcn); local 225 if (descriptor == null) { 230 AttributeDescriptor[] layoutAttributes = descriptor.getAttributes(); 247 ATTR_TEXT, descriptor.getUiName()); 286 public static class Descriptor extends VisualRefactoringDescriptor { 287 public Descriptor(String project, String description, String comment,
|
/external/javassist/src/main/javassist/bytecode/ |
ConstPool.java | 213 return Descriptor.toJavaName(getUtf8Info(c.name)); 326 * @return the type descriptor of the field. 404 * @return the descriptor of the method. 486 * @return the descriptor of the method. 602 * the type descriptor of the that constructor. 622 * the type descriptor of that member. 642 * at the given index has the name and the descriptor 646 * @param desc the descriptor of the member. 653 * match the given member name and descriptor. 713 return addClassInfo(Descriptor.toJvmName(c)) [all...] |
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
TagLibConfiguration.java | 327 public static class TldDescriptor extends Descriptor 450 public void visitListener (WebAppContext context, Descriptor descriptor, XmlParser.Node node) 476 public void end(WebAppContext context, Descriptor descriptor) 481 public void start(WebAppContext context, Descriptor descriptor)
|
/external/nanopb-c/generator/google/protobuf/ |
descriptor.py | 60 This class is the base of all descriptor classes. It provides common options 64 has_options: True if the descriptor has non-default options. Usually it 72 """Initialize the descriptor given its options message and the name of the 79 # Does this descriptor have non-default options? 83 """Sets the descriptor's options 85 This function is used in generated proto2 files to update descriptor 91 # Does this descriptor have non-default options? 95 """Retrieves descriptor options. 98 descriptor. 130 containing_type: if provided, this is a nested descriptor, with thi [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/ |
Message.java | 75 * should mix the message's type (object identity of the descriptor) with its 140 * Get the message's type's descriptor. 143 Descriptors.Descriptor getDescriptorForType();
|
MessageReflection.java | 231 * Returns the descriptor for the target. 233 public Descriptors.Descriptor getDescriptorForType(); 241 ExtensionRegistry registry, Descriptors.Descriptor containingType, 323 Descriptors.FieldDescriptor descriptor, Message defaultInstance) 331 Descriptors.FieldDescriptor descriptor, Message defaultInstance) 341 Descriptors.FieldDescriptor descriptor, Message defaultInstance) 354 * provided, it indicates the descriptor is for an extension type, and 359 Descriptors.FieldDescriptor descriptor, 372 public Descriptors.Descriptor getDescriptorForType() { 438 ExtensionRegistry registry, Descriptors.Descriptor containingType [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
appmgmt.h | 100 DWORD WINAPI CommandLineFromMsiDescriptor(WCHAR *Descriptor,WCHAR *CommandLine,DWORD *CommandLineLength);
|
/toolchain/binutils/binutils-2.25/bfd/ |
vms-misc.c | 471 } Descriptor; 472 Descriptor.Size = 17; 473 Descriptor.Ptr = tbuf; 474 SYS$ASCTIM (0, &Descriptor, 0, 0);
|
/external/javassist/src/main/javassist/convert/ |
TransformAccessArrayField.java | 25 import javassist.bytecode.Descriptor; 122 return clazz != null ? Descriptor.toJvmName(clazz) : null;
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_helpers.cc | 40 #include <google/protobuf/descriptor.pb.h> 162 const Descriptor* parent, const FileDescriptor* file) { 176 string ClassName(const Params& params, const FileDescriptor* descriptor) { 177 string result = FileJavaPackage(params, descriptor); 179 result += FileClassName(params, descriptor); 183 string ClassName(const Params& params, const EnumDescriptor* descriptor) { 186 const Descriptor* parent = descriptor->containing_type(); 190 return ClassName(params, descriptor->file());
|
/external/v8/tools/ |
ll_prof.py | 502 class Descriptor(object): 503 """Descriptor of a structure in the binary trace log.""" 513 _fields_ = Descriptor.CtypesFields(fields) 526 return [(field, Descriptor.CTYPE_MAP[format]) for (field, format) in fields] 534 TRACE_HEADER_DESC = Descriptor([ 548 PERF_EVENT_ATTR_DESC = Descriptor([ 564 PERF_EVENT_HEADER_DESC = Descriptor([ 572 PERF_MMAP_EVENT_BODY_DESC = Descriptor([ 581 PERF_MMAP2_EVENT_BODY_DESC = Descriptor([ 662 self.ip_struct = Descriptor.CTYPE_MAP[PERF_SAMPLE_EVENT_IP_FORMAT [all...] |
grokdump.py | 73 class Descriptor(object): 74 """Descriptor of a structure in a memory.""" 84 self.ctype = Descriptor._GetCtype(fields) 93 partial_ctype = Descriptor._GetCtype(fields_copy[:last]) 101 complete_ctype = Descriptor._GetCtype(fields_copy[:last]) 183 MINIDUMP_HEADER = Descriptor([ 193 MINIDUMP_LOCATION_DESCRIPTOR = Descriptor([ 198 MINIDUMP_STRING = Descriptor([ 203 MINIDUMP_DIRECTORY = Descriptor([ 210 MINIDUMP_EXCEPTION = Descriptor([ [all...] |
/external/javassist/src/main/javassist/ |
CtBehavior.java | 285 return Descriptor.getParameterTypes(methodInfo.getDescriptor(), 293 return Descriptor.getReturnType(methodInfo.getDescriptor(), 301 * called method descriptor, which is defined in the JVM specification. 309 * a descriptor. To obtain a type signature, call the following 315 * @see javassist.bytecode.Descriptor 559 String desc = Descriptor.of(type); 562 ca.setMaxLocals(maxLocals + Descriptor.dataSize(desc)); 573 String desc2 = Descriptor.insertParameter(type, desc); 592 String desc2 = Descriptor.appendParameter(type, desc); 595 addParameter2(offset + Descriptor.paramSize(desc), type, desc) [all...] |
ClassPool.java | 33 import javassist.bytecode.Descriptor; 483 * that classname can be an array-type "descriptor" (an encoded 491 * type, it returns a descriptor. 493 * @param classname a fully-qualified class name or a descriptor 497 * @see javassist.bytecode.Descriptor#toCtClass(String, ClassPool) 502 return Descriptor.toCtClass(classname, this); 553 classname = Descriptor.toClassName(classname); [all...] |