OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hash_state
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/public/browser/
download_save_info.h
16
// name, |offset| is set to the point where we left off, and |
hash_state
| will
38
std::string
hash_state
;
member in struct:content::DownloadSaveInfo
download_url_parameters.h
97
void set_hash_state(std::string
hash_state
) {
98
save_info_.
hash_state
=
hash_state
;
134
const std::string&
hash_state
() const { return save_info_.
hash_state
; }
function in class:content::DownloadUrlParameters
/external/chromium_org/content/browser/download/
base_file_unittest.cc
390
std::string
hash_state
;
local
391
hash_state
= base_file_->GetHashState();
406
hash_state
,
/external/llvm/include/llvm/ADT/
Hashing.h
266
struct
hash_state
{
struct in namespace:llvm::hashing::detail
269
/// \brief Create a new
hash_state
structure and initialize it based on the
272
static
hash_state
create(const char *s, uint64_t seed) {
273
hash_state
state = {
421
hash_state
state = state.create(buffer, seed);
463
hash_state
state = state.create(s_begin, seed);
504
hash_state
state;
519
///
hash_state
, empties it, and then merges the new chunk in. This also
Completed in 261 milliseconds