Home
last modified time | relevance | path

Searched defs:relation (Results 1 – 25 of 49) sorted by relevance

12

/third_party/boost/boost/geometry/algorithms/detail/relation/
Dinterface.hpp42 struct relation struct
45 static inline Matrix apply(Geometry1 const& geometry1, in apply()
67 struct relation<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)>, Geometry2> struct
70 struct visitor : boost::static_visitor<Matrix>
88 apply(boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> const& geometry1, in apply()
97 struct relation<Geometry1, boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
100 struct visitor : boost::static_visitor<Matrix>
118 apply(Geometry1 const& geometry1, in apply()
131 struct relation struct
138 struct visitor : boost::static_visitor<Matrix>
[all …]
/third_party/boost/boost/geometry/index/detail/
Ddistance_predicates.hpp64 struct relation struct
66 typedef T value_type;
67 typedef to_nearest_tag tag;
68 static inline T const& value(T const& v) { return v; } in value()
69 static inline T & value(T & v) { return v; } in value()
73 struct relation< to_nearest<T> > struct
75 typedef T value_type;
76 typedef to_nearest_tag tag;
77 static inline T const& value(to_nearest<T> const& r) { return r.value; } in value()
78 static inline T & value(to_nearest<T> & r) { return r.value; } in value()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DTestUtilities.java107 int relation = CollectionUtilities.getContainmentRelation(a, b); in TestCollectionUtilities() local
111 checkContainment(a.size() == 0 && b.size() == 0, a, relation, b); in TestCollectionUtilities() local
114 checkContainment(a.size() == 0 && b.size() != 0, a, relation, b); in TestCollectionUtilities() local
117 checkContainment(a.equals(b) && a.size() != 0, a, relation, b); in TestCollectionUtilities() local
120 checkContainment(a.size() != 0 && b.size() == 0, a, relation, b); in TestCollectionUtilities() local
123 checkContainment(b.containsAll(a) && !a.equals(b), a, relation, b); in TestCollectionUtilities() local
129 checkContainment(a.containsAll(b) && !a.equals(b), a, relation, b); in TestCollectionUtilities() local
161 private void checkContainment(boolean c, Collection a, int relation, Collection b) { in checkContainment()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
DTestUtilities.java104 int relation = CollectionUtilities.getContainmentRelation(a, b); in TestCollectionUtilities() local
108 checkContainment(a.size() == 0 && b.size() == 0, a, relation, b); in TestCollectionUtilities() local
111 checkContainment(a.size() == 0 && b.size() != 0, a, relation, b); in TestCollectionUtilities() local
114 checkContainment(a.equals(b) && a.size() != 0, a, relation, b); in TestCollectionUtilities() local
117 checkContainment(a.size() != 0 && b.size() == 0, a, relation, b); in TestCollectionUtilities() local
120 checkContainment(b.containsAll(a) && !a.equals(b), a, relation, b); in TestCollectionUtilities() local
126 checkContainment(a.containsAll(b) && !a.equals(b), a, relation, b); in TestCollectionUtilities() local
158 private void checkContainment(boolean c, Collection a, int relation, Collection b) { in checkContainment()
/third_party/glib/glib/deprecated/
Dgrel.c215 GRelation *relation = user_data; in relation_delete_value_tuple() local
237 g_relation_destroy (GRelation *relation) in g_relation_destroy()
273 g_relation_index (GRelation *relation, in g_relation_index()
297 g_relation_insert (GRelation *relation, in g_relation_insert()
345 GRelation *relation = (GRelation *) user_data; in g_relation_delete_tuple() local
390 g_relation_delete (GRelation *relation, in g_relation_delete()
456 g_relation_select (GRelation *relation, in g_relation_select()
503 g_relation_count (GRelation *relation, in g_relation_count()
539 g_relation_exists (GRelation *relation, ...) in g_relation_exists()
663 g_relation_print (GRelation *relation) in g_relation_print()
/third_party/boost/boost/bimap/relation/support/
Dpair_by.hpp28 namespace relation { namespace
52 namespace relation { namespace
Dget.hpp34 namespace relation { namespace
59 namespace relation { namespace
Dpair_type_by.hpp43 namespace relation { namespace
Dopposite_tag.hpp42 namespace relation { namespace
Dvalue_type_of.hpp43 namespace relation { namespace
Dis_tag_of_member_at.hpp84 namespace relation { namespace
Dget_pair_functor.hpp25 namespace relation { namespace
Dmember_with_tag.hpp62 namespace relation { namespace
Ddata_extractor.hpp34 namespace relation { namespace
/third_party/gettext/gettext-tools/src/
Dcldr-plural-exp.c80 cldr_plural_relation_free (struct cldr_plural_relation_ty *relation) in cldr_plural_relation_free()
128 eval_relation (struct cldr_plural_relation_ty *relation) in eval_relation()
351 struct cldr_plural_relation_ty *relation in apply_condition() local
381 print_relation (struct cldr_plural_relation_ty *relation, in print_relation()
Dcldr-plural.y51 new_leaf_condition (struct cldr_plural_relation_ty *relation) in new_leaf_condition()
/third_party/boost/boost/bimap/relation/
Dmember_at.hpp23 namespace relation { namespace
Dsymmetrical_base.hpp33 namespace relation { namespace
Dpair_layout.hpp23 namespace relation { namespace
/third_party/boost/boost/bimap/relation/detail/
Dmutant.hpp32 namespace relation { namespace
Dto_mutable_relation_functor.hpp27 namespace relation { namespace
/third_party/boost/boost/icl/type_traits/
Dpredicate.hpp41 class relation class
/third_party/node/deps/npm/node_modules/json-schema/lib/
Dlinks.js23 exports.getLink = function(relation, instance, schema){ argument
/third_party/glib/tests/
Drelation-test.c64 GRelation *relation; in main() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSortedSetRelation.java142 …arable<? super T>> SortedSet<? extends T> doOperation(SortedSet<T> a, int relation, SortedSet<T> b… in doOperation()

12