Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/components/metrics/structured/
H A Dproject_validator.cc14 ProjectValidator::ProjectValidator(uint64_t project_hash, in ProjectValidator()
H A Dproject_validator.h36 uint64_t project_hash() const { return project_hash_; } in project_hash() function
H A Dkey_data_prefs_delegate.cc82 const uint64_t project_hash = (*project_validator)->project_hash(); in LoadKeysFromPrefs() local