Home
last modified time | relevance | path

Searched refs:qbox (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/geometry/index/test/rtree/
Dtest_rtree.hpp591 static void apply(std::vector<Value> & input, Box & qbox, int size = 1) in apply()
605 qbox = Box(P(3, 0), P(10, 9)); in apply()
613 static void apply(std::vector<Value> & input, Box & qbox, int size = 1) in apply()
630 qbox = Box(P(3, 0, 3), P(10, 9, 11)); in apply()
671 void rtree(Rtree & tree, Elements & input, Box & qbox) in rtree() argument
677 >::apply(input, qbox); in rtree()
826 void intersects(Rtree const& tree, std::vector<Value> const& input, Box const& qbox) in intersects() argument
831 if ( bg::intersects(tree.indexable_get()(v), qbox) ) in intersects()
835 spatial_query(tree, bgi::intersects(qbox), expected_output); in intersects()
836 spatial_query(tree, !bgi::disjoint(qbox), expected_output); in intersects()
[all …]
/third_party/boost/libs/geometry/index/test/rtree/exceptions/
Dtest_exceptions.hpp38 B qbox; in test_rtree_value_exceptions() local
39 generate::input<2>::apply(input, qbox); in test_rtree_value_exceptions()
127 B qbox; in test_rtree_elements_exceptions() local
128 generate::input<2>::apply(input, qbox, 2); in test_rtree_elements_exceptions()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch89071 + " qbox Shorthand for \"box --width 60 --quote\"",
90088 + /* Apply defaults for qbox pseudo-mods. If that
90091 + if( strcmp(z, "qbox")==0 ){
90203 + "qbox quote table tabs tcl\n");
126706 + " qbox Shorthand for \"box --width 60 --quote\"",
127723 + /* Apply defaults for qbox pseudo-mods. If that
127726 + if( strcmp(z, "qbox")==0 ){
127838 + "qbox quote table tabs tcl\n");
172603 + " qbox Shorthand for \"box --width 60 --quote\"",
173620 + /* Apply defaults for qbox pseudo-mods. If that
[all …]