proxygen
SseNeedleFinder Struct Reference

Static Public Member Functions

static size_t find_first_byte_of (StringPiece haystack, StringPiece needles)
 

Detailed Description

Definition at line 895 of file RangeTest.cpp.

Member Function Documentation

static size_t SseNeedleFinder::find_first_byte_of ( StringPiece  haystack,
StringPiece  needles 
)
inlinestatic

Definition at line 896 of file RangeTest.cpp.

References folly::detail::qfind_first_byte_of().

896  {
897  // This will only use the SSE version if it is supported on this CPU
898  // (selected using ifunc).
899  return detail::qfind_first_byte_of(haystack, needles);
900  }
size_t qfind_first_byte_of(const StringPiece haystack, const StringPiece needles)
Definition: Range.h:1349

The documentation for this struct was generated from the following file: