Home
last modified time | relevance | path

Searched defs:site_index (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/first_party_sets/
Dfirst_party_set_entry.cc27 absl::optional<FirstPartySetEntry::SiteIndex> site_index) in FirstPartySetEntry()
41 uint32_t site_index) in FirstPartySetEntry()
Dfirst_party_set_entry.h72 const absl::optional<SiteIndex>& site_index() const { return site_index_; } in site_index() function