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

<<11121314151617181920>>

  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugAranges.cpp 40 const DWARFDebugArangeSet::Descriptor* arange_desc_ptr;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
any.pb.h 57 static const ::google::protobuf::Descriptor* descriptor();
field_mask.pb.h 56 static const ::google::protobuf::Descriptor* descriptor();
source_context.pb.h 56 static const ::google::protobuf::Descriptor* descriptor();
descriptor.pb.h 2 // source: google/protobuf/descriptor.proto
203 static const ::google::protobuf::Descriptor* descriptor();
295 static const ::google::protobuf::Descriptor* descriptor();
538 static const ::google::protobuf::Descriptor* descriptor();
637 static const ::google::protobuf::Descriptor* descriptor();
736 static const ::google::protobuf::Descriptor* descriptor()
    [all...]
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
GeneratedMessageTest.java 33 import com.google.protobuf.Descriptors.Descriptor;
1104 Descriptor descriptor = TestAllTypes.getDescriptor(); local
1177 Descriptor descriptor = TestAllTypes.getDescriptor(); local
1202 Descriptor descriptor = TestAllTypes.getDescriptor(); local
1540 Descriptor descriptor = TestAllTypes.getDescriptor(); local
1614 Descriptor descriptor = TestAllTypes.getDescriptor(); local
1640 Descriptor descriptor = TestAllTypes.getDescriptor(); local
    [all...]
