HomeSort by relevance Sort by last modified time
    Searched refs:has_name (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/libxslt/libxslt/
xsltInternals.h 653 int has_name; member in struct:_xsltStyleItemElement
675 int has_name; member in struct:_xsltStyleItemAttribute
724 int has_name; member in struct:_xsltStyleItemPI
776 int has_name; /* element, attribute, pi */ member in struct:_xsltStyleItemCallTemplate
968 int has_name; member in struct:_xsltStyleBasicItemVariable
1006 int has_name; member in struct:_xsltStyleItemParam
1392 int has_name; \/* element, attribute, pi *\/ member in struct:_xsltStylePreComp
    [all...]
preproc.c 898 (const xmlChar *)"name", NULL, &comp->has_name);
899 if (! comp->has_name) {
957 comp->has_name = 0;
1017 NULL, &comp->has_name);
1018 if (! comp->has_name) {
1085 comp->has_name = 0;
1160 XSLT_NAMESPACE, &comp->has_name);
    [all...]
attributes.c 663 * A comp->has_name == 0 indicates that we need to skip this instruction,
666 if (!comp->has_name)
transform.c     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 551 if (has_name()) {
646 if (has_name()) {
681 if (has_name()) {
722 if (has_name()) {
769 if (from.has_name()) {
    [all...]
plugin.pb.h 217 inline bool has_name() const;
530 inline bool CodeGeneratorResponse_File::has_name() const { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
  /external/chromium_org/components/variations/
variations_seed_processor.cc 26 if (experiment.param(i).has_name() && experiment.param(i).has_value())
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 301 inline bool has_name() const;
582 inline bool has_name() const;
2499 inline bool FileDescriptorProto::has_name() const { function in class:google::protobuf::FileDescriptorProto
2784 inline bool DescriptorProto::has_name() const { function in class:google::protobuf::DescriptorProto
2972 inline bool FieldDescriptorProto::has_name() const { function in class:google::protobuf::FieldDescriptorProto
3211 inline bool EnumDescriptorProto::has_name() const { function in class:google::protobuf::EnumDescriptorProto
3299 inline bool EnumValueDescriptorProto::has_name() const { function in class:google::protobuf::EnumValueDescriptorProto
3378 inline bool ServiceDescriptorProto::has_name() const { function in class:google::protobuf::ServiceDescriptorProto
3466 inline bool MethodDescriptorProto::has_name() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]
descriptor.pb.cc     [all...]
descriptor.cc     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.pb.cc     [all...]
descriptor.pb.h 296 inline bool has_name() const;
611 inline bool has_name() const;
2808 inline bool FileDescriptorProto::has_name() const { function in class:google::protobuf::FileDescriptorProto
3270 inline bool DescriptorProto::has_name() const { function in class:google::protobuf::DescriptorProto
3507 inline bool FieldDescriptorProto::has_name() const { function in class:google::protobuf::FieldDescriptorProto
3897 inline bool EnumDescriptorProto::has_name() const { function in class:google::protobuf::EnumDescriptorProto
4034 inline bool EnumValueDescriptorProto::has_name() const { function in class:google::protobuf::EnumValueDescriptorProto
4168 inline bool ServiceDescriptorProto::has_name() const { function in class:google::protobuf::ServiceDescriptorProto
4305 inline bool MethodDescriptorProto::has_name() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]
descriptor.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 222 inline bool has_name() const;
513 inline bool CodeGeneratorResponse_File::has_name() const { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
plugin.pb.cc 716 if (has_name()) {
    [all...]
  /external/qemu/qapi-auto-generated/
qmp-commands.h 105 SnapshotInfo * qmp_blockdev_snapshot_delete_internal_sync(const char * device, bool has_id, const char * id, bool has_name, const char * name, Error **errp);
205 RxFilterInfoList * qmp_query_rx_filter(bool has_name, const char * name, Error **errp);
qmp-marshal.c 1681 bool has_name = false; local
4164 bool has_name = false; local
    [all...]
qapi-types.h 1923 bool has_name; member in struct:NameInfo
2775 bool has_name; member in struct:NetLegacy
    [all...]
qapi-visit.c 320 visit_start_optional(m, obj ? &(*obj)->has_name : NULL, "name", &err);
321 if (obj && (*obj)->has_name) {
    [all...]
  /external/chromium_org/sync/engine/
model_type_sync_worker_impl_unittest.cc     [all...]

Completed in 378 milliseconds