Home
last modified time | relevance | path

Searched defs:equals (Results 1 – 25 of 501) sorted by relevance

12345678910>>...21

/third_party/boost/boost/geometry/algorithms/detail/equals/
Dimplementation.hpp55 namespace detail { namespace equals namespace
297 struct equals<P1, P2, point_tag, point_tag, pointlike_tag, pointlike_tag, DimensionCount, Reverse> struct
302 struct equals<MultiPoint1, MultiPoint2, multi_point_tag, multi_point_tag, pointlike_tag, pointlike_… struct
307 struct equals<Point, MultiPoint, point_tag, multi_point_tag, pointlike_tag, pointlike_tag, Dimensio… struct
312 struct equals<Box1, Box2, box_tag, box_tag, areal_tag, areal_tag, DimensionCount, Reverse> struct
318 struct equals<Ring1, Ring2, ring_tag, ring_tag, areal_tag, areal_tag, 2, Reverse> struct
324 struct equals<Polygon1, Polygon2, polygon_tag, polygon_tag, areal_tag, areal_tag, 2, Reverse> struct
330 struct equals<Polygon, Ring, polygon_tag, ring_tag, areal_tag, areal_tag, 2, Reverse> struct
336 struct equals<Ring, Box, ring_tag, box_tag, areal_tag, areal_tag, 2, Reverse> struct
342 struct equals<Polygon, Box, polygon_tag, box_tag, areal_tag, areal_tag, 2, Reverse> struct
[all …]
Dinterface.hpp60 struct equals: not_implemented<Tag1, Tag2> struct
72 struct equals<Geometry1, Geometry2, Tag1, Tag2, CastedTag1, CastedTag2, DimensionCount, true> struct
76 static inline bool apply(Geometry1 const& g1, Geometry2 const& g2, Strategy const& strategy) in apply()
97 struct equals struct
100 static inline bool apply(Geometry1 const& geometry1, in apply()
111 static inline bool apply(Geometry1 const& geometry1, in apply()
134 struct equals struct
137 static inline bool apply(Geometry1 const& geometry1, in apply()
153 struct equals<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)>, Geometry2> struct
156 struct visitor: static_visitor<bool>
[all …]
/third_party/boost/boost/geometry/index/
Dequal_to.hpp24 struct equals struct
27 inline static bool apply(Geometry const& g1, Geometry const& g2, Strategy const&) in apply()
34 struct equals<Geometry, point_tag> struct
36 inline static bool apply(Geometry const& g1, Geometry const& g2, default_strategy const&) in apply()
42 inline static bool apply(Geometry const& g1, Geometry const& g2, Strategy const&) in apply()
49 struct equals<Geometry, box_tag> struct
51 inline static bool apply(Geometry const& g1, Geometry const& g2, default_strategy const&) in apply()
57 inline static bool apply(Geometry const& g1, Geometry const& g2, Strategy const&) in apply()
66 struct equals<Geometry, segment_tag> struct
68 inline static bool apply(Geometry const& g1, Geometry const& g2, default_strategy const&) in apply()
[all …]
/third_party/mesa3d/src/compiler/glsl/
Dir_equals.cpp45 ir_instruction::equals(const ir_instruction *, enum ir_node_type) const in equals() function in ir_instruction
51 ir_constant::equals(const ir_instruction *ir, enum ir_node_type) const in equals() function in ir_constant
74 ir_dereference_variable::equals(const ir_instruction *ir, in equals() function in ir_dereference_variable
85 ir_dereference_array::equals(const ir_instruction *ir, in equals() function in ir_dereference_array
105 ir_swizzle::equals(const ir_instruction *ir, in equals() function in ir_swizzle
128 ir_texture::equals(const ir_instruction *ir, enum ir_node_type ignore) const in equals() function in ir_texture
193 ir_expression::equals(const ir_instruction *ir, enum ir_node_type ignore) const in equals() function in ir_expression
/third_party/typescript/tests/cases/compiler/
DunspecializedConstraints.ts7 equals(other: T): boolean; method
14 equals(that: Type): boolean { method in Type
71 equals(other: Property): boolean { method in Property
93 equals(other: Signature): boolean { method in Signature
103 equals(other: Parameter) { method in Parameter
/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dvariant.hpp93 struct equals struct in boost::beast::detail::variant
95 variant const& self;
96 variant const& other;
98 bool operator()(mp11::mp_size_t<0>) in operator ()()
104 bool operator()(I) in operator ()()
/third_party/boost/boost/beast/core/detail/
Dvariant.hpp93 struct equals struct in boost::beast::detail::variant
95 variant const& self;
96 variant const& other;
98 bool operator()(mp11::mp_size_t<0>) in operator ()()
104 bool operator()(I) in operator ()()
/third_party/typescript/tests/baselines/reference/
DmergedDeclarations1.js11 export function equals(p1: Point, p2: Point) { function
25 function equals(p1, p2) { function
/third_party/boost/libs/algorithm/test/
Dfind_backward_test.cpp117 struct equals struct
119 BOOST_CXX14_CONSTEXPR equals(int n) : n_(n) {} in equals() argument
132 const int* start = ba::find_if_backward(from, to, equals(1)); // stops on first in check_constexpr_if_backward() argument
/third_party/skia/modules/skparagraph/src/
DTextStyle.cpp27 bool TextStyle::equals(const TextStyle& other) const { in equals() function in skia::textlayout::TextStyle
177 bool PlaceholderStyle::equals(const PlaceholderStyle& other) const { in equals() function in skia::textlayout::PlaceholderStyle
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantPoolValue.h125 bool equals(const ARMConstantPoolValue *A) const { in equals() function
205 bool equals(const ARMConstantPoolConstant *A) const { in equals() function
240 bool equals(const ARMConstantPoolSymbol *A) const { in equals() function
276 bool equals(const ARMConstantPoolMBB *A) const { in equals() function
/third_party/protobuf/python/
Dmox.py774 def equals(self, rhs): member in Comparator
807 def equals(self, rhs): member in IsA
846 def equals(self, rhs): member in IsAlmost
884 def equals(self, rhs): member in StrContains
922 def equals(self, rhs): member in Regex
955 def equals(self, rhs): member in In
989 def equals(self, rhs): member in ContainsKeyValue
1021 def equals(self, actual_seq): member in SameElementsAs
1059 def equals(self, rhs): member in And
1092 def equals(self, rhs): member in Or
[all …]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DMapFieldLite.java125 private static boolean equals(Object a, Object b) { in equals() method in MapFieldLite
136 static <K, V> boolean equals(Map<K, V> a, Map<K, V> b) { in equals() method in MapFieldLite
157 public boolean equals(Object object) { in equals() method in MapFieldLite
/third_party/node/deps/npm/node_modules/tar/node_modules/safe-buffer/
Dindex.d.ts7 equals(otherBuffer: Buffer): boolean; method in Buffer
/third_party/node/deps/npm/node_modules/safe-buffer/
Dindex.d.ts7 equals(otherBuffer: Buffer): boolean; method in Buffer
/third_party/node/deps/npm/node_modules/npm-registry-fetch/node_modules/safe-buffer/
Dindex.d.ts7 equals(otherBuffer: Buffer): boolean; method in Buffer
/third_party/node/deps/npm/node_modules/string_decoder/node_modules/safe-buffer/
Dindex.d.ts7 equals(otherBuffer: Buffer): boolean; method in Buffer
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DCollatorICU.java60 public boolean equals(Object that) { in equals() method in CollatorICU
68 public boolean equals(String source, String target) { in equals() method in CollatorICU
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DCharSequences.java103 public static final boolean equals(int codepoint, CharSequence other) { in equals() method in CharSequences
119 public static final boolean equals(CharSequence other, int codepoint) { in equals() method in CharSequences
207 public static final <T extends Object> boolean equals(T a, T b) { in equals() method in CharSequences
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DCharSequences.java101 public static final boolean equals(int codepoint, CharSequence other) { in equals() method in CharSequences
117 public static final boolean equals(CharSequence other, int codepoint) { in equals() method in CharSequences
205 public static final <T extends Object> boolean equals(T a, T b) { in equals() method in CharSequences
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dtext_style.cc29 bool TextStyle::equals(const TextStyle& other) const { in equals() function in txt::TextStyle
/third_party/boost/libs/geometry/test/strategies/
Ddouglas_peucker.cpp130 struct equals struct
148 if ( !bg::equals(*it1, *it2) ) in apply() argument
157 static inline bool apply(Range1 const& range1, Range2 const& range2) in apply()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h100 virtual bool equals(const Expression &Other) const { return true; } in equals() function
213 bool equals(const Expression &Other) const override { in equals() function
284 bool equals(const Expression &Other) const override { in equals() function
456 bool equals(const Expression &Other) const override { in equals() function
518 bool equals(const Expression &Other) const override { in equals() function
566 bool equals(const Expression &Other) const override { in equals() function
603 bool equals(const Expression &Other) const override { in equals() function
639 bool equals(const Expression &Other) const override { in equals() function
/third_party/boost/libs/unordered/test/helpers/
Dcheck_return_type.hpp16 template <class T2> static void equals(T2) in equals() function
/third_party/flatbuffers/ts/
Dlong.ts20 equals(other: Long): boolean { method in Long

12345678910>>...21