HomeSort by relevance Sort by last modified time
    Searched defs:DESCRIPTOR (Results 1 - 16 of 16) sorted by null

  /external/protobuf/python/google/protobuf/internal/
enum_type_wrapper.py 44 DESCRIPTOR = None
49 self.DESCRIPTOR = enum_type;
reflection_test.py 53 from google.protobuf import descriptor
460 [ (proto.DESCRIPTOR.fields_by_name['optional_int32' ], 5),
461 (proto.DESCRIPTOR.fields_by_name['optional_fixed32'], 1),
462 (proto.DESCRIPTOR.fields_by_name['optional_string' ], 'foo') ],
467 [ (proto.DESCRIPTOR.fields_by_name['optional_int32' ], 5),
468 (proto.DESCRIPTOR.fields_by_name['optional_fixed32'], 1),
469 (proto.DESCRIPTOR.fields_by_name['optional_string' ], 'foo'),
470 (proto.DESCRIPTOR.fields_by_name['optional_nested_message' ],
486 [ (proto.DESCRIPTOR.fields_by_name['optional_int32' ], 21),
487 (proto.DESCRIPTOR.fields_by_name['repeated_int32' ], [5, 11])
    [all...]
  /external/grpc-grpc/examples/python/helloworld/
helloworld_pb2.py 6 from google.protobuf import descriptor as _descriptor
18 DESCRIPTOR = _descriptor.FileDescriptor(
28 _HELLOREQUEST = _descriptor.Descriptor(
32 file=DESCRIPTOR,
59 _HELLOREPLY = _descriptor.Descriptor(
63 file=DESCRIPTOR,
89 DESCRIPTOR.message_types_by_name['HelloRequest'] = _HELLOREQUEST
90 DESCRIPTOR.message_types_by_name['HelloReply'] = _HELLOREPLY
91 _sym_db.RegisterFileDescriptor(DESCRIPTOR)
94 DESCRIPTOR = _HELLOREQUEST
    [all...]
  /external/grpc-grpc/examples/python/interceptors/default_value/
helloworld_pb2.py 6 from google.protobuf import descriptor as _descriptor
18 DESCRIPTOR = _descriptor.FileDescriptor(
28 _HELLOREQUEST = _descriptor.Descriptor(
32 file=DESCRIPTOR,
59 _HELLOREPLY = _descriptor.Descriptor(
63 file=DESCRIPTOR,
89 DESCRIPTOR.message_types_by_name['HelloRequest'] = _HELLOREQUEST
90 DESCRIPTOR.message_types_by_name['HelloReply'] = _HELLOREPLY
91 _sym_db.RegisterFileDescriptor(DESCRIPTOR)
94 DESCRIPTOR = _HELLOREQUEST
    [all...]
  /external/grpc-grpc/examples/python/interceptors/headers/
helloworld_pb2.py 6 from google.protobuf import descriptor as _descriptor
18 DESCRIPTOR = _descriptor.FileDescriptor(
28 _HELLOREQUEST = _descriptor.Descriptor(
32 file=DESCRIPTOR,
59 _HELLOREPLY = _descriptor.Descriptor(
63 file=DESCRIPTOR,
89 DESCRIPTOR.message_types_by_name['HelloRequest'] = _HELLOREQUEST
90 DESCRIPTOR.message_types_by_name['HelloReply'] = _HELLOREPLY
91 _sym_db.RegisterFileDescriptor(DESCRIPTOR)
94 DESCRIPTOR = _HELLOREQUEST
    [all...]
  /external/grpc-grpc/examples/python/multiplex/
helloworld_pb2.py 6 from google.protobuf import descriptor as _descriptor
18 DESCRIPTOR = _descriptor.FileDescriptor(
28 _HELLOREQUEST = _descriptor.Descriptor(
32 file=DESCRIPTOR,
59 _HELLOREPLY = _descriptor.Descriptor(
63 file=DESCRIPTOR,
89 DESCRIPTOR.message_types_by_name['HelloRequest'] = _HELLOREQUEST
90 DESCRIPTOR.message_types_by_name['HelloReply'] = _HELLOREPLY
91 _sym_db.RegisterFileDescriptor(DESCRIPTOR)
94 DESCRIPTOR = _HELLOREQUEST
    [all...]
route_guide_pb2.py 6 from google.protobuf import descriptor as _descriptor
18 DESCRIPTOR = _descriptor.FileDescriptor(
28 _POINT = _descriptor.Descriptor(
32 file=DESCRIPTOR,
66 _RECTANGLE = _descriptor.Descriptor(
70 file=DESCRIPTOR,
104 _FEATURE = _descriptor.Descriptor(
108 file=DESCRIPTOR,
142 _ROUTENOTE = _descriptor.Descriptor(
146 file=DESCRIPTOR,
    [all...]
  /external/grpc-grpc/examples/python/route_guide/
route_guide_pb2.py 6 from google.protobuf import descriptor as _descriptor
18 DESCRIPTOR = _descriptor.FileDescriptor(
28 _POINT = _descriptor.Descriptor(
32 file=DESCRIPTOR,
66 _RECTANGLE = _descriptor.Descriptor(
70 file=DESCRIPTOR,
104 _FEATURE = _descriptor.Descriptor(
108 file=DESCRIPTOR,
142 _ROUTENOTE = _descriptor.Descriptor(
146 file=DESCRIPTOR,
    [all...]
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
TextFormatParseInfoTreeTest.java 33 import com.google.protobuf.Descriptors.Descriptor;
44 private static final Descriptor DESCRIPTOR = TestAllTypes.getDescriptor();
46 DESCRIPTOR.findFieldByName("optional_int32");
48 DESCRIPTOR.findFieldByName("optional_boolean");
50 DESCRIPTOR.findFieldByName("repeated_int32");
52 DESCRIPTOR.findFieldByName("optional_nested_message");
54 DESCRIPTOR.findFieldByName("repeated_nested_message");
  /external/protobuf/python/google/protobuf/
message.py 67 DESCRIPTOR = None
237 message descriptor, ValueError will be raised."""
  /external/grpc-grpc/test/http2_test/
messages_pb2.py 7 from google.protobuf import descriptor as _descriptor
19 DESCRIPTOR = _descriptor.FileDescriptor(
25 _sym_db.RegisterFileDescriptor(DESCRIPTOR)
31 file=DESCRIPTOR,
50 _BOOLVALUE = _descriptor.Descriptor(
54 file=DESCRIPTOR,
81 _PAYLOAD = _descriptor.Descriptor(
85 file=DESCRIPTOR,
119 _ECHOSTATUS = _descriptor.Descriptor(
123 file=DESCRIPTOR,
    [all...]
  /art/tools/ahat/src/test-dump/
DumpedStuff.java 129 private static final java.lang.String DESCRIPTOR = "DumpedStuff$IDumpedManager";
131 super(DESCRIPTOR);
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/mockito/lib/
byte-buddy-1.8.15.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 270 milliseconds