Home
last modified time | relevance | path

Searched defs:String (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/rust/macros/
H A Dhelpers.rs5 pub(crate) fn try_ident(it: &mut token_stream::IntoIter) -> Option<String> { in try_ident()
13 pub(crate) fn try_literal(it: &mut token_stream::IntoIter) -> Option<String> { in try_literal()
21 pub(crate) fn try_string(it: &mut token_stream::IntoIter) -> Option<String> { in try_string()
37 pub(crate) fn expect_ident(it: &mut token_stream::IntoIter) -> String { in expect_ident()
49 pub(crate) fn expect_string(it: &mut token_stream::IntoIter) -> String { in expect_string()
53 pub(crate) fn expect_string_ascii(it: &mut token_stream::IntoIter) -> String { in expect_string_ascii()
H A Dmodule.rs7 fn expect_string_array(it: &mut token_stream::IntoIter) -> Vec<String> { in expect_string_array()
/openbmc/linux/tools/power/cpupower/utils/helpers/
H A Dhelpers.h22 #define _(String) gettext(String) argument
24 #define gettext_noop(String) String argument
26 #define N_(String) gettext_noop(String) argument
30 #define _(String) String argument
31 #define N_(String) String argument
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dmetric_definition.hpp15 String, enumerator
32 String, enumerator
H A Daction_info.hpp13 String, enumerator
H A Dattribute_registry.hpp11 String, enumerator
/openbmc/linux/scripts/
H A Dgenerate_rust_target.rs22 String(String), enumerator
75 fn push(&mut self, key: &str, value: String) { in push()
/openbmc/bmcweb/test/redfish-core/include/
H A Dfilter_expr_executor_test.cpp149 TEST(FilterParser, String) in TEST() argument
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DMetricDefinition.v1_3_4.json144 "String": "The JSON string definition." string
473 …"String": "The metric is a non-discrete string metric. The metric reading is a non-discrete strin… string
479 "String": "v1_2_0" string
H A DActionInfo.v1_4_2.json95 "String": "A string.", string
H A DAttributeRegistry.v1_3_9.json143 "String": "Free-form text in their values." string
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DMetricDefinition.v1_3_4.json144 "String": "The JSON string definition." string
473 …"String": "The metric is a non-discrete string metric. The metric reading is a non-discrete strin… string
479 "String": "v1_2_0" string
H A DActionInfo.v1_4_2.json95 "String": "A string.", string
H A DAttributeRegistry.v1_3_9.json143 "String": "Free-form text in their values." string
/openbmc/sdbusplus/test/message/
H A Dread.cpp134 TEST_F(ReadTest, String) in TEST_F() argument
/openbmc/linux/arch/x86/kvm/
H A Demulate.c122 #define String (1<<13) /* String instruction (rep capable) */ macro