Lines Matching refs:result
161 if (int result = CompareCharsUnsigned(
164 return result;
166 if (int result = CompareCharsUnsigned(
169 return result;
173 if (int result = CompareCharsUnsigned(
176 return result;
178 if (int result = CompareCharsUnsigned(
181 return result;
231 Handle<SeqOneByteString> result =
237 result->GetChars(no_gc, SharedStringAccessGuardIfNeeded::NotNeeded()) +
245 DCHECK_EQ(dest, result->GetChars(
247 return result;
250 Handle<SeqTwoByteString> result =
256 result->GetChars(no_gc, SharedStringAccessGuardIfNeeded::NotNeeded()) +
270 DCHECK_EQ(dest, result->GetChars(
272 return result;
281 std::forward_list<const AstRawString*> result;
283 return result;
286 result.emplace_front(segment_.string);
289 result.emplace_front(current->string);
291 return result;
343 const AstRawString* result = nullptr;
347 result = GetOneByteStringInternal(content.ToOneByteVector());
350 result = GetTwoByteStringInternal(content.ToUC16Vector());
352 return result;