diff options
Diffstat (limited to 'src/KLV.h')
| -rwxr-xr-x | src/KLV.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -107,9 +107,8 @@ inline const char* ui64sz(ui64_t i, char* buf) const char* EncodeString(char* str_buf, ui32_t buf_len) const; bool operator==(const UL& rhs) const; - bool operator<(const UL& rhs) const; bool MatchIgnoreStream(const UL& rhs) const; - bool ExactMatch(const UL& rhs) const; + bool MatchExact(const UL& rhs) const; }; // UMID @@ -160,7 +159,8 @@ inline const char* ui64sz(ui64_t i, char* buf) bool AddEntry(const MDDEntry& Entry, ui32_t index); bool DeleteEntry(ui32_t index); - const MDDEntry* FindUL(const byte_t*) const; + const MDDEntry* FindULAnyVersion(const byte_t*) const; + const MDDEntry* FindULExact(const byte_t*) const; const MDDEntry* FindSymbol(const std::string&) const; const MDDEntry& Type(MDD_t type_id) const; |
