Searched refs:stringref (Results 1 – 2 of 2) sorted by relevance
1287 auto stringref = pystring.get().AsUTF8(); in Read() local1288 if (!stringref) in Read()1289 return Status(stringref.takeError()); in Read()1290 num_bytes = stringref.get().size(); in Read()1291 memcpy(buf, stringref.get().begin(), num_bytes); in Read()
965 my $stringref = shift;987 while ($$stringref =~ /^(.*)$/gcm) {