Home
last modified time | relevance | path

Searched refs:attr_type (Results 1 – 25 of 34) sorted by relevance

12

/third_party/skia/modules/svg/include/
DSkSVGNode.h64 #define SVG_PRES_ATTR(attr_name, attr_type, attr_inherited) \ argument
67 SkSVGProperty<attr_type, attr_inherited>>&& pr) {\
73 const SkSVGProperty<attr_type, attr_inherited>& get##attr_name() const { \
76 void set##attr_name(const SkSVGProperty<attr_type, attr_inherited>& v) { \
85 void set##attr_name(SkSVGProperty<attr_type, attr_inherited>&& v) { \
187 #define _SVG_ATTR_SETTERS(attr_name, attr_type, attr_default, set_cp, set_mv) \ argument
190 const SkSVGAttributeParser::ParseResult<attr_type>& pr) { \
195 SkSVGAttributeParser::ParseResult<attr_type>&& pr) { \
200 void set##attr_name(const attr_type& a) { set_cp(a); } \
201 void set##attr_name(attr_type&& a) { set_mv(std::move(a)); }
[all …]
/third_party/flutter/skia/modules/sksg/include/
DSkSGNode.h98 #define SG_ATTRIBUTE(attr_name, attr_type, attr_container) \ argument
99 const attr_type& get##attr_name() const { return attr_container; } \
100 void set##attr_name(const attr_type& v) { \
105 void set##attr_name(attr_type&& v) { \
111 #define SG_MAPPED_ATTRIBUTE(attr_name, attr_type, attr_container) \ argument
112 attr_type get##attr_name() const { return attr_container.get##attr_name(); } \
113 void set##attr_name(const attr_type& v) { \
118 void set##attr_name(attr_type&& v) { \
/third_party/skia/modules/sksg/include/
DSkSGNode.h98 #define SG_ATTRIBUTE(attr_name, attr_type, attr_container) \ argument
99 const attr_type& get##attr_name() const { return attr_container; } \
100 void set##attr_name(const attr_type& v) { \
105 void set##attr_name(attr_type&& v) { \
111 #define SG_MAPPED_ATTRIBUTE(attr_name, attr_type, attr_container) \ argument
112 attr_type get##attr_name() const { return attr_container.get##attr_name(); } \
113 void set##attr_name(const attr_type& v) { \
118 void set##attr_name(attr_type&& v) { \
/third_party/boost/libs/spirit/test/x3/
Dsequence.cpp149 typedef deque<char, int> attr_type; in main() typedef
150 attr_type fv; in main()
152 auto r = rule<class r, attr_type>() in main()
156 fv == attr_type('x', 1))); in main()
164 typedef deque<int> attr_type; in main() typedef
165 attr_type fv; in main()
167 auto r = rule<class r, attr_type>() in main()
171 fv == attr_type(1))); in main()
388 typedef vector<char, char, int> attr_type; in main() typedef
389 attr_type attr; in main()
[all …]
Dalternative.cpp79 typedef boost::variant<undefined, int, char> attr_type; in main() typedef
80 attr_type v; in main()
88 v = attr_type(); in main()
/third_party/ntfs-3g/ntfsprogs/
Dntfsck.c250 static runlist *load_runlist(ntfs_volume *rawvol, s64 offset_to_file_record, ATTR_TYPES attr_type, … in load_runlist() argument
310 if (attr_rec->type==attr_type) { in load_runlist()
425 u32 attr_type = le32_to_cpu(attr_rec->type); in check_attr_record() local
431 (int)attr_type, (long long)current_mft_record); in check_attr_record()
436 if ((attr_type & ~0x0F0) && (attr_type != 0x100)) { in check_attr_record()
438 (int)attr_type); in check_attr_record()
444 (long long)current_mft_record, (int)attr_type, in check_attr_record()
453 assert_u32_equal(attr_type, 0x10, in check_attr_record()
460 assert_u32_noteq(attr_type, 0x10, in check_attr_record()
474 (long long)current_mft_record, (int)attr_type, in check_attr_record()
[all …]
Dntfstruncate.c78 ATTR_TYPES attr_type; variable
229 attr_type = AT_DATA; in parse_options()
239 attr_type = cpu_to_le32(ul); in parse_options()
261 ntfs_log_verbose("attribute type = 0x%x\n", (unsigned int)le32_to_cpu(attr_type)); in parse_options()
670 if (a->type == attr_type) in dump_mft_record()
766 na = ntfs_attr_open(ni, attr_type, attr_name, attr_name_len); in main()
769 (unsigned int)le32_to_cpu(attr_type), strerror(errno)); in main()
781 (unsigned int)le32_to_cpu(attr_type), strerror(errno)); in main()
Dntfsfallocate.c83 le32 attr_type; variable
356 attr_type = AT_DATA; in parse_options()
367 attr_type = cpu_to_le32(ul); in parse_options()
391 (unsigned long)le32_to_cpu(attr_type)); in parse_options()
705 if (ntfs_attr_lookup(attr_type, attr_name, attr_name_len, in ntfs_full_allocation()
721 if ((attr_type == AT_DATA) && !attr_name_len) { in ntfs_full_allocation()
755 na = ntfs_attr_open(ni, attr_type, attr_name, attr_name_len); in ntfs_fallocate()
758 (unsigned long)le32_to_cpu(attr_type)); in ntfs_fallocate()
/third_party/boost/boost/spirit/home/qi/action/
Daction.hpp54 typedef typename attribute<Context, Iterator>::type attr_type; in parse() typedef
58 Attribute, attr_type, domain> transform; in parse()
109 typedef typename attribute<Context, Iterator>::type attr_type; in parse() typedef
112 attr_type attr = attr_type(); in parse()
/third_party/boost/boost/spirit/repository/home/karma/nonterminal/
Dsubrule.hpp110 >::type::second_type::attr_type> {};
162 typedef typename Def::attr_type subrule_attr_type; in generate_subrule()
194 typedef typename Def::attr_type subrule_attr_type; in generate_subrule()
322 typedef Attr attr_type; typedef
396 attr_type; typedef
398 !is_reference<attr_type>::value && !is_const<attr_type>::value,
400 typedef attr_type const& attr_reference_type;
431 , attr_type
512 typedef attr_type type;
/third_party/glib/gio/
Dgio-tool-set.c29 static char *attr_type = "string"; variable
33 { "type", 't', 0, G_OPTION_ARG_STRING, &attr_type, N_("Type of the attribute"), N_("TYPE") },
127 type = attribute_type_from_string (attr_type); in handle_set()
180 print_error (_("Invalid attribute type “%s”"), attr_type); in handle_set()
/third_party/boost/boost/spirit/home/karma/nonterminal/
Drule.hpp139 attr_type; typedef
141 !is_reference<attr_type>::value && !is_const<attr_type>::value,
143 typedef attr_type const& attr_reference_type;
284 typedef attr_type type;
295 Attribute const, attr_type, domain> in generate()
331 Attribute const, attr_type, domain> in generate()
/third_party/boost/boost/spirit/repository/home/qi/nonterminal/
Dsubrule.hpp110 >::type::second_type::attr_type> {};
164 typedef typename Def::attr_type subrule_attr_type; in parse_subrule()
213 typedef typename Def::attr_type subrule_attr_type; in parse_subrule()
349 typedef Attr attr_type; typedef
418 attr_type; typedef
420 !is_reference<attr_type>::value,
422 typedef attr_type& attr_reference_type;
453 , attr_type
534 typedef attr_type type;
/third_party/boost/boost/spirit/home/karma/action/
Daction.hpp55 typedef typename attribute<Context, unused_type>::type attr_type; in generate() typedef
61 Attribute const, attr_type, domain> transform; in generate()
63 attr_type attr = transform::pre(attr_); in generate()
/third_party/boost/boost/spirit/home/qi/nonterminal/
Drule.hpp132 attr_type; typedef
134 !is_reference<attr_type>::value,
136 typedef attr_type& attr_reference_type;
278 typedef attr_type type;
303 Attribute, attr_type, domain> in parse()
354 Attribute, attr_type, domain> in parse()
/third_party/boost/libs/spirit/test/qi/
Dpermutation.cpp100 typedef vector<optional<int>, optional<char> > attr_type; in main() typedef
101 attr_type attr; in main()
103 rule<char const*, attr_type()> r; in main()
/third_party/skia/experimental/skrive/include/
DSkRive.h29 #define ACTOR_ATTR(attr_name, attr_type, attr_default) \ argument
31 attr_type f##attr_name = attr_default; \
33 const attr_type& get##attr_name() const { return f##attr_name; } \
34 void set##attr_name(const attr_type& v) { \
39 void set##attr_name(attr_type&& v) { \
/third_party/boost/boost/xpressive/detail/core/matcher/
Daction_matcher.hpp353 attr_type; typedef
356 typename proto::terminal<opt<attr_type> >::type
366attr_type const *attr = static_cast<attr_type const *>(state.attr_context_.attr_slots_[slot-1]); in operator ()()
367 return result_type::make(opt<attr_type>(attr)); in operator ()()
/third_party/flutter/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
DNVCtrl.c581 values->type = rep.attr_type; in XNVCTRLQueryValidTargetAttributeValues32()
582 if (rep.attr_type == ATTRIBUTE_TYPE_RANGE) { in XNVCTRLQueryValidTargetAttributeValues32()
586 if (rep.attr_type == ATTRIBUTE_TYPE_INT_BITS) { in XNVCTRLQueryValidTargetAttributeValues32()
632 values->type = rep.attr_type; in XNVCTRLQueryValidTargetStringAttributeValues()
671 values->type = rep.attr_type; in XNVCTRLQueryValidTargetAttributeValues64()
672 if (rep.attr_type == ATTRIBUTE_TYPE_RANGE) { in XNVCTRLQueryValidTargetAttributeValues64()
676 if (rep.attr_type == ATTRIBUTE_TYPE_INT_BITS) { in XNVCTRLQueryValidTargetAttributeValues64()
772 permissions->type = rep.attr_type; in QueryAttributePermissionsInternal()
Dnv_control.h341 INT32 attr_type B32;
356 INT32 attr_type B32;
382 INT32 attr_type B32;
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
DNVCtrl.c581 values->type = rep.attr_type; in XNVCTRLQueryValidTargetAttributeValues32()
582 if (rep.attr_type == ATTRIBUTE_TYPE_RANGE) { in XNVCTRLQueryValidTargetAttributeValues32()
586 if (rep.attr_type == ATTRIBUTE_TYPE_INT_BITS) { in XNVCTRLQueryValidTargetAttributeValues32()
632 values->type = rep.attr_type; in XNVCTRLQueryValidTargetStringAttributeValues()
671 values->type = rep.attr_type; in XNVCTRLQueryValidTargetAttributeValues64()
672 if (rep.attr_type == ATTRIBUTE_TYPE_RANGE) { in XNVCTRLQueryValidTargetAttributeValues64()
676 if (rep.attr_type == ATTRIBUTE_TYPE_INT_BITS) { in XNVCTRLQueryValidTargetAttributeValues64()
772 permissions->type = rep.attr_type; in QueryAttributePermissionsInternal()
Dnv_control.h341 INT32 attr_type B32;
356 INT32 attr_type B32;
382 INT32 attr_type B32;
/third_party/boost/boost/spirit/home/x3/operator/detail/
Dalternative.hpp123 attr_type; typedef
125 typedef pass_parser_attribute<Parser, attr_type, Context> pass;
/third_party/boost/boost/xpressive/detail/static/transforms/
Das_action.hpp90 attr_type; typedef
96 , BOOST_PROTO_UNCVREF(attr_type)
/third_party/boost/boost/spirit/home/qi/auxiliary/
Dattr.hpp47 using spirit::attr_type;

12