Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/llvm/unittests/Support/
H A 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
/aosp_15_r20/external/python/cpython2/Lib/xml/dom/
Dminicompat.py46 StringTypes = type(''), variable
48 StringTypes = type(''), type(unicode('')) variable
/aosp_15_r20/external/python/cpython2/Lib/
Dtypes.py32 StringTypes = (StringType, UnicodeType) variable
34 StringTypes = (StringType,) variable
/aosp_15_r20/external/libxml2/python/
H A Ddrv_libxml2.py46 StringTypes = (str, unicode) variable
55 StringTypes = str variable
/aosp_15_r20/external/chromium-trace/catapult/tracing/tracing/trace_data/
H A Dtrace_data.py23 StringTypes = six.string_types # pylint: disable=invalid-name variable
25 StringTypes = str variable
/aosp_15_r20/external/selinux/python/sepolgen/src/sepolgen/
H A Dlex.py47 StringTypes = (types.StringType, types.UnicodeType) variable
50 StringTypes = (str, bytes) variable
/aosp_15_r20/external/python/pycparser/pycparser/ply/
Dlex.py47 StringTypes = (types.StringType, types.UnicodeType) variable
50 StringTypes = (str, bytes) variable
/aosp_15_r20/external/ply/ply/ply/
H A Dlex.py47 StringTypes = (types.StringType, types.UnicodeType) variable
50 StringTypes = (str, bytes) variable
/aosp_15_r20/external/libchrome/third_party/ply/
H A Dlex.py42 StringTypes = (types.StringType, types.UnicodeType) variable
45 StringTypes = (str, bytes) variable
/aosp_15_r20/external/python/cpython3/Lib/xml/dom/
Dminicompat.py47 StringTypes = (str,) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/dom/
Dminicompat.py47 StringTypes = (str,) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xml/dom/
Dminicompat.py47 StringTypes = (str,) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xml/dom/
Dminicompat.py47 StringTypes = (str,) variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xml/dom/
H A Dminicompat.py47 StringTypes = (str,) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/dom/
Dminicompat.py47 StringTypes = (str,) variable
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/predefined_types/xsdc_predefined_types_tinyxml_tests/gen/cpp/include/
Dpredefined_types.h22 class StringTypes; variable
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/predefined_types/xsdc_predefined_types_tests/gen/cpp/include/
Dpredefined_types.h23 class StringTypes; variable
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/internal/
H A Dhash_function_defaults_test.cc77 using StringTypes = ::testing::Types<std::string, absl::string_view>; typedef
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/internal/
H A Dhash_function_defaults_test.cc77 using StringTypes = ::testing::Types<std::string, absl::string_view>; typedef
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/internal/
H A Dhash_function_defaults_test.cc77 using StringTypes = ::testing::Types<std::string, absl::string_view>; typedef
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/internal/
H A Dhash_function_defaults_test.cc85 using StringTypes = ::testing::Types<std::string, absl::string_view>; typedef
/aosp_15_r20/external/abseil-cpp/absl/container/internal/
H A Dhash_function_defaults_test.cc85 using StringTypes = ::testing::Types<std::string, absl::string_view>; typedef
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/
H A Dhash_function_defaults_test.cc85 using StringTypes = ::testing::Types<std::string, absl::string_view>; typedef
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/
H A Dgoogletest-port-test.cc409 typedef testing::Types< ::std::string, const char*> StringTypes; typedef

12