Searched refs:StringTypes (Results 1 – 7 of 7) sorted by relevance
/third_party/libxml2/python/ |
D | drv_libxml2.py | 46 StringTypes = (str, unicode) variable 55 StringTypes = str variable 145 if isinstance(source, StringTypes):
|
/third_party/python/Lib/xml/dom/ |
D | minicompat.py | 47 StringTypes = (str,) variable
|
/third_party/abseil-cpp/absl/container/internal/ |
D | hash_function_defaults_test.cc | 77 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/ |
D | hash_function_defaults_test.cc | 77 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/ |
D | googletest-port-test.cc | 381 typedef testing::Types< ::std::string, const char*> StringTypes; typedef 383 TYPED_TEST_SUITE(RETest, StringTypes);
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.0a1.rst | 2945 2to3 converts StringTypes to a tuple. Patch from Mark Hammond.
|
/third_party/python/Misc/ |
D | HISTORY | 22363 types.StringTypes, e.g. to test whether something is "a string": 23559 - types.StringTypes is a tuple containing the defined string types;
|