OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HashTreeInfo
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/updater/include/private/
commands.h
190
class
HashTreeInfo
{
192
HashTreeInfo
() = default;
194
HashTreeInfo
(RangeSet hash_tree_ranges, RangeSet source_ranges, std::string hash_algorithm,
219
bool operator==(const
HashTreeInfo
& other) const {
315
Command(Type type, size_t index, std::string cmdline,
HashTreeInfo
hash_tree_info);
353
const
HashTreeInfo
& hash_tree_info() const {
403
HashTreeInfo
hash_tree_info_;
/bootable/recovery/updater/
commands.cpp
40
Command::Command(Type type, size_t index, std::string cmdline,
HashTreeInfo
hash_tree_info)
300
HashTreeInfo
hash_tree_info(std::move(hash_tree_ranges), std::move(source_ranges),
/bootable/recovery/tests/unit/
commands_test.cpp
350
HashTreeInfo
expected_info(RangeSet({ { 0, 1 } }), RangeSet({ { 3, 4 } }), "sha1", "unknown-salt",
Completed in 109 milliseconds