/aosp_15_r20/external/sdv/vsomeip/third_party/boost/tuple/include/boost/tuple/ |
D | tuple_io.hpp | 67 static CharType get_manipulator(std::basic_ios<CharType, CharTrait>& i, in get_manipulator() 87 static void set_manipulator(std::basic_ios<CharType, CharTrait>& i, in set_manipulator() 109 void set(std::basic_ios<CharType, CharTrait> &io) const { in set() 117 operator<<(std::basic_ostream<CharType, CharTrait>& o, const tuple_manipulator<CharType>& m) { in operator <<() 124 operator>>(std::basic_istream<CharType, CharTrait>& i, const tuple_manipulator<CharType>& m) { in operator >>() 162 print(std::basic_ostream<CharType, CharTrait>& o, const cons<T1, null_type>& t) { in print() 169 print(std::basic_ostream<CharType, CharTrait>& o, const null_type&) { in print() 175 print(std::basic_ostream<CharType, CharTrait>& o, const cons<T1, T2>& t) { in print() 209 operator<<(std::basic_ostream<CharType, CharTrait>& o, in operator <<() 227 operator<<(std::basic_ostream<CharType, CharTrait>& o, in operator <<() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/interval/examples/ |
D | io.cpp | 21 std::basic_ostream<CharType, CharTraits> &operator<< in operator <<() 37 std::basic_ostream<CharType, CharTraits> &operator<< in operator <<() 55 std::basic_ostream<CharType, CharTraits> &operator<< in operator <<() 71 std::basic_ostream<CharType, CharTraits> &operator<< in operator <<() 95 std::basic_ostream<CharType, CharTraits> &operator<< in operator <<() 120 std::basic_istream<CharType, CharTraits> &operator>> in operator >>()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/include/boost/optional/ |
D | optional_io.hpp | 28 operator<<(std::basic_ostream<CharType, CharTrait>& out, none_t) in operator <<() 41 operator<<(std::basic_ostream<CharType, CharTrait>& out, optional<T> const& v) in operator <<() 56 operator>>(std::basic_istream<CharType, CharTrait>& in, optional<T>& v) in operator >>()
|
/aosp_15_r20/external/emboss/runtime/cpp/test/ |
H A D | emboss_memory_util_test.cc | 49 using CharType = in init_container() typedef 262 using CharType = in TYPED_TEST() typedef 298 using CharType = in TYPED_TEST() typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/ |
D | collection_size_type copy.hpp | 101 std::basic_ostream<CharType, Traits> & bos, in operator <<() 110 std::basic_istream<CharType, Traits> & bis, in operator >>()
|
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
H A D | CharType.java | 39 public interface CharType extends PrimitiveType { interface
|
/aosp_15_r20/external/pdfium/third_party/googletest/custom/gtest/internal/custom/ |
H A D | gtest-printers.h | 19 #define GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(CharType, OtherStringType) \ argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/dwarf/ |
D | type.go | 56 type CharType struct { struct 57 BasicType
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/googletest/googletest/include/gtest/ |
D | gtest-printers.h | 328 #define GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(CharType) \ argument 347 #define GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(CharType, OtherStringType) \ argument
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/googletest/googletest/include/gtest/ |
D | gtest-printers.h | 328 #define GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(CharType) \ argument 347 #define GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(CharType, OtherStringType) \ argument
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/googletest/googletest/include/gtest/ |
D | gtest-printers.h | 328 #define GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(CharType) \ argument 347 #define GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(CharType, OtherStringType) \ argument
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/googletest/googletest/include/gtest/ |
D | gtest-printers.h | 328 #define GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(CharType) \ argument 347 #define GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(CharType, OtherStringType) \ argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/ |
D | io.hpp | 28 std::basic_ostream<CharType, CharTraits> &operator<< in operator <<()
|
/aosp_15_r20/external/libchrome-gestures/include/ |
H A D | command_line.h | 27 typedef std::string::value_type CharType; typedef
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/ |
D | command_line.h | 44 using CharType = StringType::value_type; variable
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/ |
D | command_line.h | 44 using CharType = StringType::value_type; variable
|
/aosp_15_r20/external/libchrome/base/ |
H A D | command_line.h | 41 using CharType = StringType::value_type; variable
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/files/ |
H A D | file_path.h | 145 typedef StringType::value_type CharType; in PA_COMPONENT_EXPORT() typedef
|
/aosp_15_r20/external/cronet/base/ |
H A D | command_line.h | 51 using CharType = StringType::value_type; variable
|
/aosp_15_r20/frameworks/libs/binary_translation/tests/ndk_program_tests/ |
D | ctype_test.cc | 21 TEST(Ctype, CharType) { in TEST() argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/test/test_casual_/ |
D | test_casual.cpp | 64 std::basic_ostream<CharType, CharTraits> &operator<< in operator <<()
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/files/ |
D | file_path.h | 160 typedef StringType::value_type CharType; typedef
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/files/ |
D | file_path.h | 160 typedef StringType::value_type CharType; typedef
|
/aosp_15_r20/external/libchrome/base/files/ |
H A D | file_path.h | 157 typedef StringType::value_type CharType; typedef
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/ |
H A D | NormalizedIdentifierParser.java | 18 enum CharType { enum in NormalizedIdentifierParser
|