HomeSort by relevance Sort by last modified time
    Searched refs:descriptor (Results 876 - 900 of 1238) sorted by null

<<31323334353637383940>>

  /external/protobuf/src/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();
text_format.h 50 #include <google/protobuf/descriptor.h>
393 // Defines the map from the index-th field descriptor to its parse location.
396 // Defines the map from the index-th field descriptor to the nested parse
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...]
extension_set_unittest.cc 39 #include <google/protobuf/descriptor.pb.h>
41 #include <google/protobuf/descriptor.h>
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
metadata_test.cc 42 #include <google/protobuf/descriptor.pb.h>
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_generator.cc 41 #include <google/protobuf/descriptor.pb.h>
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_generator.cc 41 #include <google/protobuf/descriptor.pb.h>
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 30 #include <google/protobuf/descriptor.pb.h>
68 static const ::google::protobuf::Descriptor* descriptor();
192 static const ::google::protobuf::Descriptor* descriptor();
316 static const ::google::protobuf::Descriptor* descriptor();
    [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/src/google/protobuf/util/
field_comparator.cc 37 #include <google/protobuf/descriptor.h>
  /external/protobuf/src/google/protobuf/util/internal/
proto_writer.h 41 #include <google/protobuf/descriptor.h>
241 // Lookup the field in the current element. Looks in the base descriptor
246 // Lookup the field type in the type descriptor. Returns NULL if the type
286 // master_type_: descriptor for the whole protobuf message.
protostream_objectsource.h 126 virtual util::Status WriteMessage(const google::protobuf::Type& descriptor,
270 // Type information for all the types used in the descriptor. Used to find
protostream_objectwriter.h 41 #include <google/protobuf/descriptor.h>
323 // master_type_: descriptor for the whole protobuf message.
  /external/tensorflow/tensorflow/tools/api/lib/
python_object_to_proto_visitor.py 222 parent.DESCRIPTOR.CopyToProto(proto_obj.descriptor)
  /external/u-boot/drivers/net/
eepro100.c 147 struct TxFD { /* Transmit frame descriptor set. */
172 struct descriptor { /* A generic descriptor. */ struct
175 volatile u32 link; /* struct descriptor * */
198 static struct RxFD rx_ring[NUM_RX_DESC]; /* RX descriptor ring */
199 static struct TxFD tx_ring[NUM_TX_DESC]; /* TX descriptor ring */
200 static int rx_next; /* RX descriptor ring pointer */
201 static int tx_next; /* TX descriptor ring pointer */
480 struct descriptor *ias_cmd, *cfg_cmd;
523 cfg_cmd = (struct descriptor *) &tx_ring[tx_cur]
    [all...]
  /external/u-boot/drivers/usb/eth/
asix.c 637 if (dev->descriptor.idVendor == asix_dongles[i].vendor &&
638 dev->descriptor.idProduct == asix_dongles[i].product)
650 dev->descriptor.idVendor, dev->descriptor.idProduct);
asix88179.c 645 if (dev->descriptor.idVendor == asix_dongles[i].vendor &&
646 dev->descriptor.idProduct == asix_dongles[i].product)
658 dev->descriptor.idVendor, dev->descriptor.idProduct);
  /external/grpc-grpc/third_party/nanopb/generator/
nanopb_generator.py 22 import google.protobuf.descriptor_pb2 as descriptor
52 FieldD = descriptor.FieldDescriptorProto
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_image.c 379 * Build the sampler view descriptor for a texture.
583 * [2:9] = image descriptor for the whole resource
611 /* Dwords [2:9] contain the image descriptor. */
984 uint32_t *descriptor; local
    [all...]
radv_descriptor_set.c 105 /* main descriptor + fmask descriptor */
111 /* main descriptor + fmask descriptor + sampler */
121 unreachable("unknown descriptor type\n");
187 * just muttiple descriptor set layouts pasted together
427 unreachable("unknown descriptor type\n");
635 uint32_t *descriptor; local
638 descriptor = iview->storage_descriptor;
640 descriptor = iview->descriptor
    [all...]
  /external/ImageMagick/coders/
dpx.c 212 descriptor,
845 dpx.image.image_element[i].descriptor=(unsigned char) ReadBlobByte(image);
209 descriptor, member in struct:_DPXImageElement
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Api.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/api.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.WellKnownTypes.ApiReflection
42 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
43 new pbr::FileDescriptor[] { global::Google.Protobuf.WellKnownTypes.SourceContextReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.TypeReflection.Descriptor, },
55 /// Api is a light-weight descriptor for a protocol buffer service.
62 public static pbr::MessageDescriptor Descriptor {
    [all...]
  /external/u-boot/common/
usb_storage.c 1112 static void usb_bin_fixup(struct usb_device_descriptor descriptor,
1117 if (descriptor.idVendor == 0x0424 && descriptor.idProduct == 0x223a) {
    [all...]

Completed in 893 milliseconds

<<31323334353637383940>>