proxygen
NoSseNeedleFinder Struct Reference

Static Public Member Functions

static size_t find_first_byte_of (StringPiece haystack, StringPiece needles)
 

Detailed Description

Definition at line 903 of file RangeTest.cpp.

Member Function Documentation

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

Definition at line 904 of file RangeTest.cpp.

References folly::detail::qfind_first_byte_of_nosse().

904  {
905  return detail::qfind_first_byte_of_nosse(haystack, needles);
906  }
size_t qfind_first_byte_of_nosse(const StringPieceLite haystack, const StringPieceLite needles)
Definition: RangeCommon.h:92

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