HomeSort by relevance Sort by last modified time
    Searched refs:Descriptor (Results 101 - 125 of 626) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Empty.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/empty.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.WellKnownTypes.EmptyReflection
31 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
57 public static pbr::MessageDescriptor Descriptor {
58 get { return global::Google.Protobuf.WellKnownTypes.EmptyReflection.Descriptor.MessageTypes[0]; }
61 pbr::MessageDescriptor pb::IMessage.Descriptor {
62 get { return Descriptor; }
    [all...]
SourceContext.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/source_context.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.WellKnownTypes.SourceContextReflection
31 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
50 public static pbr::MessageDescriptor Descriptor {
51 get { return global::Google.Protobuf.WellKnownTypes.SourceContextReflection.Descriptor.MessageTypes[0]; }
54 pbr::MessageDescriptor pb::IMessage.Descriptor {
55 get { return Descriptor; }
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestImportPublicProto3.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/unittest_import_public_proto3.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.TestProtos.UnittestImportPublicProto3Reflection
30 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
45 public static pbr::MessageDescriptor Descriptor {
46 get { return global::Google.Protobuf.TestProtos.UnittestImportPublicProto3Reflection.Descriptor.MessageTypes[0]; }
49 pbr::MessageDescriptor pb::IMessage.Descriptor {
50 get { return Descriptor; }
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 38 // of the C++ *Descriptor objects, and fix up all circular references
59 #include <google/protobuf/descriptor.pb.h>
65 #include <google/protobuf/descriptor.h>
127 // Returns the name of all containing types for descriptor,
128 // in order from outermost to innermost, followed by descriptor's
131 string NamePrefixedWithNestedTypes(const DescriptorT& descriptor,
133 string name = descriptor.name();
134 for (const Descriptor* current = descriptor.containing_type();
143 // descriptor.Descriptor instance for the generated class
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCMissingSuperCallChecker.cpp 108 SelectorDescriptor Descriptor = *I;
109 assert(Descriptor.ArgumentCount <= 1); // No multi-argument selectors yet.
112 IdentifierInfo *II = &Ctx.Idents.get(Descriptor.SelectorName);
114 Selector Sel = Ctx.Selectors.getSelector(Descriptor.ArgumentCount, &II);
  /external/libmojo/third_party/catapult/devil/devil/utils/
lsusb.py 103 return device['Device Descriptor']['iSerial']['_desc']
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
ProfileLevelIndicationDescriptor.java 30 @Descriptor(tags = 0x14)
ObjectDescriptor.java_bak 43 @Descriptor(tags = {0x01, 0x11})
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
MessageOrBuilder.java 67 * Get the message's type's descriptor. This differs from the
73 Descriptors.Descriptor getDescriptorForType();
ExtensionRegistry.java 33 import com.google.protobuf.Descriptors.Descriptor;
114 /** A (Descriptor, Message) pair, returned by lookup methods. */
116 /** The extension's descriptor. */
117 public final FieldDescriptor descriptor; field in class:ExtensionRegistry.ExtensionInfo
125 private ExtensionInfo(final FieldDescriptor descriptor) {
126 this.descriptor = descriptor;
129 private ExtensionInfo(final FieldDescriptor descriptor,
131 this.descriptor = descriptor;
371 private final Descriptor descriptor; field in class:ExtensionRegistry.DescriptorIntPair
    [all...]
  /external/protobuf/src/google/protobuf/
any.h 37 #include <google/protobuf/descriptor.h>
79 bool InternalIs(const Descriptor* message) const;
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.h 64 MessageGenerator(const Descriptor* descriptor, const Options& options);
71 // descriptor that was responsible for its inclusion in the map. This can be
72 // used to associate the descriptor with the code generated for it.
74 map<string, const Descriptor*>* class_names);
98 // Generate code which declares all the global descriptor pointers which
103 // descriptor.
169 io::Printer* printer, const Descriptor::ExtensionRange* range,
188 const Descriptor* descriptor_;
cpp_field.h 45 #include <google/protobuf/descriptor.h>
63 void SetCommonFieldVariables(const FieldDescriptor* descriptor,
67 void SetCommonOneofFieldVariables(const FieldDescriptor* descriptor,
204 // Convenience class which constructs FieldGenerators for a Descriptor.
207 FieldGeneratorMap(const Descriptor* descriptor, const Options& options);
213 const Descriptor* descriptor_;
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.h 40 #include <google/protobuf/descriptor.pb.h>
41 #include <google/protobuf/descriptor.h>
91 const Descriptor* parent, const FileDescriptor* file);
94 // descriptor.
95 inline string ClassName(const Params& params, const Descriptor* descriptor) {
96 return ToJavaName(params, descriptor->name(), true,
97 descriptor->containing_type(), descriptor->file());
99 string ClassName(const Params& params, const EnumDescriptor* descriptor);
    [all...]
javanano_field.h 41 #include <google/protobuf/descriptor.h>
94 // Convenience class which constructs FieldGenerators for a Descriptor.
97 explicit FieldGeneratorMap(const Descriptor* descriptor, const Params &params);
105 const Descriptor* descriptor_;
116 void SetCommonOneofVariables(const FieldDescriptor* descriptor,
118 void GenerateOneofFieldEquals(const FieldDescriptor* descriptor,
121 void GenerateOneofFieldHashCode(const FieldDescriptor* descriptor,
  /external/skia/src/effects/gradients/
SkRadialGradient.h 15 SkRadialGradient(const SkPoint& center, SkScalar radius, const Descriptor&);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
any.h 37 #include <google/protobuf/descriptor.h>
79 bool InternalIs(const Descriptor* message) const;
  /external/protobuf/php/ext/google/protobuf/
def.c 17 "Attempt to modify a frozen descriptor. Once descriptors are "
18 "added to the descriptor pool, they may not be modified.");
141 Descriptor *desc = php_to_descriptor(context->descriptor TSRMLS_CC);
171 Descriptor* desc = php_to_descriptor(def_php TSRMLS_CC);
182 // Descriptor* desc = php_to_descriptor(def_php TSRMLS_CC);
192 // Descriptor
199 DEFINE_CLASS(Descriptor, descriptor, "Google\\Protobuf\\Descriptor");
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
VisualizerEffectTest.java 47 AudioEffect.Descriptor[] descriptors = AudioEffect.queryEffects();
50 AudioEffect.Descriptor descriptor = descriptors[i]; local
51 if (descriptor.type.compareTo(UUID.fromString(VISUALIZER_TYPE)) == 0) {
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
OhciDxe.inf 34 Descriptor.h
  /external/llvm/unittests/Support/
ReplaceFileTest.cpp 51 explicit ScopedFD(int Descriptor) : FD(Descriptor) {}
81 // descriptor.
91 // If we obtain a new descriptor for the target file, we should find that it
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.h 40 #include <google/protobuf/descriptor.pb.h>
41 #include <google/protobuf/descriptor.h>
84 const Descriptor* parent, const FileDescriptor* file);
87 // descriptor.
88 inline string ClassName(const Params& params, const Descriptor* descriptor) {
89 return ToJavaName(params, descriptor->name(), true,
90 descriptor->containing_type(), descriptor->file());
92 string ClassName(const Params& params, const EnumDescriptor* descriptor);
    [all...]
  /external/v8/src/
property.cc 27 : Descriptor(key, FieldType::Any(key->GetIsolate()), attributes, DATA,
48 // Outputs PropertyDetails as a descriptor array details.
79 std::ostream& operator<<(std::ostream& os, const Descriptor& d) {
81 os << "Descriptor " << Brief(*d.GetKey()) << " @ " << Brief(value) << " ";
  /external/javassist/src/main/javassist/
CtField.java 60 this(Descriptor.of(type), name, declaring);
323 * called a field descriptor, which is defined in the JVM specification.
329 * a descriptor. To obtain a type signature, call the following
335 * @see javassist.bytecode.Descriptor
346 return Descriptor.toCtClass(fieldInfo.getDescriptor(),
355 fieldInfo.setDescriptor(Descriptor.of(clazz));
836 code.addPutfield(Bytecode.THIS, name, Descriptor.of(type));
849 code.addPutstatic(Bytecode.THIS, name, Descriptor.of(type));
    [all...]
  /external/protobuf/java/util/src/main/java/com/google/protobuf/util/
FieldMaskUtil.java 36 import com.google.protobuf.Descriptors.Descriptor;
135 Descriptor descriptor = Internal.getDefaultInstance(type).getDescriptorForType(); local
139 FieldDescriptor field = descriptor.findFieldByNumber(fieldNumber);
152 Descriptor descriptor = local
155 return isValid(descriptor, fieldMask);
161 public static boolean isValid(Descriptor descriptor, FieldMask fieldMask) {
163 if (!isValid(descriptor, path))
174 Descriptor descriptor = local
    [all...]

Completed in 461 milliseconds

1 2 3 45 6 7 8 91011>>