Searched defs:StringTypes (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/gtest/test/
H A Dgtest-port_test.cc167 // Defines StringTypes as the list of all string types that class RE
176 const char*> StringTypes; typedef in namespace:testing::internal
178 TYPED_TEST_CASE(RETest, StringTypes);
/external/chromium_org/third_party/ply/
H A Dlex.py42 StringTypes = (types.StringType, types.UnicodeType) variable
45 StringTypes = (str, bytes) variable
254 if not isinstance(c,StringTypes):
612 if not isinstance(c,StringTypes) or len(c) > 1:
635 if not isinstance(name,StringTypes):
689 elif isinstance(t, StringTypes):
/external/chromium_org/testing/gtest/test/
H A Dgtest-port_test.cc410 // Defines StringTypes as the list of all string types that class RE
417 const char*> StringTypes; typedef in namespace:testing::internal
419 TYPED_TEST_CASE(RETest, StringTypes);
/external/gtest/test/
H A Dgtest-port_test.cc410 // Defines StringTypes as the list of all string types that class RE
417 const char*> StringTypes; typedef in namespace:testing::internal
419 TYPED_TEST_CASE(RETest, StringTypes);
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp299 struct StringTypes { struct
327 struct MappingTraits<StringTypes> {
328 static void mapping(IO &io, StringTypes& st) {
359 StringTypes map;
409 StringTypes map;

Completed in 381 milliseconds