Home
last modified time | relevance | path

Searched refs:legacy_id (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/reflection/
H A Dreflection.h964 using legacy_id = typename Traits::metadata::legacy_id; member
1501 using legacy_id = typename traits::metadata::legacy_id; member
1674 using legacy_id = typename traits::metadata::legacy_id; member
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dbodypart.cpp74 static body_part legacy_id_to_enum( const std::string &legacy_id ) in legacy_id_to_enum() argument
91 const auto &iter = body_parts.find( legacy_id ); in legacy_id_to_enum()
93 debugmsg( "Invalid body part legacy id %s", legacy_id.c_str() ); in legacy_id_to_enum()
219 mandatory( jo, was_loaded, "legacy_id", legacy_id ); in load()
220 token = legacy_id_to_enum( legacy_id ); in load()
H A Dskill.cpp169 skill_id Skill::from_legacy_int( const int legacy_id ) in from_legacy_int() argument
181 if( static_cast<size_t>( legacy_id ) < legacy_skills.size() ) { in from_legacy_int()
182 return legacy_skills[legacy_id]; in from_legacy_int()
184 debugmsg( "legacy skill id %d is invalid", legacy_id ); in from_legacy_int()
H A Dskill.h53 static skill_id from_legacy_int( int legacy_id );
H A Dbodypart.h124 std::string legacy_id;
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dbodypart.cpp74 static body_part legacy_id_to_enum( const std::string &legacy_id ) in legacy_id_to_enum() argument
91 const auto &iter = body_parts.find( legacy_id ); in legacy_id_to_enum()
93 debugmsg( "Invalid body part legacy id %s", legacy_id.c_str() ); in legacy_id_to_enum()
219 mandatory( jo, was_loaded, "legacy_id", legacy_id ); in load()
220 token = legacy_id_to_enum( legacy_id ); in load()
H A Dskill.cpp169 skill_id Skill::from_legacy_int( const int legacy_id ) in from_legacy_int() argument
181 if( static_cast<size_t>( legacy_id ) < legacy_skills.size() ) { in from_legacy_int()
182 return legacy_skills[legacy_id]; in from_legacy_int()
184 debugmsg( "legacy skill id %d is invalid", legacy_id ); in from_legacy_int()
H A Dskill.h53 static skill_id from_legacy_int( int legacy_id );
H A Dbodypart.h124 std::string legacy_id;
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Server/API2/Plugin/Workflow/
H A DUtil.pm501 my ($self, $id, $legacy_id) = @_;
505 if ($legacy_id) {
506 $id = $legacy_id;
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Server/API2/Plugin/Workflow/
H A DUtil.pm501 my ($self, $id, $legacy_id) = @_;
505 if ($legacy_id) {
506 $id = $legacy_id;
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dvideo.c75 int legacy_id; member
280 if (video_cards[c].legacy_id == card) in video_old_to_new()
293 return video_cards[card].legacy_id; in video_new_to_old()
311 while (video_cards[c].legacy_id != -1) in video_get_video_from_internal_name()
314 return video_cards[c].legacy_id; in video_get_video_from_internal_name()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/reflection/internal/
H A Dreflection-inl-post.h48 using legacy_id = std::integral_constant<legacy_type_id_t, LegacyTypeId>; member
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/icinga/
H A Dcomment.ti73 [state] int legacy_id;
H A Ddowntime.ti70 [state] int legacy_id;
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/hs/
H A Dhs_common.c1601 char legacy_id[DIGEST_LEN] = {0}; in hs_get_extend_info_from_lspecs() local
1640 if (link_specifier_getlen_un_legacy_id(ls) < sizeof(legacy_id)) { in hs_get_extend_info_from_lspecs()
1643 memcpy(legacy_id, link_specifier_getconstarray_un_legacy_id(ls), in hs_get_extend_info_from_lspecs()
1644 sizeof(legacy_id)); in hs_get_extend_info_from_lspecs()
1688 info = extend_info_new(NULL, legacy_id, in hs_get_extend_info_from_lspecs()
H A Dhs_client.c546 find_desc_intro_point_by_legacy_id(const char *legacy_id, in find_desc_intro_point_by_legacy_id() argument
551 tor_assert(legacy_id); in find_desc_intro_point_by_legacy_id()
565 if (fast_memneq(legacy_id, in find_desc_intro_point_by_legacy_id()
H A Dhs_service.c305 const char *legacy_id = NULL; in describe_intro_point() local
310 legacy_id = (const char *) in describe_intro_point()
319 if (legacy_id) { in describe_intro_point()
320 base16_encode(buf + 1, HEX_DIGEST_LEN + 1, legacy_id, DIGEST_LEN); in describe_intro_point()
/dports/security/tor/tor-0.4.6.8/src/feature/hs/
H A Dhs_common.c1601 char legacy_id[DIGEST_LEN] = {0}; in hs_get_extend_info_from_lspecs() local
1640 if (link_specifier_getlen_un_legacy_id(ls) < sizeof(legacy_id)) { in hs_get_extend_info_from_lspecs()
1643 memcpy(legacy_id, link_specifier_getconstarray_un_legacy_id(ls), in hs_get_extend_info_from_lspecs()
1644 sizeof(legacy_id)); in hs_get_extend_info_from_lspecs()
1688 info = extend_info_new(NULL, legacy_id, in hs_get_extend_info_from_lspecs()
H A Dhs_client.c546 find_desc_intro_point_by_legacy_id(const char *legacy_id, in find_desc_intro_point_by_legacy_id() argument
551 tor_assert(legacy_id); in find_desc_intro_point_by_legacy_id()
565 if (fast_memneq(legacy_id, in find_desc_intro_point_by_legacy_id()
H A Dhs_service.c305 const char *legacy_id = NULL; in describe_intro_point() local
310 legacy_id = (const char *) in describe_intro_point()
319 if (legacy_id) { in describe_intro_point()
320 base16_encode(buf + 1, HEX_DIGEST_LEN + 1, legacy_id, DIGEST_LEN); in describe_intro_point()
/dports/devel/fatal/fatal-2021.12.27.00/fatal/type/
H A Dget_type.h126 FATAL_IMPL_GET_TYPE_TYPE(legacy_id);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dacrn.h472 __le32 legacy_id; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dacrn.h472 __le32 legacy_id; member
/dports/net-mgmt/icinga2/icinga2-2.13.2/doc/
H A D24-appendix.md580 id | int | legacy_id.
599 id | int | legacy_id.
607 triggered_by | int | legacy_id.

12