Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/first_party_sets/
H A Dfirst_party_set_entry.cc42 std::optional<FirstPartySetEntry::SiteIndex> site_index) in FirstPartySetEntry()
56 uint32_t site_index) in FirstPartySetEntry()
H A Dfirst_party_set_entry.h74 const std::optional<SiteIndex>& site_index() const { return site_index_; } in site_index() function