Home
last modified time | relevance | path

Searched refs:value_to_name (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/unit_tests/enumeration/
H A Denumeration_conversion.cpp66 CHECK(e.value_to_name(access_t::read) == "read");
67 CHECK(e.value_to_name(access_t::write) == "write");
68 CHECK(e.value_to_name(access_t::exec) == "exec");
71 CHECK(e.value_to_name(4) == "exec");
74 CHECK(e.value_to_name("test") == "");
75 CHECK(e.value_to_name(42) == "");
79 CHECK(e.value_to_name(access_t::read).empty() == true);
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_py_to_csv.py10 from ni_names import value_to_name
24 fieldnames = [value_to_name[i] for i in sorted(D.keys())]
43 ((CSVCollection.source_column_name,value_to_name[src]),),
44 *(((value_to_name[dest],v),) for dest,v in destD.items())
H A Dmake_blank_csv.py9 from ni_names import value_to_name
21 fieldnames = [sig for sig_val, sig in sorted(value_to_name.items())]
H A Dni_names.py56 name_to_value, value_to_name = get_ni_names() variable
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_py_to_csv.py10 from ni_names import value_to_name
24 fieldnames = [value_to_name[i] for i in sorted(D.keys())]
43 ((CSVCollection.source_column_name,value_to_name[src]),),
44 *(((value_to_name[dest],v),) for dest,v in destD.items())
H A Dmake_blank_csv.py9 from ni_names import value_to_name
21 fieldnames = [sig for sig_val, sig in sorted(value_to_name.items())]
H A Dni_names.py56 name_to_value, value_to_name = get_ni_names() variable
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_py_to_csv.py10 from ni_names import value_to_name
24 fieldnames = [value_to_name[i] for i in sorted(D.keys())]
43 ((CSVCollection.source_column_name,value_to_name[src]),),
44 *(((value_to_name[dest],v),) for dest,v in destD.items())
H A Dmake_blank_csv.py9 from ni_names import value_to_name
21 fieldnames = [sig for sig_val, sig in sorted(value_to_name.items())]
H A Dni_names.py56 name_to_value, value_to_name = get_ni_names() variable
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/rttr/
H A Denumeration.cpp129 string_view enumeration::value_to_name(argument value) const in value_to_name() function in rttr::enumeration
131 return m_wrapper->value_to_name(value); in value_to_name()
H A Denumeration.h195 string_view value_to_name(argument value) const;
/dports/databases/py-cassandra-driver/cassandra-driver-3.18.0/cassandra/
H A D__init__.py100 ConsistencyLevel.value_to_name = {
130 return ConsistencyLevel.value_to_name[value] if value is not None else "Not Set"
287 WriteType.value_to_name = {v: k for k, v in WriteType.name_to_value.items()}
423 kwargs["write_type"] = WriteType.value_to_name[kwargs["write_type"]]
H A Dquery.py404 consistency = ConsistencyLevel.value_to_name.get(self.consistency_level, 'Not Set')
509 consistency = ConsistencyLevel.value_to_name.get(self.consistency_level, 'Not Set')
666 consistency = ConsistencyLevel.value_to_name.get(self.consistency_level, 'Not Set')
869 consistency = ConsistencyLevel.value_to_name.get(self.consistency_level, 'Not Set')
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/visitation/src/
H A Dmodule.thrift279 value_to_name = 14, enumerator
310 15: i32 value_to_name; member
341 15: i32 value_to_name; member
372 i32 value_to_name(); function
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/fatal/src/
H A Dmodule.thrift279 value_to_name = 14, enumerator
310 15: i32 value_to_name; member
341 15: i32 value_to_name; member
372 i32 value_to_name(); function
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/rttr/detail/enumeration/
H A Denumeration_wrapper_base.h71 virtual string_view value_to_name(argument& value) const;
H A Denumeration_wrapper_base.cpp100 string_view enumeration_wrapper_base::value_to_name(argument& value) const in value_to_name() function in rttr::detail::enumeration_wrapper_base
H A Denumeration_helper.cpp41 return arg.get_type().get_enumeration().value_to_name(arg); in get_enumeration_name()
H A Denumeration_wrapper.h79 string_view value_to_name(argument& value) const in value_to_name() function
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/fatal/gen-cpp2/
H A Dmodule_fatal_enum.h296 using value = std::integral_constant<type, type::value_to_name>;
393 using value_to_name = __fbthrift_value_value_to_name; member
427 member::value_to_name,
461 case type::value_to_name: return "value_to_name"; in to_string()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/phy/broadcom/
H A Dphy-brcm-usb.c189 static const char *value_to_name(const struct value_to_name_map *table, int count, in value_to_name() function
204 value_to_name(&brcm_dr_mode_to_name[0], in dr_mode_show()
240 value_to_name(&brcm_dual_mode_to_name[0], in dual_select_show()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/phy/broadcom/
H A Dphy-brcm-usb.c189 static const char *value_to_name(const struct value_to_name_map *table, int count, in value_to_name() function
204 value_to_name(&brcm_dr_mode_to_name[0], in dr_mode_show()
240 value_to_name(&brcm_dual_mode_to_name[0], in dual_select_show()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/phy/broadcom/
H A Dphy-brcm-usb.c189 static const char *value_to_name(const struct value_to_name_map *table, int count, in value_to_name() function
204 value_to_name(&brcm_dr_mode_to_name[0], in dr_mode_show()
240 value_to_name(&brcm_dual_mode_to_name[0], in dual_select_show()
/dports/lang/mono/mono-5.10.1.57/support/
H A Dnl.c64 #define FIND_NAME(a, b) value_to_name (a, b)
152 value_to_name (value2name_t *tbl, int value) in value_to_name() function

12