Home
last modified time | relevance | path

Searched defs:rhs (Results 176 - 200 of 635) sorted by relevance

12345678910>>...26

/third_party/node/deps/icu-small/source/common/
H A Dpluralmap.h239 equals( const PluralMap<T> &rhs, UBool (*eqFunc)(const T &, const T &)) const equals() argument
/third_party/nghttp2/tests/
H A Dnghttp2_pq_test.c52 static int pq_less(const void *lhs, const void *rhs) { in pq_less() argument
126 static int node_less(const void *lhs, const void *rhs) { in node_less() argument
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_function.c153 static int func_compare_name(const struct rb_node *lhs, const struct rb_node *rhs) in func_compare_name() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_utils.cpp225 void DecNum::multiplyBy(const DecNum& rhs, UErrorCode& status) { in multiplyBy() argument
232 void DecNum::divideBy(const DecNum& rhs, UErrorCode& status) { in divideBy() argument
H A Dnumber_microprops.h53 IntMeasures &operator=(const IntMeasures &rhs) { in operator =() argument
/third_party/node/deps/v8/src/compiler/
H A Dnode-observer.h46 operator ==(const ObservableNodeState& lhs, const ObservableNodeState& rhs) operator ==() argument
52 operator !=(const ObservableNodeState& lhs, const ObservableNodeState& rhs) operator !=() argument
/third_party/node/deps/v8/include/
H A Dv8-traced-handle.h307 operator ==(const TracedReferenceBase& lhs, const TracedReferenceBase& rhs) operator ==() argument
317 operator ==(const TracedReferenceBase& lhs, const v8::Local<U>& rhs) operator ==() argument
327 operator ==(const v8::Local<U>& lhs, const TracedReferenceBase& rhs) operator ==() argument
332 operator !=(const TracedReferenceBase& lhs, const TracedReferenceBase& rhs) operator !=() argument
338 operator !=(const TracedReferenceBase& lhs, const v8::Local<U>& rhs) operator !=() argument
344 operator !=(const v8::Local<U>& lhs, const TracedReferenceBase& rhs) operator !=() argument
371 operator =( const TracedReference<S>& rhs) operator =() argument
390 operator =(const TracedReference& rhs) operator =() argument
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dsource-position.h163 inline bool operator==(const SourcePosition& lhs, const SourcePosition& rhs) { in operator ==() argument
167 inline bool operator!=(const SourcePosition& lhs, const SourcePosition& rhs) { in operator !=() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-traced-handle.h296 operator ==(const TracedReferenceBase& lhs, const TracedReferenceBase& rhs) operator ==() argument
302 operator ==(const TracedReferenceBase& lhs, const v8::Local<U>& rhs) operator ==() argument
308 operator ==(const v8::Local<U>& lhs, const TracedReferenceBase& rhs) operator ==() argument
313 operator !=(const TracedReferenceBase& lhs, const TracedReferenceBase& rhs) operator !=() argument
319 operator !=(const TracedReferenceBase& lhs, const v8::Local<U>& rhs) operator !=() argument
325 operator !=(const v8::Local<U>& lhs, const TracedReferenceBase& rhs) operator !=() argument
352 operator =( const TracedReference<S>& rhs) operator =() argument
369 operator =(const TracedReference& rhs) operator =() argument
[all...]
/third_party/node/deps/v8/src/base/
H A Dvirtual-address-space.cc46 bool IsSubset(PagePermissions lhs, PagePermissions rhs) { in IsSubset() argument
H A Dsafe_conversions.h282 constexpr StrictNumeric(const StrictNumeric<Src>& rhs) in StrictNumeric() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime.cc66 const IntrinsicFunctionIdentifier* rhs = in Match() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DEdge.java95 public static Edge concatenation(Edge lhs, Edge rhs) { in concatenation() argument
181 public int compareTo(Edge rhs) { in compareTo() argument
191 private int compare(SimpleEdge rhs) { in compare() argument
240 compareTo(Edge rhs) compareTo() argument
281 compareTo(Edge rhs) compareTo() argument
304 compareEdges(ImmutableList<Edge> lhs, ImmutableList<Edge> rhs) compareEdges() argument
[all...]
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DEdgeTest.java166 private static void assertSameOrder(Edge lhs, Edge rhs) { in assertSameOrder() argument
171 private static void assertOrdered(Edge lhs, Edge rhs) { in assertOrdered() argument
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DTimestampPartial.cs60 public static Duration operator -(Timestamp lhs, Timestamp rhs) in operator -() argument
76 public static Timestamp operator +(Timestamp lhs, Duration rhs) in operator +() argument
92 operator -(Timestamp lhs, Duration rhs) operator -() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
H A Dchecked_math.h37 constexpr CheckedNumeric(const CheckedNumeric<Src> &rhs) in CheckedNumeric() argument
225 MathOp(const L lhs, const R rhs) MathOp() argument
236 MathOp(const R rhs) MathOp() argument
314 CheckMathOp(const L lhs, const R rhs) CheckMathOp() argument
322 CheckMathOp(const L lhs, const R rhs, const Args... args) CheckMathOp() argument
344 operator +(L *lhs, const StrictNumeric<R> rhs) operator +() argument
353 operator -(L *lhs, const StrictNumeric<R> rhs) operator -() argument
[all...]
H A Dsafe_conversions.h288 constexpr StrictNumeric(const StrictNumeric<Src> &rhs) : value_(strict_cast<T>(rhs.value_)) in StrictNumeric() argument
H A Dclamped_math.h34 constexpr ClampedNumeric(const ClampedNumeric<Src> &rhs) : value_(saturated_cast<T>(rhs.value_)) in ClampedNumeric() argument
156 MathOp(const L lhs, const R rhs) MathOp() argument
165 MathOp(const R rhs) MathOp() argument
218 ClampMathOp(const L lhs, const R rhs) ClampMathOp() argument
226 ClampMathOp(const L lhs, const R rhs, const Args... args) ClampMathOp() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dilist.h94 operator ==(const iterator_template& lhs, const iterator_template& rhs) operator ==() argument
98 operator !=(const iterator_template& lhs, const iterator_template& rhs) operator !=() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DResourceVk.h39 SharedResourceUse(SharedResourceUse &&rhs) : mUse(rhs.mUse) { rhs.mUse = nullptr; } in SharedResourceUse() argument
40 SharedResourceUse &operator=(SharedResourceUse &&rhs) in operator =() argument
78 ANGLE_INLINE void set(const SharedResourceUse &rhs) in set() argument
[all...]
H A DResourceVk.cpp64 Resource &Resource::operator=(Resource &&rhs) in operator =() argument
139 SharedGarbage &SharedGarbage::operator=(SharedGarbage &&rhs) in operator =() argument
180 ResourceUseList &ResourceUseList::operator=(ResourceUseList &&rhs) in operator =() argument
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_replace_boolean_constant_with_constant_binary.cpp31 bool float_binop_evaluates_to(T lhs, T rhs, SpvOp binop, bool required_value) { in float_binop_evaluates_to() argument
64 bool signed_int_binop_evaluates_to(T lhs, T rhs, SpvOp binop, in signed_int_binop_evaluates_to() argument
88 unsigned_int_binop_evaluates_to(T lhs, T rhs, SpvOp binop, bool required_value) unsigned_int_binop_evaluates_to() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddebug_info_manager.h83 operator !=(const DebugInfoManager& lhs, const DebugInfoManager& rhs) operator !=() argument
H A Dscalar_analysis.h276 operator +(T lhs, SExpression rhs) operator +() argument
279 operator +(SENode* lhs, SExpression rhs) operator +() argument
283 operator -(T lhs, SExpression rhs) operator -() argument
288 operator -(SENode* lhs, SExpression rhs) operator -() argument
295 operator *(T lhs, SExpression rhs) operator *() argument
298 operator *(SENode* lhs, SExpression rhs) operator *() argument
302 operator /(T lhs, SExpression rhs) operator /() argument
307 operator /(SENode* lhs, SExpression rhs) operator /() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_replace_boolean_constant_with_constant_binary.cpp31 bool float_binop_evaluates_to(T lhs, T rhs, SpvOp binop, bool required_value) { in float_binop_evaluates_to() argument
64 bool signed_int_binop_evaluates_to(T lhs, T rhs, SpvOp binop, in signed_int_binop_evaluates_to() argument
88 unsigned_int_binop_evaluates_to(T lhs, T rhs, SpvOp binop, bool required_value) unsigned_int_binop_evaluates_to() argument
[all...]

Completed in 13 milliseconds

12345678910>>...26