AbstractMessageTest.java 68 public Descriptors.Descriptor getDescriptorForType() {
133 public Descriptors.Descriptor getDescriptorForType() {
WireFormatTest.java 275 Descriptors.Descriptor descriptor = TestFieldOrderings.getDescriptor(); local
278 .setField(descriptor.findFieldByName("my_int"), 1L)
279 .setField(descriptor.findFieldByName("my_string"), "foo")
280 .setField(descriptor.findFieldByName("my_float"), 1.0F)
313 Descriptors.Descriptor descriptor = TestFieldOrderings.getDescriptor(); local
316 .setField(descriptor.findFieldByName("my_int"), 1L)
317 .setField(descriptor.findFieldByName("my_string"), "foo")
318 .setField(descriptor.findFieldByName("my_float"), 1.0F
    [all...]
TextFormatTest.java 33 import com.google.protobuf.Descriptors.Descriptor;
1042 Descriptor descriptor = TestAllTypes.getDescriptor(); local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 73 #include <google/protobuf/descriptor.h>
222 // Whether a path is where google/protobuf/descriptor.proto and other well-known
225 // Checking the descriptor.proto file should be good enough.
226 string file_path = path + "/google/protobuf/descriptor.proto";
    [all...]
plugin.pb.cc 14 #include <google/protobuf/descriptor.h>
26 const ::google::protobuf::Descriptor* CodeGeneratorRequest_descriptor_ = NULL;
29 const ::google::protobuf::Descriptor* CodeGeneratorResponse_descriptor_ = NULL;
32 const ::google::protobuf::Descriptor* CodeGeneratorResponse_File_descriptor_ = NULL;
136 "uf/descriptor.proto\"}\n\024CodeGeneratorRequ"
222 const ::google::protobuf::Descriptor* CodeGeneratorRequest::descriptor() { function in class:google::protobuf::compiler::CodeGeneratorRequest
519 metadata.descriptor = CodeGeneratorRequest_descriptor_;
720 const ::google::protobuf::Descriptor* CodeGeneratorResponse_File::descriptor() { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
1088 const ::google::protobuf::Descriptor* CodeGeneratorResponse::descriptor() { function in class:google::protobuf::compiler::CodeGeneratorResponse
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
GeneratedMessage.java 33 import com.google.protobuf.Descriptors.Descriptor;
107 public Descriptor getDescriptorForType() {
108 return internalGetFieldAccessorTable().descriptor;
122 final Descriptor descriptor = internalGetFieldAccessorTable().descriptor; local
123 final List<FieldDescriptor> fields = descriptor.getFields();
463 public Descriptor getDescriptorForType() {
464 return internalGetFieldAccessorTable().descriptor;
476 final Descriptor descriptor = internalGetFieldAccessorTable().descriptor local
843 final FieldDescriptor descriptor = extension.getDescriptor(); local
854 FieldDescriptor descriptor = extension.getDescriptor(); local
879 FieldDescriptor descriptor = extension.getDescriptor(); local
939 FieldDescriptor descriptor = next.getKey(); local
1176 final FieldDescriptor descriptor = extension.getDescriptor(); local
1186 FieldDescriptor descriptor = extension.getDescriptor(); local
1210 FieldDescriptor descriptor = extension.getDescriptor(); local
1223 final FieldDescriptor descriptor = extension.getDescriptor(); local
1237 final FieldDescriptor descriptor = extension.getDescriptor(); local
1253 final FieldDescriptor descriptor = extension.getDescriptor(); local
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Conformance/
Conformance.cs 16 #region Descriptor
17 /// <summary>File descriptor for conformance.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Conformance.ConformanceReflection
187 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
188 new pbr::FileDescriptor[] { global::Google.Protobuf.WellKnownTypes.AnyReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.DurationReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.FieldMaskReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.StructReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.TimestampReflection.Descriptor, global::Google.Protobuf.We (…)
    [all...]
  /external/javassist/src/main/javassist/
CtClassType.java 43 import javassist.bytecode.Descriptor;
343 = (String)classnames.get(Descriptor.toJvmName(oldClassName));
345 newClassName = Descriptor.toJavaName(newClassName);
601 numParameters = Descriptor.numOfParameters(minfo.getDescriptor());
    [all...]
  /external/protobuf/src/google/protobuf/
api.pb.cc 14 #include <google/protobuf/descriptor.h>
25 const ::google::protobuf::Descriptor* Api_descriptor_ = NULL;
28 const ::google::protobuf::Descriptor* Method_descriptor_ = NULL;
31 const ::google::protobuf::Descriptor* Mixin_descriptor_ = NULL;
247 const ::google::protobuf::Descriptor* Api::descriptor() { function in class:google::protobuf::Api
677 metadata.descriptor = Api_descriptor_;
977 const ::google::protobuf::Descriptor* Method::descriptor() { function in class:google::protobuf::Method
1690 const ::google::protobuf::Descriptor* Mixin::descriptor() { function in class:google::protobuf::Mixin
    [all...]
descriptor.pb.h 2 // source: google/protobuf/descriptor.proto
203 static const ::google::protobuf::Descriptor* descriptor();
295 static const ::google::protobuf::Descriptor* descriptor();
538 static const ::google::protobuf::Descriptor* descriptor();
637 static const ::google::protobuf::Descriptor* descriptor();
736 static const ::google::protobuf::Descriptor* descriptor()
    [all...]
  /external/v8/src/ic/
ic.cc 1883 int descriptor = transition->LastAdded(); local
2060 int descriptor = lookup->GetFieldDescriptorIndex(); local
    [all...]
  /external/javassist/src/main/javassist/bytecode/
SignatureAttribute.java 427 char descriptor; field in class:SignatureAttribute.BaseType
428 BaseType(char c) { descriptor = c; }
431 * Returns the descriptor representing this primitive type.
433 * @see javassist.bytecode.Descriptor
435 public char getDescriptor() { return descriptor; }
442 return Descriptor.toPrimitiveClass(descriptor);
449 return Descriptor.toClassName(Character.toString(descriptor));
MethodInfo.java 38 int descriptor; field in class:MethodInfo
73 * method descriptor
74 * @see Descriptor
81 descriptor = constPool.addUtf8Info(desc);
106 * @see Descriptor
131 descriptor = cp.addUtf8Info(getDescriptor());
185 descriptor = cp.addUtf8Info(getDescriptor());
256 * Returns a method descriptor.
258 * @see Descriptor
261 return constPool.getUtf8Info(descriptor);
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
EnumDescriptor.cs 39 /// Descriptor for an enum type in a .proto file.
71 /// The brief name of the descriptor's target.
81 /// If this is a nested type, get the outer descriptor, otherwise null.
110 /// <returns>The value's descriptor, or null if not found.</returns>
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_field.cc 51 void SetCommonFieldVariables(const FieldDescriptor* descriptor,
53 string camel_case_name = FieldName(descriptor);
55 if (descriptor->type() == FieldDescriptor::TYPE_GROUP) {
56 raw_field_name = descriptor->message_type()->name();
58 raw_field_name = descriptor->name();
62 UnCamelCaseFieldName(camel_case_name, descriptor));
66 if (descriptor->GetSourceLocation(&location)) {
71 const string& classname = ClassName(descriptor->containing_type());
74 const string& capitalized_name = FieldNameCapitalized(descriptor);
79 (*variables)["field_number"] = SimpleItoa(descriptor->number())
    [all...]
  /external/skia/src/effects/gradients/
SkSweepGradient.cpp 16 SkSweepGradient::SkSweepGradient(SkScalar cx, SkScalar cy, const Descriptor& desc)
  /external/v8/src/builtins/
builtins.cc 103 // The interface descriptor with given key must be initialized at this point
105 CallInterfaceDescriptor descriptor(isolate, interface_descriptor);
106 // Ensure descriptor is already initialized.
107 DCHECK_LE(0, descriptor.GetRegisterParameterCount());
108 CodeStubAssembler assembler(isolate, &zone, descriptor, flags, name);
139 { InterfaceDescriptor##Descriptor descriptor(isolate); } \
  /device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
BdsPlatform.c 140 EFI_GCD_MEMORY_SPACE_DESCRIPTOR Descriptor;
180 Status = gDS->GetMemorySpaceDescriptor (MemoryDescHob.MemDesc[Index].PhysicalStart, &Descriptor);
184 if (Descriptor.GcdMemoryType != EfiGcdMemoryTypeReserved) {
    [all...]
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyMessage.java 48 public RubyMessage(Ruby ruby, RubyClass klazz, Descriptors.Descriptor descriptor) {
50 this.descriptor = descriptor;
70 this.builder = DynamicMessage.newBuilder(this.descriptor);
186 if (descriptor != message.descriptor) {
190 for (Descriptors.FieldDescriptor fdef : descriptor.getFields()) {
256 for (Descriptors.FieldDescriptor fieldDescriptor : this.descriptor.getFields()) {
273 * Message.descriptor => descripto
581 IRubyObject descriptor = getDescriptorForField(context, fieldDescriptor); local
755 private Descriptors.Descriptor descriptor; field in class:RubyMessage
    [all...]

Completed in 1549 milliseconds

<<11121314151617181920>>