Searched refs:stringref (Results 1 – 1 of 1) sorted by relevance
1280 auto stringref = pystring.get().AsUTF8(); in Read() local1281 if (!stringref) in Read()1283 return Status::FromError(stringref.takeError()).Clone(); in Read()1284 num_bytes = stringref.get().size(); in Read()1285 memcpy(buf, stringref.get().begin(), num_bytes); in Read()