Home
last modified time | relevance | path

Searched refs:StringTypes (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/xml/dom/
H A Dminicompat.py16 # StringTypes -- tuple of defined string types
43 __all__ = ["NodeList", "EmptyNodeList", "StringTypes", "defproperty"]
47 StringTypes = (str,) variable
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhash_function_defaults_test.cc77 using StringTypes = ::testing::Types<std::string, absl::string_view>;
84 TYPED_TEST_SUITE(EqString, StringTypes);
91 TYPED_TEST_SUITE(HashString, StringTypes);
/third_party/googletest/googletest/test/
H A Dgoogletest-port-test.cc405 // Defines StringTypes as the list of all string types that class RE
407 typedef testing::Types< ::std::string, const char*> StringTypes; typedef
409 TYPED_TEST_SUITE(RETest, StringTypes);

Completed in 3 milliseconds