Home
last modified time | relevance | path

Searched defs:ScopedString (Results 1 – 15 of 15) sorted by relevance

/dports/sysutils/vector/vector-0.10.0/cargo-crates/metrics-core-0.5.2/src/
H A Dlib.rs43 pub type ScopedString = Cow<'static, str>; typedef
53 K: Into<ScopedString>, in new()
54 V: Into<ScopedString>, in new()
70 pub fn into_parts(self) -> (ScopedString, ScopedString) { in into_parts()
89 N: Into<ScopedString>, in from_name()
100 N: Into<ScopedString>, in from_name_and_labels()
120 pub fn name(&self) -> ScopedString { in name()
133 S: Into<ScopedString>, in map_name()
142 pub fn into_parts(self) -> (ScopedString, Vec<Label>) { in into_parts()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/metrics-runtime-0.13.0/src/
H A Dsink.rs162 N: Into<ScopedString>, in increment_counter_with_labels()
209 N: Into<ScopedString>, in update_gauge_with_labels()
273 N: Into<ScopedString>, in record_timing_with_labels()
323 N: Into<ScopedString>, in record_value_with_labels()
388 N: Into<ScopedString>, in counter_with_labels()
444 N: Into<ScopedString>, in gauge_with_labels()
520 N: Into<ScopedString>, in histogram_with_labels()
618 N: Into<ScopedString>, in proxy_with_labels()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.h21 explicit ScopedString() { String.push_back('\0'); } in ScopedString() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.h21 explicit ScopedString() { String.push_back('\0'); } in ScopedString() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.h21 explicit ScopedString() { String.push_back('\0'); } in ScopedString() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.h21 explicit ScopedString() { String.push_back('\0'); } in ScopedString() function
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.h21 explicit ScopedString() { String.push_back('\0'); } in ScopedString() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.h21 explicit ScopedString(uptr MaxLength) : String(MaxLength), Length(0) { in ScopedString() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.h21 explicit ScopedString(uptr MaxLength) : String(MaxLength), Length(0) { in ScopedString() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.h21 explicit ScopedString(uptr MaxLength) : String(MaxLength), Length(0) { in ScopedString() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.h21 explicit ScopedString(uptr MaxLength) : String(MaxLength), Length(0) { in ScopedString() function
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/scudo/standalone/
H A Dstring_utils.h21 explicit ScopedString(uptr MaxLength) : String(MaxLength), Length(0) { in ScopedString() function
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.h21 explicit ScopedString(uptr MaxLength) : String(MaxLength), Length(0) { in ScopedString() function
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4global_p.h215 typedef Scoped<String> ScopedString; typedef
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4global_p.h215 typedef Scoped<String> ScopedString; typedef