Home
last modified time | relevance | path

Searched refs:stringref (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1287 auto stringref = pystring.get().AsUTF8(); in Read() local
1288 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()
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/
H A DTypemaps.pm965 my $stringref = shift;
987 while ($$stringref =~ /^(.*)$/gcm) {