Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/cookies/
H A Dsite_for_cookies_unittest.cc203 SiteForCookies from_blob = SiteForCookies::FromUrl( in TEST_F() local
217 SiteForCookies from_blob = SiteForCookies::FromUrl( in TEST() local
235 SiteForCookies from_blob = SiteForCookies::FromUrl( in TEST() local
/aosp_15_r20/external/crosvm/cros_fdt/src/
H A Dfdt.rs207 fn from_blob(mut input: Blob) -> Result<Self> { in from_blob() method
267 fn from_blob(input: Blob) -> Result<Self> { in from_blob() method
417 fn from_blob(mut input: Blob, strings: &FdtStrings) -> Result<Self> { in from_blob() method
620 fn from_blob(input: &mut Blob) -> Result<Self> { in from_blob() method
686 pub fn from_blob(input: Blob) -> Result<Self> { in from_blob() method