HomeSort by relevance Sort by last modified time
    Searched refs:Descriptor (Results 251 - 275 of 332) sorted by null

<<11121314

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
extension_set.h 57 class Descriptor; // descriptor.h
58 class FieldDescriptor; // descriptor.h
59 class DescriptorPool; // descriptor.h
96 descriptor(NULL) {}
112 // The descriptor for this extension, if one exists and is known. May be
113 // NULL. Must not be NULL if the descriptor for the extension does not
114 // live in the same pool as the descriptor for the containing type.
115 const FieldDescriptor* descriptor; member in struct:google::protobuf::internal::ExtensionInfo
187 void AppendToList(const Descriptor* containing_type
519 const FieldDescriptor* descriptor; member in struct:google::protobuf::internal::ExtensionSet::Extension
    [all...]
map_field_inl.h 354 const Descriptor** descriptor) {
355 MapFieldBase::entry_descriptor_ = descriptor;
  /external/javassist/src/main/javassist/compiler/
MemberResolver.java 203 if (nArgs != Descriptor.numOfParameters(desc))
236 return NO; // invalid descriptor?
  /external/protobuf/java/src/test/java/com/google/protobuf/
GeneratedMessageTest.java 33 import com.google.protobuf.Descriptors.Descriptor;
1092 Descriptor descriptor = TestAllTypes.getDescriptor(); local
1165 Descriptor descriptor = TestAllTypes.getDescriptor(); local
1190 Descriptor descriptor = TestAllTypes.getDescriptor(); local
    [all...]
UnknownFieldSetTest.java 54 descriptor = TestAllTypes.getDescriptor();
62 Descriptors.FieldDescriptor field = descriptor.findFieldByName(name);
92 Descriptors.Descriptor descriptor; field in class:UnknownFieldSetTest
TestUtil.java     [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 51 #include <google/protobuf/descriptor.pb.h>
112 const Descriptor* file_proto_desc = alternate_pool.FindMessageTypeByName(
118 "descriptor.proto is not in the transitive dependencies. "
316 " return descriptor;\n"
319 " descriptor;\n"
339 // in proto compiler. When we put the descriptor data in the file_proto, those
357 // and use it to parse the descriptor data again to recognize extensions.
368 " .internalUpdateFileDescriptor(descriptor, registry);\n");
371 // Force descriptor initialization of all dependencies.
391 " return descriptor;\n
    [all...]
  /external/protobuf/src/google/protobuf/
message_unittest.cc 50 #include <google/protobuf/descriptor.h>
51 #include <google/protobuf/descriptor.pb.h>
408 protobuf_unittest::TestAllTypes::descriptor()),
413 // Construct a new descriptor.
418 const Descriptor* descriptor = pool.BuildFile(file)->message_type(0); local
422 MessageFactory::generated_factory()->GetPrototype(descriptor) == NULL);
unknown_field_set_unittest.cc 39 #include <google/protobuf/descriptor.h>
59 descriptor_ = unittest::TestAllTypes::descriptor();
98 const Descriptor* descriptor_;
178 unittest::TestAllTypes::OptionalGroup::descriptor()->FindFieldByName("a");
410 TestAllTypes::descriptor()->FindFieldByName("optional_nested_enum");
412 TestAllTypes::descriptor()->FindFieldByName("repeated_nested_enum");
  /external/skia/src/effects/gradients/
SkRadialGradient.cpp 37 SkRadialGradient::SkRadialGradient(const SkPoint& center, SkScalar radius, const Descriptor& desc)
SkTwoPointConicalGradient.cpp 194 bool flippedGrad, const Descriptor& desc)
  /external/v8/src/
interface-descriptors.h 173 // Some platforms have extra information to associate with the descriptor.
789 // descriptor here to reduce boilerplate and mistakes.
791 CallDescriptors::Key name##Descriptor::key() { return CallDescriptors::name; }
globals.h 418 class Descriptor;
objects.h 281 // map, or in all descriptors in the descriptor array.
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/
protorpc.js 285 * @param {ProtoRpc.MethodDescriptor} method_descriptor The method descriptor.
329 var descriptor = message.getDescriptor();
330 var fields = descriptor['fields'];
357 * @param {ProtoRpc.FieldDescriptor} field Field Descriptor of value.
  /external/javassist/src/main/javassist/bytecode/stackmap/
