Home
last modified time | relevance | path

Searched refs:eval_pointer (Results 1 – 6 of 6) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/Voronoi_diagram_2/
H A DIterator_adaptors.h54 ptr->eval_pointer();
152 void eval_pointer() const { in eval_pointer() function
153 eval_pointer(Tag()); in eval_pointer()
160 void eval_pointer(const Tag_true&) const { in eval_pointer() function
184 eval_pointer(); in eval_reference()
272 void eval_pointer() const { in eval_pointer() function
280 eval_pointer(); in eval_reference()
338 void eval_pointer() const { in eval_pointer() function
343 eval_pointer(); in eval_reference()
386 void eval_pointer() const { in eval_pointer() function
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/gecko/
H A Dmedia_features.rs415 fn eval_pointer(device: &Device, query_value: Option<Pointer>) -> bool { in eval_pointer() function
686 keyword_evaluator!(eval_pointer, Pointer),
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/gecko/
H A Dmedia_features.rs494 fn eval_pointer(device: &Device, query_value: Option<Pointer>) -> bool { in eval_pointer() function
839 keyword_evaluator!(eval_pointer, Pointer),
/dports/www/firefox/firefox-99.0/servo/components/style/gecko/
H A Dmedia_features.rs469 fn eval_pointer(device: &Device, query_value: Option<Pointer>) -> bool { in eval_pointer() function
850 keyword_evaluator!(eval_pointer, Pointer),
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/gecko/
H A Dmedia_features.rs494 fn eval_pointer(device: &Device, query_value: Option<Pointer>) -> bool { in eval_pointer() function
839 keyword_evaluator!(eval_pointer, Pointer),
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_access.c5278 const bool eval_pointer) in rna_path_parse() argument
5280 BLI_assert(r_item_ptr == NULL || !eval_pointer); in rna_path_parse()
5287 const bool do_item_ptr = r_item_ptr != NULL && !eval_pointer; in rna_path_parse()
5359 if (do_item_ptr || eval_pointer || *path != '\0') { in rna_path_parse()
5363 if (eval_pointer || *path != '\0') { in rna_path_parse()
5380 if (eval_pointer || *path != '\0') { in rna_path_parse()