diff options
author | swarmer <swarmer@yandex-team.ru> | 2022-02-10 16:46:31 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:31 +0300 |
commit | 11a24635da4c4f39428b182c49a7bc35e47c9534 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/resource/resource.h | |
parent | 317da38588b7898a99fd9168571408123350012b (diff) | |
download | ydb-11a24635da4c4f39428b182c49a7bc35e47c9534.tar.gz |
Restoring authorship annotation for <swarmer@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/resource/resource.h')
-rw-r--r-- | library/cpp/resource/resource.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/resource/resource.h b/library/cpp/resource/resource.h index 7da20bdba7a..42dd0f1891d 100644 --- a/library/cpp/resource/resource.h +++ b/library/cpp/resource/resource.h @@ -12,10 +12,10 @@ namespace NResource { typedef TVector<TResource> TResources; - TString Find(const TStringBuf key); - bool FindExact(const TStringBuf key, TString* out); + TString Find(const TStringBuf key); + bool FindExact(const TStringBuf key, TString* out); //perform full scan for now - void FindMatch(const TStringBuf subkey, TResources* out); + void FindMatch(const TStringBuf subkey, TResources* out); size_t Count() noexcept; TStringBuf KeyByIndex(size_t idx); TVector<TStringBuf> ListAllKeys(); |