HomeSort by relevance Sort by last modified time
    Searched refs:Descriptor (Results 401 - 425 of 686) sorted by null

<<11121314151617181920>>

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 53 #include <google/protobuf/descriptor.pb.h>
86 // Sort the fields of the given Descriptor by number into a new[]'d array
88 const FieldDescriptor** SortFieldsByNumber(const Descriptor* descriptor) {
90 new const FieldDescriptor*[descriptor->field_count()];
91 for (int i = 0; i < descriptor->field_count(); i++) {
92 fields[i] = descriptor->field(i);
94 std::sort(fields, fields + descriptor->field_count(),
101 bool operator()(const Descriptor::ExtensionRange* left,
102 const Descriptor::ExtensionRange* right) const
    [all...]
cpp_file.cc 50 #include <google/protobuf/descriptor.pb.h>
277 "#include <google/protobuf/descriptor.h>\n"
409 map<string, const Descriptor*>& classes() { return classes_; }
422 for (map<string, const Descriptor *>::const_iterator it = classes_.begin(),
443 map<string, const Descriptor*> classes_;
458 // the global variables which store pointers to the descriptor objects.
460 // anyone calls descriptor() or GetReflection() on one of the types defined
472 // Make sure the file has found its way into the pool. If a descriptor
480 // Get the file's descriptor from the pool.
491 // assign the global descriptor pointers based on the file descriptor
    [all...]
  /external/v8/tools/
grokdump.py 75 class Descriptor(object):
76 """Descriptor of a structure in a memory."""
86 self.ctype = Descriptor._GetCtype(fields)
95 partial_ctype = Descriptor._GetCtype(fields_copy[:last])
103 complete_ctype = Descriptor._GetCtype(fields_copy[:last])
196 MINIDUMP_HEADER = Descriptor([
206 MINIDUMP_LOCATION_DESCRIPTOR = Descriptor([
211 MINIDUMP_STRING = Descriptor([
216 MINIDUMP_DIRECTORY = Descriptor([
223 MINIDUMP_EXCEPTION = Descriptor([
    [all...]
  /external/golang-protobuf/jsonpb/jsonpb_test_proto/
more_test_objects.pb.go 61 func (*Simple3) Descriptor() ([]byte, []int) {
100 func (*SimpleSlice3) Descriptor() ([]byte, []int) {
139 func (*SimpleMap3) Descriptor() ([]byte, []int) {
178 func (*SimpleNull3) Descriptor() ([]byte, []int) {
226 func (*Mappy) Descriptor() ([]byte, []int) {
test_objects.pb.go 100 func (*Simple) Descriptor() ([]byte, []int) {
271 func (*NonFinites) Descriptor() ([]byte, []int) {
356 func (*Repeats) Descriptor() ([]byte, []int) {
471 func (*Widget) Descriptor() ([]byte, []int) {
546 func (*Maps) Descriptor() ([]byte, []int) {
598 func (*MsgWithOneof) Descriptor() ([]byte, []int) {
718 func (*Real) Descriptor() ([]byte, []int) {
766 func (*Complex) Descriptor() ([]byte, []int) {
836 func (*KnownTypes) Descriptor() ([]byte, []int) {
974 func (*MsgWithRequired) Descriptor() ([]byte, []int)
    [all...]
  /external/golang-protobuf/protoc-gen-go/testdata/my_test/
test.pb.go 224 func (*Request) Descriptor() ([]byte, []int) {
374 func (*Request_SomeGroup) Descriptor() ([]byte, []int) {
415 func (*Reply) Descriptor() ([]byte, []int) {
471 func (*Reply_Entry) Descriptor() ([]byte, []int) {
527 func (*OtherBase) Descriptor() ([]byte, []int) {
573 func (*ReplyExtensions) Descriptor() ([]byte, []int) {
632 func (*OtherReplyExtensions) Descriptor() ([]byte, []int) {
671 func (*OldReply) Descriptor() ([]byte, []int) {
725 func (*Communique) Descriptor() ([]byte, []int) {
921 func (*Communique_SomeGroup) Descriptor() ([]byte, []int)
    [all...]
  /build/soong/ui/status/ninja_frontend/
frontend.pb.go 75 func (*Status) Descriptor() ([]byte, []int) {
149 func (*Status_TotalEdges) Descriptor() ([]byte, []int) {
190 func (*Status_BuildStarted) Descriptor() ([]byte, []int) {
234 func (*Status_BuildFinished) Descriptor() ([]byte, []int) {
278 func (*Status_EdgeStarted) Descriptor() ([]byte, []int) {
365 func (*Status_EdgeFinished) Descriptor() ([]byte, []int) {
427 func (*Status_Message) Descriptor() ([]byte, []int) {
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestWellKnownTypes.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/unittest_well_known_types.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.TestProtos.UnittestWellKnownTypesReflection
163 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
164 new pbr::FileDescriptor[] { global::Google.Protobuf.WellKnownTypes.AnyReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.ApiReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.DurationReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.EmptyReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.FieldMaskReflection.Descriptor, global::Google.Protobuf.We (…)
    [all...]
  /external/protobuf/src/google/protobuf/
struct.pb.cc 14 #include <google/protobuf/descriptor.h>
25 const ::google::protobuf::Descriptor* Struct_descriptor_ = NULL;
28 const ::google::protobuf::Descriptor* Struct_FieldsEntry_descriptor_ = NULL;
29 const ::google::protobuf::Descriptor* Value_descriptor_ = NULL;
40 const ::google::protobuf::Descriptor* ListValue_descriptor_ = NULL;
264 const ::google::protobuf::Descriptor* Struct::descriptor() { function in class:google::protobuf::Struct
464 metadata.descriptor = Struct_descriptor_;
552 const ::google::protobuf::Descriptor* Value::descriptor() { function in class:google::protobuf::Value
1286 const ::google::protobuf::Descriptor* ListValue::descriptor() { function in class:google::protobuf::ListValue
    [all...]
  /external/grpc-grpc-java/services/src/generated/test/java/io/grpc/reflection/testing/
NestedTypeOuter.java 63 public static final com.google.protobuf.Descriptors.Descriptor
136 public static final com.google.protobuf.Descriptors.Descriptor
225 public static final com.google.protobuf.Descriptors.Descriptor
416 public static final com.google.protobuf.Descriptors.Descriptor
450 public com.google.protobuf.Descriptors.Descriptor
775 public static final com.google.protobuf.Descriptors.Descriptor
807 public com.google.protobuf.Descriptors.Descriptor
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.c     [all...]
  /external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
Stats.java 170 public static final com.google.protobuf.Descriptors.Descriptor
486 public static final com.google.protobuf.Descriptors.Descriptor
530 public com.google.protobuf.Descriptors.Descriptor
1016 public static final com.google.protobuf.Descriptors.Descriptor
4365 descriptor; field in class:Stats
    [all...]
Messages.java 202 public static final com.google.protobuf.Descriptors.Descriptor
392 public static final com.google.protobuf.Descriptors.Descriptor
426 public com.google.protobuf.Descriptors.Descriptor
710 public static final com.google.protobuf.Descriptors.Descriptor
933 public static final com.google.protobuf.Descriptors.Descriptor
10343 descriptor; field in class:Messages
    [all...]
  /external/libprotobuf-mutator/src/
mutator.cc 29 using protobuf::Descriptor;
170 const Descriptor* descriptor = message->GetDescriptor(); local
173 int field_count = descriptor->field_count();
175 const FieldDescriptor* field = descriptor->field(i);
287 const Descriptor* descriptor = message->GetDescriptor(); local
290 int field_count = descriptor->field_count();
292 const FieldDescriptor* field = descriptor->field(i);
509 const Descriptor* descriptor = message2->GetDescriptor() local
581 const Descriptor* descriptor = message->GetDescriptor(); local
    [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 61 # and make it return True when the descriptor is an instance of the extension
79 This class is the base of all descriptor classes. It provides common options
83 has_options: True if the descriptor has non-default options. Usually it
92 # subclasses" of this descriptor class.
96 """Initialize the descriptor given its options message and the name of the
103 # Does this descriptor have non-default options?
107 """Sets the descriptor's options
109 This function is used in generated proto2 files to update descriptor
115 # Does this descriptor have non-default options?
119 """Retrieves descriptor options
    [all...]
  /external/v8/src/objects/
map.h 451 Map* FindFieldOwner(Isolate* isolate, int descriptor) const;
483 // Returns true if |descriptor|'th property is a field that may be generalized
559 // [layout descriptor]: describes the object layout.
561 // |layout descriptor| accessor which can be used from GC.
565 // |layout descriptor| accessor that is safe to call even when
635 // descriptor array of the map. Returns MaybeHandle<Map>() if no updated map
654 Descriptor* descriptor,
    [all...]
  /external/v8/src/heap/
factory.cc     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeRuntimePciExpressLib/
PciExpressLib.c 284 EFI_GCD_MEMORY_SPACE_DESCRIPTOR Descriptor;
317 // Get the GCD Memory Descriptor for the PCI Express Bus/Dev/Func specified by Address
319 Status = gDS->GetMemorySpaceDescriptor (Address, &Descriptor);
328 Status = gDS->SetMemorySpaceAttributes (Address, 0x1000, Descriptor.Attributes | EFI_MEMORY_RUNTIME);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Impl.c 466 Other->IaCb.Ia->Descriptor.Type == Dhcp6CfgData->IaDescriptor.Type &&
467 Other->IaCb.Ia->Descriptor.IaId == Dhcp6CfgData->IaDescriptor.IaId
502 // Initialize the Ia descriptor from the config data, and leave the other
513 &Instance->IaCb.Ia->Descriptor,
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Virtio10Dxe/
Virtio10.c 161 EFI_ACPI_QWORD_ADDRESS_SPACE_DESCRIPTOR *Descriptor;
163 Descriptor = Resources;
164 switch (Descriptor->ResType) {
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/golang-protobuf/proto/proto3_proto/
proto3.pb.go 84 func (*Message) Descriptor() ([]byte, []int) {
250 func (*Nested) Descriptor() ([]byte, []int) {
296 func (*MessageWithMap) Descriptor() ([]byte, []int) {
335 func (*IntMap) Descriptor() ([]byte, []int) {
374 func (*IntMaps) Descriptor() ([]byte, []int) {
419 func (*TestUTF8) Descriptor() ([]byte, []int) {
  /external/grpc-grpc-java/grpclb/src/generated/main/java/io/grpc/lb/v1/
ClientStatsPerToken.java 81 public static final com.google.protobuf.Descriptors.Descriptor
321 public static final com.google.protobuf.Descriptors.Descriptor
357 public com.google.protobuf.Descriptors.Descriptor
InitialLoadBalanceRequest.java 71 public static final com.google.protobuf.Descriptors.Descriptor
288 public static final com.google.protobuf.Descriptors.Descriptor
322 public com.google.protobuf.Descriptors.Descriptor
  /external/grpc-grpc-java/interop-testing/src/generated/main/java/io/grpc/testing/integration/
Messages.java 260 public static final com.google.protobuf.Descriptors.Descriptor
483 public static final com.google.protobuf.Descriptors.Descriptor
519 public com.google.protobuf.Descriptors.Descriptor
867 public static final com.google.protobuf.Descriptors.Descriptor
10418 descriptor; field in class:Messages
    [all...]

Completed in 4494 milliseconds

<<11121314151617181920>>