Home
last modified time | relevance | path

Searched defs:Combine (Results 1 – 25 of 889) sorted by relevance

12345678910>>...36

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/
H A DHashCode.cs74 public static int Combine<T1>(T1 value1) in Combine() method
94 public static int Combine<T1, T2>(T1 value1, T2 value2) in Combine() method
109 public static int Combine<T1, T2, T3>(T1 value1, T2 value2, T3 value3) in Combine() method
126 public static int Combine<T1, T2, T3, T4>(T1 value1, T2 value2, T3 value3, T4 value4) in Combine() method
147 …public static int Combine<T1, T2, T3, T4, T5>(T1 value1, T2 value2, T3 value3, T4 value4, T5 value… in Combine() method
171 …public static int Combine<T1, T2, T3, T4, T5, T6>(T1 value1, T2 value2, T3 value3, T4 value4, T5 v… in Combine() method
197 …public static int Combine<T1, T2, T3, T4, T5, T6, T7>(T1 value1, T2 value2, T3 value3, T4 value4, … in Combine() method
225 …public static int Combine<T1, T2, T3, T4, T5, T6, T7, T8>(T1 value1, T2 value2, T3 value3, T4 valu… in Combine() method
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DHashCode.cs74 public static int Combine<T1>(T1 value1) in Combine() method
94 public static int Combine<T1, T2>(T1 value1, T2 value2) in Combine() method
109 public static int Combine<T1, T2, T3>(T1 value1, T2 value2, T3 value3) in Combine() method
126 public static int Combine<T1, T2, T3, T4>(T1 value1, T2 value2, T3 value3, T4 value4) in Combine() method
147 …public static int Combine<T1, T2, T3, T4, T5>(T1 value1, T2 value2, T3 value3, T4 value4, T5 value… in Combine() method
171 …public static int Combine<T1, T2, T3, T4, T5, T6>(T1 value1, T2 value2, T3 value3, T4 value4, T5 v… in Combine() method
197 …public static int Combine<T1, T2, T3, T4, T5, T6, T7>(T1 value1, T2 value2, T3 value3, T4 value4, … in Combine() method
225 …public static int Combine<T1, T2, T3, T4, T5, T6, T7, T8>(T1 value1, T2 value2, T3 value3, T4 valu… in Combine() method
/dports/devel/protobuf/protobuf-3.17.3/third_party/googletest/googletest/include/gtest/
H A Dgtest-param-test.h415 internal::CartesianProductHolder2<Generator1, Generator2> Combine( in Combine() function
422 internal::CartesianProductHolder3<Generator1, Generator2, Generator3> Combine( in Combine() function
431 Generator4> Combine( in Combine() function
442 Generator4, Generator5> Combine( in Combine() function
453 Generator4, Generator5, Generator6> Combine( in Combine() function
465 Generator4, Generator5, Generator6, Generator7> Combine( in Combine() function
478 Generator4, Generator5, Generator6, Generator7, Generator8> Combine( in Combine() function
492 Generator9> Combine( in Combine() function
507 Generator10> Combine( in Combine() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/Internal/Utilities/
H A DHash.cs11 internal static int Combine(int newKey, int currentKey) in Combine() method in System.Reflection.Internal.Hash
16 internal static int Combine(uint newKey, int currentKey) in Combine() method in System.Reflection.Internal.Hash
21 internal static int Combine(bool newKeyPart, int currentKey) in Combine() method in System.Reflection.Internal.Hash
/dports/textproc/xmlada/xmlada-e5bbafe/schema/
H A Dschema-validators.adb349 function Combine subprogram
358 Namespaces : Symbol_Htable.HTable (127);
359 No_Namespaces : Symbol_Htable.HTable (127);
360 Tmp : Symbol_Htable.HTable (127);
362 Result : Any_Descr;
363 Base_Is_Any, Local_Is_Any : Boolean;
367 procedure Callback (Str : Byte_Sequence);
368 procedure Add_To_Table
371 procedure Merge (Sym : Symbol);
382 procedure Merge (Sym : Symbol) is
[all …]
/dports/devel/upp/upp/uppsrc/RichText/
H A DFormat.cpp17 void RichTxt::FormatInfo::Combine(const RichPara::CharFormat& fmt) in Combine() function in Upp::RichTxt::FormatInfo
77 void RichTxt::FormatInfo::Combine(const RichPara::Format& fmt) in Combine() function in Upp::RichTxt::FormatInfo
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/IO/
H A DPath.cs206 public static string Combine(string path1, string path2) in Combine() method in System.IO.Path
214 public static string Combine(string path1, string path2, string path3) in Combine() method in System.IO.Path
222 public static string Combine(string path1, string path2, string path3, string path4) in Combine() method in System.IO.Path
230 public static string Combine(params string[] paths) in Combine() method in System.IO.Path
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/IO/
H A DPath.cs206 public static string Combine(string path1, string path2) in Combine() method in System.IO.Path
214 public static string Combine(string path1, string path2, string path3) in Combine() method in System.IO.Path
222 public static string Combine(string path1, string path2, string path3, string path4) in Combine() method in System.IO.Path
230 public static string Combine(params string[] paths) in Combine() method in System.IO.Path
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dhash_util.h70 HashCombiner &Combine(const Value &value) { in Combine() function
76 HashCombiner &Combine(Iterator first, Iterator end) { in Combine() function
86 HashCombiner &Combine(const std::vector<Value> &vector) { in Combine() function
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dhash_util.h70 HashCombiner &Combine(const Value &value) { in Combine() function
76 HashCombiner &Combine(Iterator first, Iterator end) { in Combine() function
86 HashCombiner &Combine(const std::vector<Value> &vector) { in Combine() function
/dports/devel/py-xarray/xarray-0.20.1/doc/user-guide/
H A Dcombining.rst126 Combine section in Combining data
147 .. _update:
/dports/science/plumed/plumed2-2.7.2/src/function/
H A DCombine.cpp80 class Combine : class
105 Combine::Combine(const ActionOptions&ao): in Combine() function in PLMD::function::Combine
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/ast/builder/
H A DGrammarSection.java64 static final class Combine { class
66 private Combine(String name) { in Combine() method in GrammarSection.Combine
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/ast/builder/
H A DGrammarSection.java64 static final class Combine { class
66 private Combine(String name) { in Combine() method in GrammarSection.Combine
/dports/sysutils/vector/vector-0.10.0/cargo-crates/warp-0.2.3/src/
H A Dgeneric.rs32 pub trait Combine<T: HList> { interface
46 impl<T: HList> Combine<T> for () { impl
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/warp-0.1.19/src/
H A Dgeneric.rs32 pub trait Combine<T: HList> { trait
46 impl<T: HList> Combine<T> for () { implementation
/dports/www/firefox/firefox-99.0/third_party/rust/warp/src/
H A Dgeneric.rs32 pub trait Combine<T: HList> { interface
46 impl<T: HList> Combine<T> for () { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/warp/src/
H A Dgeneric.rs32 pub trait Combine<T: HList> { interface
46 impl<T: HList> Combine<T> for () { impl
/dports/devel/f18/f18-1688bef/lib/evaluate/
H A Dtraverse.h237 Result Combine(const A &x, const Bs &... ys) const { in Combine() function
255 static bool Combine(bool x, bool y) { return x && y; } in Combine() function
267 static Result Combine(Result &&x, Result &&y) { in Combine() function
281 static Set Combine(Set &&x, Set &&y) { in Combine() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/warp/src/
H A Dgeneric.rs32 pub trait Combine<T: HList> { interface
46 impl<T: HList> Combine<T> for () { implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/warp/src/
H A Dgeneric.rs32 pub trait Combine<T: HList> { interface
46 impl<T: HList> Combine<T> for () { implementation
/dports/devel/py-dask/dask-2021.11.2/docs/source/
H A Darray-creation.rst597 Combine subsection
609 .. _Zarr: https://zarr.readthedocs.io/en/stable/
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Evaluate/
H A Dtraverse.h244 Result Combine(const A &x, const Bs &...ys) const { in Combine() function
263 static bool Combine(bool x, bool y) { return x && y; } in Combine() function
276 static Result Combine(Result &&x, Result &&y) { in Combine() function
294 static Set Combine(Set &&x, Set &&y) { in Combine() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Evaluate/
H A Dtraverse.h244 Result Combine(const A &x, const Bs &... ys) const { in Combine() function
263 static bool Combine(bool x, bool y) { return x && y; } in Combine() function
276 static Result Combine(Result &&x, Result &&y) { in Combine() function
294 static Set Combine(Set &&x, Set &&y) { in Combine() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Evaluate/
H A Dtraverse.h255 Result Combine(const A &x, const Bs &...ys) const { in Combine() function
274 static bool Combine(bool x, bool y) { return x && y; } in Combine() function
287 static Result Combine(Result &&x, Result &&y) { in Combine() function
305 static Set Combine(Set &&x, Set &&y) { in Combine() function

12345678910>>...36