HomeSort by relevance Sort by last modified time
    Searched refs:Descriptor (Results 501 - 525 of 667) sorted by null

<<21222324252627

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
api.pb.h 60 static const ::google::protobuf::Descriptor* descriptor();
211 static const ::google::protobuf::Descriptor* descriptor();
352 static const ::google::protobuf::Descriptor* descriptor();
    [all...]
type.pb.h 145 static const ::google::protobuf::Descriptor* descriptor();
288 static const ::google::protobuf::Descriptor* descriptor();
545 static const ::google::protobuf::Descriptor* descriptor();
671 static const ::google::protobuf::Descriptor* descriptor();
774 static const ::google::protobuf::Descriptor* descriptor();
    [all...]
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...]
  /prebuilts/tools/darwin-x86_64/protoc/include/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...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
plugin.pb.h 27 #include "google/protobuf/descriptor.pb.h"
65 static const ::google::protobuf::Descriptor* descriptor();
182 static const ::google::protobuf::Descriptor* descriptor();
299 static const ::google::protobuf::Descriptor* descriptor();
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
extension_set.h 52 class Descriptor; // descriptor.h
53 class FieldDescriptor; // descriptor.h
54 class DescriptorPool; // descriptor.h
94 descriptor(NULL) {}
110 // The descriptor for this extension, if one exists and is known. May be
111 // NULL. Must not be NULL if the descriptor for the extension does not
112 // live in the same pool as the descriptor for the containing type.
113 const FieldDescriptor* descriptor; member in struct:google::protobuf::internal::ExtensionInfo
181 void AppendToList(const Descriptor* containing_type
483 const FieldDescriptor* descriptor; member in struct:google::protobuf::internal::ExtensionSet::Extension
    [all...]
descriptor.pb.h 2 // source: google/protobuf/descriptor.proto
176 static const ::google::protobuf::Descriptor* descriptor();
261 static const ::google::protobuf::Descriptor* descriptor();
482 static const ::google::protobuf::Descriptor* descriptor();
574 static const ::google::protobuf::Descriptor* descriptor();
740 static const ::google::protobuf::Descriptor* descriptor()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java 98 * This constructor is solely used by {@link Descriptor},
150 return new Descriptor(
517 ViewElementDescriptor descriptor = getElementDescriptor(mTypeFqcn); local
518 if (descriptor == null) {
524 AttributeDescriptor[] layoutAttributes = descriptor.getLayoutAttributes();
560 AttributeDescriptor[] attributes = descriptor.getAttributes();
619 public static class Descriptor extends VisualRefactoringDescriptor {
620 public Descriptor(String project, String description, String comment,
ExtractIncludeRefactoring.java 108 * This constructor is solely used by {@link Descriptor},
191 return new Descriptor(
658 public static class Descriptor extends VisualRefactoringDescriptor {
659 public Descriptor(String project, String description, String comment,
  /external/protobuf/src/google/protobuf/
arena_unittest.cc 53 #include <google/protobuf/descriptor.h>
609 const Descriptor* d = arena1_message->GetDescriptor();
643 const Descriptor* d = arena1_message->GetDescriptor();
746 const Descriptor* d = arena1_message->GetDescriptor();
    [all...]
type.pb.h 145 static const ::google::protobuf::Descriptor* descriptor();
288 static const ::google::protobuf::Descriptor* descriptor();
545 static const ::google::protobuf::Descriptor* descriptor();
671 static const ::google::protobuf::Descriptor* descriptor();
774 static const ::google::protobuf::Descriptor* descriptor();
    [all...]
type.pb.cc 14 #include <google/protobuf/descriptor.h>
25 const ::google::protobuf::Descriptor* Type_descriptor_ = NULL;
28 const ::google::protobuf::Descriptor* Field_descriptor_ = NULL;
33 const ::google::protobuf::Descriptor* Enum_descriptor_ = NULL;
36 const ::google::protobuf::Descriptor* EnumValue_descriptor_ = NULL;
39 const ::google::protobuf::Descriptor* Option_descriptor_ = NULL;
341 const ::google::protobuf::Descriptor* Type::descriptor() { function in class:google::protobuf::Type
729 metadata.descriptor = Type_descriptor_;
1097 const ::google::protobuf::Descriptor* Field::descriptor() { function in class:google::protobuf::Field
2016 const ::google::protobuf::Descriptor* Enum::descriptor() { function in class:google::protobuf::Enum
2570 const ::google::protobuf::Descriptor* EnumValue::descriptor() { function in class:google::protobuf::EnumValue
2976 const ::google::protobuf::Descriptor* Option::descriptor() { function in class:google::protobuf::Option
    [all...]
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...]
text_format_unittest.cc     [all...]
wire_format.cc 44 #include <google/protobuf/descriptor.h>
46 #include <google/protobuf/descriptor.pb.h>
383 const Descriptor* descriptor = message->GetDescriptor(); local
401 if (descriptor != NULL) {
403 field = descriptor->FindFieldByNumber(field_number);
406 if (field == NULL && descriptor->IsExtensionNumber(field_number)) {
411 ->FindExtensionByNumber(descriptor, field_number);
418 descriptor->options().message_set_wire_format() &&
791 const Descriptor* descriptor = message.GetDescriptor() local
968 const Descriptor* descriptor = message.GetDescriptor(); local
    [all...]
  /external/v8/src/builtins/
builtins-promise.cc     [all...]
  /external/vulkan-validation-layers/layers/
descriptor_sets.cpp 52 // Validate descriptor set layout create info
185 // Descriptor counts match so need to go through bindings one-by-one
239 // Starting at offset descriptor of given binding, parse over update_count
240 // descriptor updates and verify that for any binding boundaries that are crossed, the next binding(s) are all consistent
262 error_str << "Attempting " << type << " descriptor set " << set << " binding #" << orig_binding << " with #"
326 assert(0); // Bad descriptor type specified
370 << " which is an invalid binding for this descriptor set.";
382 error_str << "Descriptor in binding #" << binding << " at global descriptor index " << i
394 error_str << "Descriptor in binding #" << binding << " at global descriptor index " <<
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 2 // source: google/protobuf/descriptor.proto
176 static const ::google::protobuf::Descriptor* descriptor();
261 static const ::google::protobuf::Descriptor* descriptor();
482 static const ::google::protobuf::Descriptor* descriptor();
574 static const ::google::protobuf::Descriptor* descriptor();
740 static const ::google::protobuf::Descriptor* descriptor()
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 2 // source: google/protobuf/descriptor.proto
176 static const ::google::protobuf::Descriptor* descriptor();
261 static const ::google::protobuf::Descriptor* descriptor();
482 static const ::google::protobuf::Descriptor* descriptor();
574 static const ::google::protobuf::Descriptor* descriptor();
740 static const ::google::protobuf::Descriptor* descriptor()
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.pb.h 2 // source: google/protobuf/descriptor.proto
176 static const ::google::protobuf::Descriptor* descriptor();
261 static const ::google::protobuf::Descriptor* descriptor();
482 static const ::google::protobuf::Descriptor* descriptor();
574 static const ::google::protobuf::Descriptor* descriptor();
740 static const ::google::protobuf::Descriptor* descriptor()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h     [all...]