HomeSort by relevance Sort by last modified time
    Searched full:_descriptor (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum.cc 106 "$dllexport$const ::google::protobuf::EnumDescriptor* $classname$_descriptor();\n");
111 " $classname$_descriptor(), value);\n"
117 " $classname$_descriptor(), name, value);\n"
128 " return $classname$_descriptor();\n"
160 "$nested_name$_descriptor() {\n"
161 " return $classname$_descriptor();\n"
197 "const ::google::protobuf::EnumDescriptor* $classname$_descriptor() {\n"
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum.cc 106 "$dllexport$const ::google::protobuf::EnumDescriptor* $classname$_descriptor();\n");
111 " $classname$_descriptor(), value);\n"
117 " $classname$_descriptor(), name, value);\n"
128 " return $classname$_descriptor();\n"
160 "$nested_name$_descriptor() {\n"
161 " return $classname$_descriptor();\n"
197 "const ::google::protobuf::EnumDescriptor* $classname$_descriptor() {\n"
  /frameworks/native/include/binder/
IInterface.h 53 virtual sp<IInterface> queryLocalInterface(const String16& _descriptor);
116 const String16& _descriptor)
118 if (_descriptor == INTERFACE::descriptor) return this;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 138 "from google.protobuf import descriptor as _descriptor\n"
327 "$descriptor_name$ = _descriptor.FileDescriptor(\n"
390 "$descriptor_name$ = _descriptor.EnumDescriptor(\n"
471 "$service_name$ = _descriptor.ServiceDescriptor(\n",
504 printer_->Print("_descriptor.MethodDescriptor(\n");
557 printer_->Print("$descriptor_name$ = _descriptor.Descriptor(\n",
864 "_descriptor.EnumValueDescriptor(\n"
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_message.cc 184 " internal_$identifier$_descriptor;\n");
216 "internal_$identifier$_descriptor =\n"
220 "internal_$identifier$_descriptor =\n"
221 " internal_$parent$_descriptor.getNestedTypes().get($index$);\n");
228 " internal_$identifier$_descriptor,\n"
317 " return $fileclass$.internal_$identifier$_descriptor;\n"
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_message.cc 190 " internal_$identifier$_descriptor;\n");
222 "internal_$identifier$_descriptor =\n"
226 "internal_$identifier$_descriptor =\n"
227 " internal_$parent$_descriptor.getNestedTypes().get($index$);\n");
234 " internal_$identifier$_descriptor,\n"
778 " return $fileclass$.internal_$identifier$_descriptor;\n"
874 " return $fileclass$.internal_$identifier$_descriptor;\n"
    [all...]
  /prebuilts/misc/linux-x86/protobuf/
aprotoc 
  /external/dropbear/libtomcrypt/
crypt.tex 560 To facilitate automatic routines an array of cipher descriptors is provided in the array \textit{cipher\_descriptor}. An element
597 The remaining fields are all pointers to the core functions for each cipher. The end of the cipher\_descriptor array is
686 To work with the cipher\_descriptor array there is a function:
    [all...]
changes     [all...]
  /external/chromium_org/third_party/libusb/src/libusb/
libusbi.h 544 * on through the get_*_descriptor functions. Finally, call
    [all...]
libusb.h 722 * libusb_get_*_descriptor function to get a structure fully matching the type.
    [all...]
  /external/libusb/libusb/
libusbi.h 392 * on through the get_*_descriptor functions. Finally, call

Completed in 627 milliseconds