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

1 2 3 4 56 7 8 91011>>

  /external/protobuf/src/google/protobuf/
test_util.h 137 // base_descriptor must be a descriptor for TestAllTypes or
142 explicit ReflectionTester(const Descriptor* base_descriptor);
180 const Descriptor* base_descriptor_;
reflection_ops.cc 39 #include <google/protobuf/descriptor.h>
40 #include <google/protobuf/descriptor.pb.h>
57 const Descriptor* descriptor = from.GetDescriptor(); local
58 GOOGLE_CHECK_EQ(to->GetDescriptor(), descriptor)
60 << "(merge " << descriptor->full_name()
142 const Descriptor* descriptor = message.GetDescriptor(); local
146 for (int i = 0; i < descriptor->field_count(); i++) {
147 if (descriptor->field(i)->is_required())
228 const Descriptor* descriptor = message.GetDescriptor(); local
    [all...]
generated_message_reflection.h 100 // descriptor: The descriptor for the message type being implemented.
113 // descriptor->field_count()/32, rounded up. This is a
129 GeneratedMessageReflection(const Descriptor* descriptor,
153 // union is offsets[descriptor->field_count() + i].
160 // size descriptor->oneof_decl_count(). Each uint32
163 GeneratedMessageReflection(const Descriptor* descriptor,
335 int ctype, const Descriptor* desc) const
    [all...]
message.h 82 // const Descriptor* descriptor = foo->GetDescriptor();
86 // const FieldDescriptor* text_field = descriptor->FindFieldByName("text");
90 // const FieldDescriptor* numbers_field = descriptor->
120 #include <google/protobuf/descriptor.h>
151 const Descriptor* descriptor; member in struct:google::protobuf::Metadata
164 // the optimize_for option in descriptor.proto.
178 // must have the same descriptor, but need not necessarily be the same class.
236 // Parse a protocol buffer from a file descriptor. If successful, the entir
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/objectivec/
objectivec_helpers.h 37 #include <google/protobuf/descriptor.h>
38 #include <google/protobuf/descriptor.pb.h>
84 // descriptor.
85 string ClassName(const Descriptor* descriptor);
86 string EnumName(const EnumDescriptor* descriptor);
89 // the descriptor.
90 string EnumValueName(const EnumValueDescriptor* descriptor);
92 // Returns the name of the enum value corresponding to the descriptor.
93 string EnumValueShortName(const EnumValueDescriptor* descriptor);
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/webapp/
StandardDescriptorProcessor.java 41 import javax.servlet.descriptor.JspConfigDescriptor;
42 import javax.servlet.descriptor.JspPropertyGroupDescriptor;
43 import javax.servlet.descriptor.TaglibDescriptor;
116 public void start(WebAppContext context, Descriptor descriptor)
125 public void end(WebAppContext context, Descriptor descriptor)
131 * @param descriptor
134 public void visitContextParam (WebAppContext context, Descriptor descriptor, XmlParser.Node node
    [all...]
  /external/javassist/src/main/javassist/
CtNewWrappedConstructor.java 68 Descriptor.ofConstructor(parameters));
  /external/javassist/src/main/javassist/convert/
TransformNew.java 97 Descriptor.changeReturnType(classname,
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugArangeSet.cpp 40 // descriptor on the target system. This header is followed by a series
68 Descriptor arangeDescriptor;
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_field.cc 49 FieldGeneratorMap::FieldGeneratorMap(const Descriptor* descriptor, const Params &params)
50 : descriptor_(descriptor),
52 new scoped_ptr<FieldGenerator>[descriptor->field_count()]),
54 new scoped_ptr<FieldGenerator>[descriptor->extension_count()]) {
57 for (int i = 0; i < descriptor->field_count(); i++) {
58 field_generators_[i].reset(MakeGenerator(descriptor->field(i), params));
60 for (int i = 0; i < descriptor->extension_count(); i++) {
61 extension_generators_[i].reset(MakeGenerator(descriptor->extension(i), params));
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_field.cc 75 const Descriptor* descriptor, const Params &params)
76 : descriptor_(descriptor),
78 new scoped_ptr<FieldGenerator>[descriptor->field_count()]) {
83 for (int i = 0; i < descriptor->field_count(); i++) {
85 descriptor->field(i), params, &next_has_bit_index);
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient.h 46 bool flippedGrad, const Descriptor&);
  /external/v8/src/
property.cc 42 // Outputs PropertyDetails as a descriptor array details.
73 std::ostream& operator<<(std::ostream& os, const Descriptor& d) {
75 os << "Descriptor " << Brief(*d.GetKey()) << " @ " << Brief(value) << " ";
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 99 // descriptor: The descriptor for the message type being implemented.
112 // descriptor->field_count()/32, rounded up. This is a
128 GeneratedMessageReflection(const Descriptor* descriptor,
285 int ctype, const Descriptor* desc) const;
294 const Descriptor* descriptor_;
359 int GetExtensionNumberOrDie(const Descriptor* type) const;
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/
generated_message_reflection.h 99 // descriptor: The descriptor for the message type being implemented.
112 // descriptor->field_count()/32, rounded up. This is a
128 GeneratedMessageReflection(const Descriptor* descriptor,
285 int ctype, const Descriptor* desc) const;
294 const Descriptor* descriptor_;
359 int GetExtensionNumberOrDie(const Descriptor* type) const;
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/
generated_message_reflection.h 99 // descriptor: The descriptor for the message type being implemented.
112 // descriptor->field_count()/32, rounded up. This is a
128 GeneratedMessageReflection(const Descriptor* descriptor,
285 int ctype, const Descriptor* desc) const;
294 const Descriptor* descriptor_;
359 int GetExtensionNumberOrDie(const Descriptor* type) const;
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/
generated_message_reflection.h 99 // descriptor: The descriptor for the message type being implemented.
112 // descriptor->field_count()/32, rounded up. This is a
128 GeneratedMessageReflection(const Descriptor* descriptor,
285 int ctype, const Descriptor* desc) const;
294 const Descriptor* descriptor_;
359 int GetExtensionNumberOrDie(const Descriptor* type) const;
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...]
  /external/javassist/src/main/javassist/bytecode/
LocalVariableAttribute.java 110 return Descriptor.rename(desc, oldname, newname);
128 return Descriptor.rename(desc, classnames);
219 * This represents the type descriptor of the local variable.
247 * Returns the type descriptor of the local variable
256 public String descriptor(int i) { method in class:LocalVariableAttribute
261 * This method is equivalent to <code>descriptor()</code>.
263 * this method should be used instead of <code>descriptor()</code>
270 * @see #descriptor(int)
274 return descriptor(i);
317 sig = Descriptor.rename(sig, classnames)
    [all...]
  /external/nanopb-c/generator/google/protobuf/compiler/
plugin_pb2.py 4 from google.protobuf import descriptor as _descriptor
14 DESCRIPTOR = _descriptor.FileDescriptor(
17 serialized_pb='\n%google/protobuf/compiler/plugin.proto\x12\x18google.protobuf.compiler\x1a google/protobuf/descriptor.proto\"}\n\x14\x43odeGeneratorRequest\x12\x18\n\x10\x66ile_to_generate\x18\x01 \x03(\t\x12\x11\n\tparameter\x18\x02 \x01(\t\x12\x38\n\nproto_file\x18\x0f \x03(\x0b\x32$.google.protobuf.FileDescriptorProto\"\xaa\x01\n\x15\x43odeGeneratorResponse\x12\r\n\x05\x65rror\x18\x01 \x01(\t\x12\x42\n\x04\x66ile\x18\x0f \x03(\x0b\x32\x34.google.protobuf.compiler.CodeGeneratorResponse.File\x1a>\n\x04\x46ile\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x17\n\x0finsertion_point\x18\x02 \x01(\t\x12\x0f\n\x07\x63ontent\x18\x0f \x01(\tB,\n\x1c\x63om.google.protobuf.compilerB\x0cPluginProtos')
22 _CODEGENERATORREQUEST = _descriptor.Descriptor(
26 file=DESCRIPTOR,
64 _CODEGENERATORRESPONSE_FILE = _descriptor.Descriptor(
68 file=DESCRIPTOR,
105 _CODEGENERATORRESPONSE = _descriptor.Descriptor(
109 file=DESCRIPTOR,
142 DESCRIPTOR.message_types_by_name['CodeGeneratorRequest'] = _CODEGENERATORREQUES
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 40 import com.google.protobuf.Descriptors.Descriptor;
107 Descriptor messageType = TestAllTypes.getDescriptor();
154 Descriptor messageType = TestAllTypes.getDescriptor();
155 Descriptor nestedType = TestAllTypes.NestedMessage.getDescriptor();
198 Descriptor messageType = TestAllTypes.getDescriptor();
280 Descriptor d = TestAllTypes.getDescriptor();
358 // Get the descriptor indirectly from a dependent proto class. This is to
361 Descriptor descriptor = local
366 descriptor.getOptions().hasExtension(UnittestCustomOptions.messageOpt1))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoring.java 60 * This constructor is solely used by {@link Descriptor},
157 return new Descriptor(
234 public static class Descriptor extends VisualRefactoringDescriptor {
235 public Descriptor(String project, String description, String comment,

Completed in 738 milliseconds

1 2 3 4 56 7 8 91011>>