/third_party/boost/boost/geometry/algorithms/detail/relation/ |
D | interface.hpp | 42 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/ |
D | distance_predicates.hpp | 64 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/ |
D | TestUtilities.java | 107 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/ |
D | TestUtilities.java | 104 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/ |
D | grel.c | 215 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/ |
D | pair_by.hpp | 28 namespace relation { namespace 52 namespace relation { namespace
|
D | get.hpp | 34 namespace relation { namespace 59 namespace relation { namespace
|
D | pair_type_by.hpp | 43 namespace relation { namespace
|
D | opposite_tag.hpp | 42 namespace relation { namespace
|
D | value_type_of.hpp | 43 namespace relation { namespace
|
D | is_tag_of_member_at.hpp | 84 namespace relation { namespace
|
D | get_pair_functor.hpp | 25 namespace relation { namespace
|
D | member_with_tag.hpp | 62 namespace relation { namespace
|
D | data_extractor.hpp | 34 namespace relation { namespace
|
/third_party/gettext/gettext-tools/src/ |
D | cldr-plural-exp.c | 80 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()
|
D | cldr-plural.y | 51 new_leaf_condition (struct cldr_plural_relation_ty *relation) in new_leaf_condition()
|
/third_party/boost/boost/bimap/relation/ |
D | member_at.hpp | 23 namespace relation { namespace
|
D | symmetrical_base.hpp | 33 namespace relation { namespace
|
D | pair_layout.hpp | 23 namespace relation { namespace
|
/third_party/boost/boost/bimap/relation/detail/ |
D | mutant.hpp | 32 namespace relation { namespace
|
D | to_mutable_relation_functor.hpp | 27 namespace relation { namespace
|
/third_party/boost/boost/icl/type_traits/ |
D | predicate.hpp | 41 class relation class
|
/third_party/node/deps/npm/node_modules/json-schema/lib/ |
D | links.js | 23 exports.getLink = function(relation, instance, schema){ argument
|
/third_party/glib/tests/ |
D | relation-test.c | 64 GRelation *relation; in main() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | SortedSetRelation.java | 142 …arable<? super T>> SortedSet<? extends T> doOperation(SortedSet<T> a, int relation, SortedSet<T> b… in doOperation()
|