HomeSort by relevance Sort by last modified time
    Searched refs:Descriptor (Results 401 - 425 of 667) sorted by null

<<11121314151617181920>>

  /test/vts/proto/
ComponentSpecificationMessage_pb2.py 5 from google.protobuf import descriptor as _descriptor
14 DESCRIPTOR = _descriptor.FileDescriptor(
23 file=DESCRIPTOR,
73 file=DESCRIPTOR,
203 file=DESCRIPTOR,
301 file=DESCRIPTOR,
327 file=DESCRIPTOR,
432 _CALLFLOWSPECIFICATIONMESSAGE = _descriptor.Descriptor(
436 file=DESCRIPTOR,
481 _NATIVECODECOVERAGERAWDATAMESSAGE = _descriptor.Descriptor(
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestWellKnownTypes.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/unittest_well_known_types.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.TestProtos.UnittestWellKnownTypesReflection
163 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
164 new pbr::FileDescriptor[] { global::Google.Protobuf.WellKnownTypes.AnyReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.ApiReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.DurationReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.EmptyReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.FieldMaskReflection.Descriptor, global::Google.Protobuf.We (…)
    [all...]
  /external/protobuf/src/google/protobuf/
struct.pb.cc 14 #include <google/protobuf/descriptor.h>
25 const ::google::protobuf::Descriptor* Struct_descriptor_ = NULL;
28 const ::google::protobuf::Descriptor* Struct_FieldsEntry_descriptor_ = NULL;
29 const ::google::protobuf::Descriptor* Value_descriptor_ = NULL;
40 const ::google::protobuf::Descriptor* ListValue_descriptor_ = NULL;
264 const ::google::protobuf::Descriptor* Struct::descriptor() { function in class:google::protobuf::Struct
464 metadata.descriptor = Struct_descriptor_;
552 const ::google::protobuf::Descriptor* Value::descriptor() { function in class:google::protobuf::Value
1286 const ::google::protobuf::Descriptor* ListValue::descriptor() { function in class:google::protobuf::ListValue
    [all...]
generated_message_reflection.cc 40 #include <google/protobuf/descriptor.pb.h>
41 #include <google/protobuf/descriptor.h>
61 bool ParseNamedEnum(const EnumDescriptor* descriptor,
64 const EnumValueDescriptor* d = descriptor->FindValueByName(name);
70 const string& NameOfEnum(const EnumDescriptor* descriptor, int value) {
71 const EnumValueDescriptor* d = descriptor->FindValueByNumber(value);
76 inline bool SupportsArenas(const Descriptor* descriptor) {
77 return descriptor->file()->options().cc_enable_arenas();
88 const Descriptor* descriptor, const FieldDescriptor* field
    [all...]
struct.pb.h 81 static const ::google::protobuf::Descriptor* descriptor();
173 static const ::google::protobuf::Descriptor* descriptor();
335 static const ::google::protobuf::Descriptor* descriptor();
  /external/v8/src/ic/
keyed-store-generic.cc     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.c     [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 61 # and make it return True when the descriptor is an instance of the extension
79 This class is the base of all descriptor classes. It provides common options
83 has_options: True if the descriptor has non-default options. Usually it
92 # subclasses" of this descriptor class.
96 """Initialize the descriptor given its options message and the name of the
103 # Does this descriptor have non-default options?
107 """Sets the descriptor's options
109 This function is used in generated proto2 files to update descriptor
115 # Does this descriptor have non-default options?
119 """Retrieves descriptor options
    [all...]
descriptor_pool.py 49 The message descriptor can be used in conjunction with the message_factory
60 from google.protobuf import descriptor
65 _USE_C_DESCRIPTORS = descriptor._USE_C_DESCRIPTORS
84 """A collection of protobufs dynamically constructed by descriptor protos."""
90 return descriptor._message.DescriptorPool(descriptor_db)
96 specialized file descriptor proto lookup code to be triggered on demand. An
135 """Adds a Descriptor to the pool, non-recursively.
137 If the Descriptor contains nested messages or enums, the caller must
142 desc: A Descriptor.
144 if not isinstance(desc, descriptor.Descriptor)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.cc 50 #include <google/protobuf/descriptor.pb.h>
277 "#include <google/protobuf/descriptor.h>\n"
409 map<string, const Descriptor*>& classes() { return classes_; }
422 for (map<string, const Descriptor *>::const_iterator it = classes_.begin(),
443 map<string, const Descriptor*> classes_;
458 // the global variables which store pointers to the descriptor objects.
460 // anyone calls descriptor() or GetReflection() on one of the types defined
472 // Make sure the file has found its way into the pool. If a descriptor
480 // Get the file's descriptor from the pool.
491 // assign the global descriptor pointers based on the file descriptor
    [all...]
  /external/v8/src/
factory.cc     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeRuntimePciExpressLib/
PciExpressLib.c 284 EFI_GCD_MEMORY_SPACE_DESCRIPTOR Descriptor;
317 // Get the GCD Memory Descriptor for the PCI Express Bus/Dev/Func specified by Address
319 Status = gDS->GetMemorySpaceDescriptor (Address, &Descriptor);
328 Status = gDS->SetMemorySpaceAttributes (Address, 0x1000, Descriptor.Attributes | EFI_MEMORY_RUNTIME);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Impl.c 466 Other->IaCb.Ia->Descriptor.Type == Dhcp6CfgData->IaDescriptor.Type &&
467 Other->IaCb.Ia->Descriptor.IaId == Dhcp6CfgData->IaDescriptor.IaId
502 // Initialize the Ia descriptor from the config data, and leave the other
513 &Instance->IaCb.Ia->Descriptor,
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/javassist/src/main/javassist/compiler/
JvstCodeGen.java 89 bytecode.addLdc(Descriptor.ofMethod(returnType, paramTypeList));
100 bytecode.addLdc(Descriptor.of(dollarType));
396 String methodname, String descriptor,
404 bytecode.addInvokespecial(classname, methodname, descriptor);
405 setReturnType(descriptor, false, false);
569 * @param typeDesc the type descriptor of the variable
628 Descriptor.ofMethod(CtClass.voidType, args));
  /external/protobuf/python/google/protobuf/internal/
well_known_types.py 47 from google.protobuf.descriptor import FieldDescriptor
72 self.type_url = '%s/%s' % (type_url_prefix, msg.DESCRIPTOR.full_name)
74 self.type_url = '%s%s' % (type_url_prefix, msg.DESCRIPTOR.full_name)
79 descriptor = msg.DESCRIPTOR
80 if not self.Is(descriptor):
90 def Is(self, descriptor):
92 return self.TypeName() == descriptor.full_name
391 """Checks whether the FieldMask is valid for Message Descriptor."""
398 """Gets all direct fields of Message Descriptor to FieldMask.""
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc 51 #include <google/protobuf/descriptor.pb.h>
56 #include <google/protobuf/descriptor.h>
60 #include <google/protobuf/pyext/descriptor.h>
105 // Add the number of a field descriptor to the containing message class.
129 static int AddDescriptors(PyObject* cls, const Descriptor* descriptor) {
132 if (descriptor->extension_range_count() > 0) {
144 for (int i = 0; i < descriptor->field_count(); ++i) {
145 if (!AddFieldNumberToClass(cls, descriptor->field(i))) {
150 // For each enum set cls.<enum name> = EnumTypeWrapper(<enum descriptor>)
293 const Descriptor* descriptor = local
492 const FieldDescriptor* descriptor = local
505 const FieldDescriptor* descriptor = cmessage::GetExtensionDescriptor(key); local
1057 const FieldDescriptor* descriptor = GetFieldDescriptor(self, name); local
1359 const Descriptor* descriptor = message->GetDescriptor(); local
1465 const FieldDescriptor* descriptor = GetExtensionDescriptor(extension); local
1477 const FieldDescriptor* descriptor = GetExtensionDescriptor(extension); local
1957 const FieldDescriptor* descriptor = local
2552 const Descriptor* descriptor = GetMessageDescriptor(Py_TYPE(self)); local
    [all...]
  /hardware/interfaces/audio/2.0/default/
StreamOut.cpp 306 _hidl_cb(result, CommandMQ::Descriptor(), DataMQ::Descriptor(),
307 StatusMQ::Descriptor(), threadInfo);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
struct.pb.h 81 static const ::google::protobuf::Descriptor* descriptor();
173 static const ::google::protobuf::Descriptor* descriptor();
335 static const ::google::protobuf::Descriptor* descriptor();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoring.java 131 * This constructor is solely used by {@link Descriptor},
190 return new Descriptor(
513 public static class Descriptor extends VisualRefactoringDescriptor {
514 public Descriptor(String project, String description, String comment,
UseCompoundDrawableRefactoring.java 101 * This constructor is solely used by {@link Descriptor}, to replay a
185 return new Descriptor(
440 public static class Descriptor extends VisualRefactoringDescriptor {
441 public Descriptor(String project, String description, String comment,
  /external/javassist/src/main/javassist/
CtClass.java 29 import javassist.bytecode.Descriptor;
696 * @param desc the type descriptor of the field. It is available by
735 * @param desc the type descriptor of the field. It is available by
761 * called method descriptor.
762 * For details of the method descriptor, see the JVM specification
763 * or <code>javassist.bytecode.Descriptor</code>.
765 * @param desc method descriptor
766 * @see javassist.bytecode.Descriptor
791 String desc = Descriptor.ofConstructor(params);
822 * called method descriptor,
    [all...]
  /external/javassist/src/main/javassist/bytecode/
AnnotationsAttribute.java 446 String newName = Descriptor.rename(name, classnames);
557 String newName = Descriptor.rename(name, classnames);
  /external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java 28 import javassist.bytecode.Descriptor;
243 parameters = Descriptor.getParameterTypes(method.getDescriptor(), clazz.getClassPool());
  /external/nanopb-c/generator/google/protobuf/
descriptor_pool.py 49 The message descriptor can be used in conjunction with the message_factory
57 from google.protobuf import descriptor
62 """A collection of protobufs dynamically constructed by descriptor protos."""
68 specialized file descriptor proto lookup code to be triggered on demand. An
96 file_name: The path to the file to get a descriptor for.
141 """Loads the named descriptor from the pool.
144 full_name: The full name of the descriptor to load.
147 The descriptor for the named type.
156 """Loads the named enum descriptor from the pool.
159 full_name: The full name of the enum descriptor to load
    [all...]

Completed in 1297 milliseconds

<<11121314151617181920>>