Lines Matching refs:string_result
4027 String* string_result = String::cast(result);4030 ASSERT(string_result->IsOneByteRepresentation());4031 uint8_t* dest = SeqOneByteString::cast(string_result)->GetChars();4034 ASSERT(string_result->IsTwoByteRepresentation());4035 uc16* dest = SeqTwoByteString::cast(string_result)->GetChars();