HomeSort by: relevance | last modified time | path
    Searched refs:StringType (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
uri.d 617 static foreach (StringType; AliasSeq!(char[], wchar[], dchar[], string, wstring, dstring))
620 StringType decoded1 = source.to!StringType;
622 assert(decoded1 == source.to!StringType); // check that `decoded1` wasn't changed
624 assert(decoded1 == decode(encoded1).to!StringType);
626 StringType encoded2 = target.to!StringType;
628 assert(encoded2 == target.to!StringType); // check that `encoded2` wasn't changed
630 assert(encoded2 == encode(decoded2).to!StringType);
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h 641 template <typename StringType>
642 bool CaseInsensitiveStringEquals(const StringType& s1,
643 const StringType& s2) {
650 const typename StringType::value_type nul = 0;
654 if (i1 == StringType::npos || i2 == StringType::npos) {
665 template <typename StringType>
668 StrEqualityMatcher(const StringType& str, bool expect_eq,
677 const StringType& str = std::string(s);
692 return MatchAndExplain(StringType(s), listener)
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/lib/
misc.c 533 IN UI_STRING_TYPE StringType,
551 for (Index = UiDeviceString, Array = Ui->Entry; Index < StringType; Index++, Array++) {
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 1576 // StringType here can be either ::std::string or ::std::wstring.
1577 template <typename StringType>
1578 bool IsSubstringPred(const StringType& needle,
1579 const StringType& haystack) {
1580 return haystack.find(needle) != StringType::npos;
1585 // StringType here can be const char*, const wchar_t*, ::std::string,
1587 template <typename StringType>
1591 const StringType& needle, const StringType& haystack) {
  /src/sys/external/bsd/gnu-efi/dist/inc/
efilib.h 1004 IN UI_STRING_TYPE StringType,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 10552 const QualType StringType = StringRefExpr->getType();
10555 if (!StringType->isAnyPointerType())
10559 if (!StringType->getPointeeType()->isAnyCharacterType())

Completed in 35 milliseconds