Tracer.java 21 import javassist.bytecode.Descriptor;
747 stackTop -= Descriptor.dataSize(desc);
842 private void pushMemberType(String descriptor) {
844 if (descriptor.charAt(0) == '(') {
845 top = descriptor.indexOf(')') + 1;
847 throw new IndexOutOfBoundsException("bad descriptor: "
848 + descriptor);
853 switch (descriptor.charAt(top)) {
855 types[index] = new TypeData.ClassName(descriptor.substring(top));
858 types[index] = new TypeData.ClassName(getFieldClassName(descriptor, top))
    [all...]
  /external/protobuf/python/google/protobuf/internal/
descriptor_pool_test.py 48 from google.protobuf import descriptor namespace
58 factory_test1_pb2.DESCRIPTOR.serialized_pb)
60 factory_test2_pb2.DESCRIPTOR.serialized_pb)
67 self.assertIsInstance(file_desc1, descriptor.FileDescriptor)
74 self.assertIsInstance(file_desc2, descriptor.FileDescriptor)
86 self.assertIsInstance(file_desc1, descriptor.FileDescriptor)
94 self.assertIsInstance(file_desc2, descriptor.FileDescriptor)
107 self.assertIsInstance(msg1, descriptor.Descriptor)
128 self.assertIsInstance(msg2, descriptor.Descriptor
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc 49 #include <google/protobuf/descriptor.pb.h>
52 #include <google/protobuf/descriptor.h>
56 #include <google/protobuf/pyext/descriptor.h>
116 static int VisitCompositeField(const FieldDescriptor* descriptor,
119 if (descriptor->label() == google::protobuf::FieldDescriptor::LABEL_REPEATED) {
120 if (descriptor->cpp_type() == google::protobuf::FieldDescriptor::CPPTYPE_MESSAGE) {
131 } else if (descriptor->cpp_type() ==
134 if (visitor.VisitCMessage(cmsg, descriptor) == -1)
154 const google::protobuf::FieldDescriptor* descriptor = local
155 reinterpret_cast<CFieldDescriptor*>(cdescriptor)->descriptor;
528 const google::protobuf::Descriptor* descriptor = local
631 ScopedPyObjectPtr descriptor; local
681 const google::protobuf::FieldDescriptor* descriptor = local
751 PyObject* descriptor = PyTuple_GetItem(args, 0); local
873 const google::protobuf::Descriptor* descriptor = message->GetDescriptor(); local
903 const google::protobuf::Descriptor* descriptor = message->GetDescriptor(); local
1095 const google::protobuf::FieldDescriptor* descriptor = local
1132 const google::protobuf::Descriptor* descriptor = message->GetDescriptor(); local
1432 const google::protobuf::FieldDescriptor* descriptor = cdescriptor->descriptor; local
1487 PyObject* descriptor = PyDict_GetItem(Py_TYPE(self)->tp_dict, kDESCRIPTOR); local
2205 PyObject* descriptor = GetDescriptor(self, name); local
2281 PyObject* descriptor = GetDescriptor(self, name); local
    [all...]
repeated_composite_container.cc 42 #include <google/protobuf/descriptor.h>
45 #include <google/protobuf/pyext/descriptor.h>
125 const google::protobuf::FieldDescriptor* descriptor = self->parent_field->descriptor; local
165 reflection->SwapElements(message, descriptor, left, right);
205 self->parent_field->descriptor);
228 *(self->message), self->parent_field->descriptor, i);
261 self->parent_field->descriptor);
402 self->parent_field->descriptor,
515 const google::protobuf::FieldDescriptor* descriptor = self->parent_field->descriptor local
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Descriptor.java 29 public class Descriptor {
66 * Converts to a Java class name from a descriptor.
68 * @param descriptor type descriptor.
70 public static String toClassName(String descriptor) {
73 char c = descriptor.charAt(0);
76 c = descriptor.charAt(++i);
81 int i2 = descriptor.indexOf(';', i++);
82 name = descriptor.substring(i, i2).replace('/', '.');
104 throw new RuntimeException("bad descriptor: " + descriptor)
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
AudioSpecificConfig.java 267 @Descriptor(tags = 0x5, objectTypeIndication = 0x40)
    [all...]
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2_plugin.h 441 cmsTagDescriptor Descriptor;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbprotocoldefs.h 225 BYTE Descriptor:5;
  /external/autotest/client/tests/kvm/deps/
whql_submission_15.cs 233 Console.WriteLine("Descriptor path:");
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-impl-0.9.0.M2.jar 

Completed in 625 milliseconds

<<11121314