Home
last modified time | relevance | path

Searched defs:StringTypes (Results 1 – 18 of 18) sorted by relevance

/external/llvm/unittests/Support/
DYAMLIOTest.cpp497 struct StringTypes { struct
498 llvm::StringRef str1;
499 llvm::StringRef str2;
500 llvm::StringRef str3;
501 llvm::StringRef str4;
525 struct MappingTraits<StringTypes> { argument
/external/python/cpython2/Lib/xml/dom/
Dminicompat.py46 StringTypes = type(''), variable
48 StringTypes = type(''), type(unicode('')) variable
/external/python/cpython2/Lib/
Dtypes.py32 StringTypes = (StringType, UnicodeType) variable
34 StringTypes = (StringType,) variable
/external/libxml2/python/
Ddrv_libxml2.py46 StringTypes = (str, unicode) variable
55 StringTypes = str variable
/external/chromium-trace/catapult/tracing/tracing/trace_data/
Dtrace_data.py23 StringTypes = six.string_types # pylint: disable=invalid-name variable
25 StringTypes = str variable
/external/python/cpython3/Lib/xml/dom/
Dminicompat.py47 StringTypes = (str,) variable
/external/selinux/python/sepolgen/src/sepolgen/
Dlex.py47 StringTypes = (types.StringType, types.UnicodeType) variable
50 StringTypes = (str, bytes) variable
/external/python/pycparser/pycparser/ply/
Dlex.py47 StringTypes = (types.StringType, types.UnicodeType) variable
50 StringTypes = (str, bytes) variable
/external/libchrome/third_party/ply/
Dlex.py42 StringTypes = (types.StringType, types.UnicodeType) variable
45 StringTypes = (str, bytes) variable
/external/ply/ply/ply/
Dlex.py47 StringTypes = (types.StringType, types.UnicodeType) variable
50 StringTypes = (str, bytes) variable
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dhash_function_defaults_test.cc77 using StringTypes = ::testing::Types<std::string, absl::string_view>; typedef
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dhash_function_defaults_test.cc77 using StringTypes = ::testing::Types<std::string, absl::string_view>; typedef
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dhash_function_defaults_test.cc77 using StringTypes = ::testing::Types<std::string, absl::string_view>; typedef
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dhash_function_defaults_test.cc77 using StringTypes = ::testing::Types<std::string, absl::string_view>; typedef
/external/abseil-cpp/absl/container/internal/
Dhash_function_defaults_test.cc77 using StringTypes = ::testing::Types<std::string, absl::string_view>; typedef
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dhash_function_defaults_test.cc77 using StringTypes = ::testing::Types<std::string, absl::string_view>; typedef
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-port-test.cc383 typedef testing::Types< ::std::string, const char*> StringTypes; typedef
/external/googletest/googletest/test/
Dgoogletest-port-test.cc381 typedef testing::Types< ::std::string, const char*> StringTypes; typedef