Home
last modified time | relevance | path

Searched refs:GetPronunciationForID (Results 1 – 8 of 8) sorted by relevance

/dports/www/osrm-backend/osrm-backend-5.26.0/unit_tests/extractor/
H A Dname_table.cpp80 BOOST_CHECK_EQUAL(name_table.GetPronunciationForID(id), expected_names[index] + "_pro"); in BOOST_AUTO_TEST_CASE()
102 BOOST_CHECK(name_table.GetPronunciationForID(id).empty()); in BOOST_AUTO_TEST_CASE()
114 BOOST_CHECK_EQUAL(name_table.GetPronunciationForID(INVALID_NAMEID), ""); in BOOST_AUTO_TEST_CASE()
/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/guidance/
H A Dassemble_steps.hpp123 const auto pronunciation = facade.GetPronunciationForID(step_name_id); in assembleSteps()
218 facade.GetPronunciationForID(step_name_id).to_string(), in assembleSteps()
263 facade.GetPronunciationForID(source_name_id).to_string(), in assembleSteps()
306 facade.GetPronunciationForID(target_name_id).to_string(), in assembleSteps()
/dports/www/osrm-backend/osrm-backend-5.26.0/include/util/guidance/
H A Dname_announcements.hpp228 name_table.GetPronunciationForID(from_name_id), in requiresNameAnnounced()
233 name_table.GetPronunciationForID(to_name_id), in requiresNameAnnounced()
/dports/www/osrm-backend/osrm-backend-5.26.0/include/extractor/
H A Dname_table.hpp94 util::StringView GetPronunciationForID(const NameID id) const in GetPronunciationForID() function in osrm::extractor::detail::NameTableImpl
/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/datafacade/
H A Ddatafacade_base.hpp196 virtual StringView GetPronunciationForID(const NameID id) const = 0;
H A Dcontiguous_internalmem_datafacade.hpp498 StringView GetPronunciationForID(const NameID id) const override final in GetPronunciationForID() function in osrm::engine::datafacade::ContiguousInternalMemoryDataFacadeBase
500 return m_name_table.GetPronunciationForID(id); in GetPronunciationForID()
/dports/www/osrm-backend/osrm-backend-5.26.0/unit_tests/mocks/
H A Dmock_datafacade.hpp225 StringView GetPronunciationForID(const NameID) const override final { return {}; } in GetPronunciationForID() function in osrm::test::MockBaseDataFacade
/dports/www/osrm-backend/osrm-backend-5.26.0/unit_tests/engine/
H A Doffline_facade.cpp344 StringView GetPronunciationForID(const NameID /*id*/) const override { return StringView{}; } in GetPronunciationForID() function in osrm::engine::datafacade::ContiguousInternalMemoryDataFacade