Home
last modified time | relevance | path

Searched defs:ToUInt64 (Results 1 – 25 of 117) sorted by relevance

12345

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dconvert.cs1343 public static ulong ToUInt64(object value) { in ToUInt64() method in System.Convert
1353 public static ulong ToUInt64(bool value) { in ToUInt64() method in System.Convert
1358 public static ulong ToUInt64(char value) { in ToUInt64() method in System.Convert
1364 public static ulong ToUInt64(sbyte value) { in ToUInt64() method in System.Convert
1371 public static ulong ToUInt64(byte value) { in ToUInt64() method in System.Convert
1376 public static ulong ToUInt64(short value) { in ToUInt64() method in System.Convert
1383 public static ulong ToUInt64(ushort value) { in ToUInt64() method in System.Convert
1388 public static ulong ToUInt64(int value) { in ToUInt64() method in System.Convert
1395 public static ulong ToUInt64(uint value) { in ToUInt64() method in System.Convert
1400 public static ulong ToUInt64(long value) { in ToUInt64() method in System.Convert
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/
H A DConvert.cs1472 public static ulong ToUInt64(object value) in ToUInt64() method in System.Convert
1484 public static ulong ToUInt64(bool value) in ToUInt64() method in System.Convert
1490 public static ulong ToUInt64(char value) in ToUInt64() method in System.Convert
1497 public static ulong ToUInt64(sbyte value) in ToUInt64() method in System.Convert
1504 public static ulong ToUInt64(byte value) in ToUInt64() method in System.Convert
1510 public static ulong ToUInt64(short value) in ToUInt64() method in System.Convert
1517 public static ulong ToUInt64(ushort value) in ToUInt64() method in System.Convert
1523 public static ulong ToUInt64(int value) in ToUInt64() method in System.Convert
1530 public static ulong ToUInt64(uint value) in ToUInt64() method in System.Convert
1536 public static ulong ToUInt64(long value) in ToUInt64() method in System.Convert
[all …]
H A DIConvertible.cs54 ulong ToUInt64(IFormatProvider provider); in ToUInt64() method
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DConvert.cs1472 public static ulong ToUInt64(object value) in ToUInt64() method in System.Convert
1484 public static ulong ToUInt64(bool value) in ToUInt64() method in System.Convert
1490 public static ulong ToUInt64(char value) in ToUInt64() method in System.Convert
1497 public static ulong ToUInt64(sbyte value) in ToUInt64() method in System.Convert
1504 public static ulong ToUInt64(byte value) in ToUInt64() method in System.Convert
1510 public static ulong ToUInt64(short value) in ToUInt64() method in System.Convert
1517 public static ulong ToUInt64(ushort value) in ToUInt64() method in System.Convert
1523 public static ulong ToUInt64(int value) in ToUInt64() method in System.Convert
1530 public static ulong ToUInt64(uint value) in ToUInt64() method in System.Convert
1536 public static ulong ToUInt64(long value) in ToUInt64() method in System.Convert
[all …]
H A DIConvertible.cs54 ulong ToUInt64(IFormatProvider provider); in ToUInt64() method
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/tools/debugserver/source/
H A DStringConvert.cpp31 uint64_t ToUInt64(const char *s, uint64_t fail_value, int base, in ToUInt64() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Host/common/
H A DStringConvert.cpp64 uint64_t ToUInt64(const char *s, uint64_t fail_value, int base, in ToUInt64() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Host/common/
H A DStringConvert.cpp64 uint64_t ToUInt64(const char *s, uint64_t fail_value, int base, in ToUInt64() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Host/common/
H A DStringConvert.cpp64 uint64_t ToUInt64(const char *s, uint64_t fail_value, int base, in ToUInt64() function
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Host/common/
H A DStringConvert.cpp64 uint64_t ToUInt64(const char *s, uint64_t fail_value, int base, in ToUInt64() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Host/common/
H A DStringConvert.cpp64 uint64_t ToUInt64(const char *s, uint64_t fail_value, int base, in ToUInt64() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Host/common/
H A DStringConvert.cpp64 uint64_t ToUInt64(const char *s, uint64_t fail_value, int base, in ToUInt64() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Host/common/
H A DStringConvert.cpp64 uint64_t ToUInt64(const char *s, uint64_t fail_value, int base, in ToUInt64() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Host/common/
H A DStringConvert.cpp64 uint64_t ToUInt64(const char *s, uint64_t fail_value, int base, in ToUInt64() function
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Host/common/
H A DStringConvert.cpp64 uint64_t ToUInt64(const char *s, uint64_t fail_value, int base, in ToUInt64() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/serialization/
H A Diformatterconverter.cs35 ulong ToUInt64(Object value); in ToUInt64() method
H A Dformatterconverter.cs120 public ulong ToUInt64(Object value) { in ToUInt64() method in System.Runtime.Serialization.FormatterConverter
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Runtime/Serialization/
H A DIFormatterConverter.cs21 ulong ToUInt64(object value); in ToUInt64() method
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Runtime/Serialization/
H A DIFormatterConverter.cs21 ulong ToUInt64(object value); in ToUInt64() method
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dwin32.h101 inline uint64 ToUInt64(const FILETIME& ft) { in ToUInt64() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/
H A DFormatterConverter.cs82 public ulong ToUInt64(object value) in ToUInt64() method in System.Runtime.Serialization.FormatterConverter
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dwin32.h88 inline uint64_t ToUInt64(const FILETIME& ft) { in ToUInt64() function
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/
H A DJsonFormatterConverter.cs145 public ulong ToUInt64(object value) in ToUInt64() method in Newtonsoft.Json.Serialization.JsonFormatterConverter
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dwin32.h88 inline uint64_t ToUInt64(const FILETIME& ft) { in ToUInt64() function
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dwin32.h88 inline uint64_t ToUInt64(const FILETIME& ft) { in ToUInt64() function

12345