Home
last modified time | relevance | path

Searched refs:IntoString (Results 1 – 16 of 16) sorted by relevance

/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmString.hxx37 struct IntoString : std::false_type struct
42 struct IntoString<T&> : IntoString<T> struct
47 struct IntoString<T const> : IntoString<T> struct
52 struct IntoString<T const*> : IntoString<T*> struct
57 struct IntoString<T const[N]> : IntoString<T[N]> struct
62 struct IntoString<char*> : std::true_type struct
68 struct IntoString<std::nullptr_t> : std::true_type struct
74 struct IntoString<char[N]> : std::true_type struct
83 struct IntoString<std::string> : std::true_type struct
89 struct IntoString<char> : std::true_type struct
[all …]
H A DcmString.cxx141 String IntoString<char*>::into_string(const char* s) in into_string()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmString.hxx37 struct IntoString : std::false_type struct
42 struct IntoString<T&> : IntoString<T> struct
47 struct IntoString<T const> : IntoString<T> struct
52 struct IntoString<T const*> : IntoString<T*> struct
57 struct IntoString<T const[N]> : IntoString<T[N]> struct
62 struct IntoString<char*> : std::true_type struct
68 struct IntoString<std::nullptr_t> : std::true_type struct
74 struct IntoString<char[N]> : std::true_type struct
83 struct IntoString<std::string> : std::true_type struct
89 struct IntoString<char> : std::true_type struct
[all …]
H A DcmString.cxx141 String IntoString<char*>::into_string(const char* s) in into_string()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmString.hxx37 struct IntoString : std::false_type struct
42 struct IntoString<T&> : IntoString<T> struct
47 struct IntoString<T const> : IntoString<T> struct
52 struct IntoString<T const*> : IntoString<T*> struct
57 struct IntoString<T const[N]> : IntoString<T[N]> struct
62 struct IntoString<char*> : std::true_type struct
68 struct IntoString<std::nullptr_t> : std::true_type struct
74 struct IntoString<char[N]> : std::true_type struct
83 struct IntoString<std::string> : std::true_type struct
89 struct IntoString<char> : std::true_type struct
[all …]
H A DcmString.cxx141 String IntoString<char*>::into_string(const char* s) in into_string()
/dports/x11/alacritty/alacritty-0.9.0/alacritty/src/macos/
H A Dproc.rs14 IntoString(IntoStringError), enumerator
25 Error::IntoString(err) => err.source(), in source()
35 Error::IntoString(err) => { in fmt()
50 Error::IntoString(val) in from()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/smartstring-0.2.9/src/
H A Dtest.rs153 IntoString, enumerator
231 Self::IntoString => { in perform()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/smartstring-0.2.6/src/
H A Dtest.rs153 IntoString, enumerator
231 Self::IntoString => { in perform()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/smartstring-0.2.6/src/
H A Dtest.rs153 IntoString, enumerator
231 Self::IntoString => { in perform()
/dports/www/firefox-esr/firefox-91.8.0/dom/system/
H A DIOUtils.h647 static JSString* IntoString(JSContext* aCx, JsBuffer aBuffer);
H A DIOUtils.cpp364 cx, IOUtils::JsBuffer::IntoString(cx, std::move(aBuffer))); in ReadJSON()
1907 JSString* IOUtils::JsBuffer::IntoString(JSContext* aCx, JsBuffer aBuffer) { in IntoString() function in mozilla::dom::IOUtils::JsBuffer
1963 JSString* str = IOUtils::JsBuffer::IntoString(aCx, std::move(aBuffer)); in ToJSValue()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/system/
H A DIOUtils.h647 static JSString* IntoString(JSContext* aCx, JsBuffer aBuffer);
H A DIOUtils.cpp364 cx, IOUtils::JsBuffer::IntoString(cx, std::move(aBuffer))); in ReadJSON()
1907 JSString* IOUtils::JsBuffer::IntoString(JSContext* aCx, JsBuffer aBuffer) { in IntoString() function in mozilla::dom::IOUtils::JsBuffer
1963 JSString* str = IOUtils::JsBuffer::IntoString(aCx, std::move(aBuffer)); in ToJSValue()
/dports/www/firefox/firefox-99.0/dom/system/
H A DIOUtils.h763 static JSString* IntoString(JSContext* aCx, JsBuffer aBuffer);
H A DIOUtils.cpp431 cx, IOUtils::JsBuffer::IntoString(cx, std::move(aBuffer))); in ReadJSON()
2240 JSString* IOUtils::JsBuffer::IntoString(JSContext* aCx, JsBuffer aBuffer) { in IntoString() function in mozilla::dom::IOUtils::JsBuffer
2296 JSString* str = IOUtils::JsBuffer::IntoString(aCx, std::move(aBuffer)); in ToJSValue()