Home
last modified time | relevance | path

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

/external/cronet/net/cookies/
Dsite_for_cookies_unittest.cc204 SiteForCookies from_blob = SiteForCookies::FromUrl( in TEST_F() local
218 SiteForCookies from_blob = SiteForCookies::FromUrl( in TEST() local
236 SiteForCookies from_blob = SiteForCookies::FromUrl( in TEST() local
/external/crosvm/cros_fdt/src/
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