Home
last modified time | relevance | path

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

/dports/editors/imhex/ImHex-1.7.0/plugins/libimhex/source/api/
H A Dcontent_registry.cpp24 …void ContentRegistry::Settings::add(std::string_view unlocalizedCategory, std::string_view unlocal… in add()
35 …void ContentRegistry::Settings::add(std::string_view unlocalizedCategory, std::string_view unlocal… in add()
46 …void ContentRegistry::Settings::write(std::string_view unlocalizedCategory, std::string_view unloc… in write()
55 …void ContentRegistry::Settings::write(std::string_view unlocalizedCategory, std::string_view unloc… in write()
64 …void ContentRegistry::Settings::write(std::string_view unlocalizedCategory, std::string_view unloc… in write()
74 …s64 ContentRegistry::Settings::read(std::string_view unlocalizedCategory, std::string_view unlocal… in read()
85 …std::string ContentRegistry::Settings::read(std::string_view unlocalizedCategory, std::string_view… in read()
96 …std::vector<std::string> ContentRegistry::Settings::read(std::string_view unlocalizedCategory, std… in read()
112 …nal<nlohmann::json> ContentRegistry::Settings::getSetting(std::string_view unlocalizedCategory, st… in getSetting()