Home
last modified time | relevance | path

Searched refs:StringTypes (Results 1 – 7 of 7) sorted by relevance

/third_party/libxml2/python/
Ddrv_libxml2.py46 StringTypes = (str, unicode) variable
55 StringTypes = str variable
145 if isinstance(source, StringTypes):
/third_party/python/Lib/xml/dom/
Dminicompat.py47 StringTypes = (str,) variable
/third_party/abseil-cpp/absl/container/internal/
Dhash_function_defaults_test.cc77 using StringTypes = ::testing::Types<std::string, absl::string_view>; typedef
84 TYPED_TEST_SUITE(EqString, StringTypes);
91 TYPED_TEST_SUITE(HashString, StringTypes);
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhash_function_defaults_test.cc77 using StringTypes = ::testing::Types<std::string, absl::string_view>; typedef
84 TYPED_TEST_SUITE(EqString, StringTypes);
91 TYPED_TEST_SUITE(HashString, StringTypes);
/third_party/googletest/googletest/test/
Dgoogletest-port-test.cc381 typedef testing::Types< ::std::string, const char*> StringTypes; typedef
383 TYPED_TEST_SUITE(RETest, StringTypes);
/third_party/python/Misc/NEWS.d/
D3.6.0a1.rst2945 2to3 converts StringTypes to a tuple. Patch from Mark Hammond.
/third_party/python/Misc/
DHISTORY22363 types.StringTypes, e.g. to test whether something is "a string":
23559 - types.StringTypes is a tuple containing the defined string types;