HomeSort by relevance Sort by last modified time
    Searched refs:wstring (Results 226 - 250 of 291) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h     [all...]
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
is_many.pass.cpp 34 const std::wstring in(L"\x00DA A\x07.a1");
143 const std::wstring in(L"\x00DA A\x07.a1");
  /external/webrtc/webrtc/base/
win32filesystem.cc 38 std::wstring path16;
388 std::wstring drive16;
451 std::wstring temp_path16 = ToUtf16(temp_path.pathname());
stringutils.h 294 typedef std::wstring string;
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h 167 // ::std::string, ::wstring, or ::std::wstring object, each NUL
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 52 // ::wstring, which is different to std::wstring).
60 // std::wstring does/doesn't work (Google Test can
61 // be used where std::wstring is unavailable).
352 // The user didn't tell us whether ::std::wstring is available, so we need
354 // TODO(wan@google.com): uses autoconf to detect whether ::std::wstring
357 // Cygwin 1.7 and below doesn't support ::std::wstring.
366 // The user didn't tell us whether ::wstring is available, so we need
783 typedef ::wstring wstring; typedef in namespace:testing::internal
785 typedef ::std::wstring wstring; typedef in namespace:testing::internal
    [all...]
gtest-internal.h 190 // ::std::string, ::wstring, or ::std::wstring object, each NUL
229 GTEST_FORMAT_IMPL_(::std::wstring, String::ShowWideCStringQuoted)
236 GTEST_FORMAT_IMPL_(::wstring, String::ShowWideCStringQuoted)
243 // string/wstring object. In such cases, we just print the operand as
    [all...]
  /external/googletest/googletest/include/gtest/
gtest.h     [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h 77 // GTEST_HAS_GLOBAL_WSTRING - Define it to 1/0 to indicate that ::wstring
86 // std::wstring does/doesn't work (Google Test can
87 // be used where std::wstring is unavailable).
466 // The user didn't tell us whether ::std::wstring is available, so we need
468 // Cygwin 1.7 and below doesn't support ::std::wstring.
477 // The user didn't tell us whether ::wstring is available, so we need
895 typedef ::wstring wstring; typedef in namespace:testing::internal
897 typedef ::std::wstring wstring; typedef in namespace:testing::internal
    [all...]
  /external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
gtest.h     [all...]
  /external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
gtest-port.h 80 // ::wstring, which is different to std::wstring).
88 // std::wstring does/doesn't work (Google Test can
89 // be used where std::wstring is unavailable).
513 // The user didn't tell us whether ::std::wstring is available, so we need
515 // TODO(wan@google.com): uses autoconf to detect whether ::std::wstring
518 // Cygwin 1.7 and below doesn't support ::std::wstring.
527 // The user didn't tell us whether ::wstring is available, so we need
1114 typedef ::wstring wstring; typedef in namespace:testing::internal
1116 typedef ::std::wstring wstring; typedef in namespace:testing::internal
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
is_many.pass.cpp 29 const std::wstring in(L" A\x07.a1");
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 166 // ::std::string, ::wstring, or ::std::wstring object, each NUL
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 52 // ::wstring, which is different to std::wstring).
60 // std::wstring does/doesn't work (Google Test can
61 // be used where std::wstring is unavailable).
355 // The user didn't tell us whether ::std::wstring is available, so we need
357 // TODO(wan@google.com): uses autoconf to detect whether ::std::wstring
360 // Cygwin 1.7 and below doesn't support ::std::wstring.
370 // The user didn't tell us whether ::wstring is available, so we need
773 typedef ::wstring wstring; typedef in namespace:testing::internal
775 typedef ::std::wstring wstring; typedef in namespace:testing::internal
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 80 // ::wstring, which is different to std::wstring).
88 // std::wstring does/doesn't work (Google Test can
89 // be used where std::wstring is unavailable).
513 // The user didn't tell us whether ::std::wstring is available, so we need
515 // TODO(wan@google.com): uses autoconf to detect whether ::std::wstring
518 // Cygwin 1.7 and below doesn't support ::std::wstring.
527 // The user didn't tell us whether ::wstring is available, so we need
1101 typedef ::wstring wstring; typedef in namespace:testing::internal
1103 typedef ::std::wstring wstring; typedef in namespace:testing::internal
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest.h 166 // ::std::string, ::wstring, or ::std::wstring object, each NUL
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 52 // ::wstring, which is different to std::wstring).
60 // std::wstring does/doesn't work (Google Test can
61 // be used where std::wstring is unavailable).
349 // The user didn't tell us whether ::std::wstring is available, so we need
351 // TODO(wan@google.com): uses autoconf to detect whether ::std::wstring
354 // Cygwin 1.7 and below doesn't support ::std::wstring.
364 // The user didn't tell us whether ::wstring is available, so we need
765 typedef ::wstring wstring; typedef in namespace:testing::internal
767 typedef ::std::wstring wstring; typedef in namespace:testing::internal
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/
gtest.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 80 // ::wstring, which is different to std::wstring).
88 // std::wstring does/doesn't work (Google Test can
89 // be used where std::wstring is unavailable).
515 // The user didn't tell us whether ::std::wstring is available, so we need
517 // TODO(wan@google.com): uses autoconf to detect whether ::std::wstring
520 // Cygwin 1.7 and below doesn't support ::std::wstring.
530 // The user didn't tell us whether ::wstring is available, so we need
1110 typedef ::wstring wstring; typedef in namespace:testing::internal
1112 typedef ::std::wstring wstring; typedef in namespace:testing::internal
    [all...]
  /external/libcxx/src/
locale.cpp     [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/googletest/googletest/test/
gtest_unittest.cc     [all...]
  /external/catch2/include/internal/
catch_tostring.h 170 struct StringMaker<std::wstring> {
171 static std::string convert(const std::wstring& wstr);

Completed in 1117 milliseconds

1 2 3 4 5 6 7 8 91011>>