/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__utility/ |
D | pair.h | 63 struct _LIBCPP_TEMPLATE_VIS pair struct 76 pair, argument 83 _LIBCPP_HIDE_FROM_ABI pair() : first(), second() {} in pair() function 85 _LIBCPP_HIDE_FROM_ABI pair(_T1 const& __t1, _T2 const& __t2) : first(__t1), second(__t2) {} in pair() argument 88 _LIBCPP_HIDE_FROM_ABI pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} in pair() argument 122 static _LIBCPP_HIDE_FROM_ABI constexpr bool __is_pair_constructible() { in __is_pair_constructible() argument 136 …CheckArgsDep<_Dummy>::__enable_implicit_default()) _LIBCPP_HIDE_FROM_ABI constexpr pair() noexcept( in pair() argument 144 …pair(_T1 const& __t1, _T2 const& __t2) noexcept(is_nothrow_copy_constructible<first_type>::value && in pair() function 158 pair(_U1&& __u1, _U2&& __u2) noexcept(is_nothrow_constructible<first_type, _U1>::value && in pair() argument 166 pair(pair<_U1, _U2>& __p) noexcept((is_nothrow_constructible<first_type, _U1&>::value && in pair() argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__utility/ |
D | pair.h | 63 struct _LIBCPP_TEMPLATE_VIS pair struct 74 _LIBCPP_HIDE_FROM_ABI pair(pair const&) = default; argument 78 _LIBCPP_HIDE_FROM_ABI pair() : first(), second() {} in pair() argument 80 _LIBCPP_HIDE_FROM_ABI pair(_T1 const& __t1, _T2 const& __t2) : first(__t1), second(__t2) {} in pair() function 83 _LIBCPP_HIDE_FROM_ABI pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} in pair() function 117 static _LIBCPP_HIDE_FROM_ABI constexpr bool __is_pair_constructible() { in __is_pair_constructible() argument 132 …!_CheckArgsDep<_Dummy>::__enable_implicit_default()) _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR pair() in pair() argument 140 …!_CheckArgsDep<_Dummy>::template __is_implicit<_T1 const&, _T2 const&>()) pair(_T1 const& __t1, _T… in pair() argument 154 pair(_U1&& __u1, _U2&& __u2) in pair() function 163 pair(pair<_U1, _U2>& __p) noexcept((is_nothrow_constructible<first_type, _U1&>::value && in pair() function [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/ |
D | pair.hpp | 218 struct pair struct 227 typedef T1 first_type; 228 typedef T2 second_type; 230 T1 first; 231 T2 second; 234 pair() in pair() function 241 pair(const pair& x) in pair() function 248 pair(BOOST_RV_REF(pair) p) in pair() function 255 pair(const pair<D, S> &p) in pair() function 262 pair(BOOST_RV_REF_BEG pair<D, S> BOOST_RV_REF_END p) in pair() function [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/ |
D | stl_pair.h | 96 struct pair in _GLIBCXX_VISIBILITY() struct 98 typedef _T1 first_type; /// @c first_type is the first bound type in _GLIBCXX_VISIBILITY() 99 typedef _T2 second_type; /// @c second_type is the second bound type in _GLIBCXX_VISIBILITY() 101 _T1 first; /// @c first is a copy of the first object in _GLIBCXX_VISIBILITY() 102 _T2 second; /// @c second is a copy of the second object in _GLIBCXX_VISIBILITY() 108 _GLIBCXX_CONSTEXPR pair() in _GLIBCXX_VISIBILITY() function 112 _GLIBCXX_CONSTEXPR pair(const _T1& __a, const _T2& __b) in _GLIBCXX_VISIBILITY() function 118 pair(const pair<_U1, _U2>& __p) in _GLIBCXX_VISIBILITY() argument 124 constexpr pair(const pair<_U1, _U2>& __p) in _GLIBCXX_VISIBILITY() function 133 constexpr pair(_U1&& __x, const _T2& __y) in _GLIBCXX_VISIBILITY() function [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
D | stl_pair.h | 96 struct pair in _GLIBCXX_VISIBILITY() struct 98 typedef _T1 first_type; /// @c first_type is the first bound type in _GLIBCXX_VISIBILITY() 99 typedef _T2 second_type; /// @c second_type is the second bound type in _GLIBCXX_VISIBILITY() 101 _T1 first; /// @c first is a copy of the first object in _GLIBCXX_VISIBILITY() 102 _T2 second; /// @c second is a copy of the second object in _GLIBCXX_VISIBILITY() 108 _GLIBCXX_CONSTEXPR pair() in _GLIBCXX_VISIBILITY() argument 112 _GLIBCXX_CONSTEXPR pair(const _T1& __a, const _T2& __b) in _GLIBCXX_VISIBILITY() argument 118 pair(const pair<_U1, _U2>& __p) in _GLIBCXX_VISIBILITY() function 124 constexpr pair(const pair<_U1, _U2>& __p) in _GLIBCXX_VISIBILITY() argument 133 constexpr pair(_U1&& __x, const _T2& __y) in _GLIBCXX_VISIBILITY() function [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/support/ |
D | pair.hpp | 30 struct pair struct 33 pair() in pair() function 37 pair(pair const& rhs) in pair() argument 42 pair(pair&& rhs) in pair() argument 47 pair(typename detail::call_param<Second>::type val) in pair() argument 53 pair(Second2&& val in pair() function 61 pair(pair<First, Second2> const& rhs) in pair() argument 66 pair& operator=(pair<First, Second2> const& rhs) in operator =() 73 pair& operator=(pair const& rhs) in operator =() 81 pair& operator=(pair&& rhs) in operator =() [all …]
|
/aosp_15_r20/prebuilts/ndk/current/sources/cxx-stl/system/include/ |
H A D | stl_pair.h | 72 struct pair { struct 78 pair() : first(), second() {} in pair() argument 79 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} in pair() function 82 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} in pair() argument
|
/aosp_15_r20/external/ltp/include/ |
H A D | tst_fuzzy_sync.h | 203 static inline void tst_fzsync_pair_init(struct tst_fzsync_pair *pair) in tst_fzsync_pair_init() 222 static inline void tst_fzsync_pair_cleanup(struct tst_fzsync_pair *pair) in tst_fzsync_pair_cleanup() 262 static inline void tst_fzsync_pair_reset(struct tst_fzsync_pair *pair, in tst_fzsync_pair_reset() 305 static inline void tst_fzsync_pair_info(struct tst_fzsync_pair *pair) in tst_fzsync_pair_info() 458 static inline void tst_fzsync_pair_update(struct tst_fzsync_pair *pair) in tst_fzsync_pair_update() 606 static inline void tst_fzsync_wait_a(struct tst_fzsync_pair *pair) in tst_fzsync_wait_a() 618 static inline void tst_fzsync_wait_b(struct tst_fzsync_pair *pair) in tst_fzsync_wait_b() 635 static inline int tst_fzsync_run_a(struct tst_fzsync_pair *pair) in tst_fzsync_run_a() 675 static inline int tst_fzsync_run_b(struct tst_fzsync_pair *pair) in tst_fzsync_run_b() 699 static inline void tst_fzsync_start_race_a(struct tst_fzsync_pair *pair) in tst_fzsync_start_race_a() [all …]
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/numeric/ |
H A D | int128_benchmark.cc | 55 for (const auto& pair : values) { in BM_DivideClass128UniformDivisor() local 67 for (const auto& pair : values) { in BM_RemainderClass128UniformDivisor() local 95 for (const auto& pair : values) { in BM_DivideClass128SmallDivisor() local 107 for (const auto& pair : values) { in BM_RemainderClass128SmallDivisor() local 131 for (const auto& pair : values) { in BM_MultiplyClass128() local 141 for (const auto& pair : values) { in BM_AddClass128() local 187 for (const auto& pair : values) { in BM_DivideIntrinsic128UniformDivisor() local 199 for (const auto& pair : values) { in BM_RemainderIntrinsic128UniformDivisor() local 228 for (const auto& pair : values) { in BM_DivideIntrinsic128SmallDivisor() local 240 for (const auto& pair : values) { in BM_RemainderIntrinsic128SmallDivisor() local [all …]
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/numeric/ |
H A D | int128_benchmark.cc | 55 for (const auto& pair : values) { in BM_DivideClass128UniformDivisor() local 67 for (const auto& pair : values) { in BM_RemainderClass128UniformDivisor() local 95 for (const auto& pair : values) { in BM_DivideClass128SmallDivisor() local 107 for (const auto& pair : values) { in BM_RemainderClass128SmallDivisor() local 131 for (const auto& pair : values) { in BM_MultiplyClass128() local 141 for (const auto& pair : values) { in BM_AddClass128() local 187 for (const auto& pair : values) { in BM_DivideIntrinsic128UniformDivisor() local 199 for (const auto& pair : values) { in BM_RemainderIntrinsic128UniformDivisor() local 228 for (const auto& pair : values) { in BM_DivideIntrinsic128SmallDivisor() local 240 for (const auto& pair : values) { in BM_RemainderIntrinsic128SmallDivisor() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/numeric/ |
D | int128_benchmark.cc | 55 for (const auto& pair : values) { in BM_DivideClass128UniformDivisor() local 67 for (const auto& pair : values) { in BM_RemainderClass128UniformDivisor() local 95 for (const auto& pair : values) { in BM_DivideClass128SmallDivisor() local 107 for (const auto& pair : values) { in BM_RemainderClass128SmallDivisor() local 131 for (const auto& pair : values) { in BM_MultiplyClass128() local 141 for (const auto& pair : values) { in BM_AddClass128() local 187 for (const auto& pair : values) { in BM_DivideIntrinsic128UniformDivisor() local 199 for (const auto& pair : values) { in BM_RemainderIntrinsic128UniformDivisor() local 228 for (const auto& pair : values) { in BM_DivideIntrinsic128SmallDivisor() local 240 for (const auto& pair : values) { in BM_RemainderIntrinsic128SmallDivisor() local [all …]
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/numeric/ |
H A D | int128_benchmark.cc | 55 for (const auto& pair : values) { in BM_DivideClass128UniformDivisor() local 67 for (const auto& pair : values) { in BM_RemainderClass128UniformDivisor() local 95 for (const auto& pair : values) { in BM_DivideClass128SmallDivisor() local 107 for (const auto& pair : values) { in BM_RemainderClass128SmallDivisor() local 131 for (const auto& pair : values) { in BM_MultiplyClass128() local 141 for (const auto& pair : values) { in BM_AddClass128() local 187 for (const auto& pair : values) { in BM_DivideIntrinsic128UniformDivisor() local 199 for (const auto& pair : values) { in BM_RemainderIntrinsic128UniformDivisor() local 228 for (const auto& pair : values) { in BM_DivideIntrinsic128SmallDivisor() local 240 for (const auto& pair : values) { in BM_RemainderIntrinsic128SmallDivisor() local [all …]
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/numeric/ |
H A D | int128_benchmark.cc | 55 for (const auto& pair : values) { in BM_DivideClass128UniformDivisor() local 67 for (const auto& pair : values) { in BM_RemainderClass128UniformDivisor() local 95 for (const auto& pair : values) { in BM_DivideClass128SmallDivisor() local 107 for (const auto& pair : values) { in BM_RemainderClass128SmallDivisor() local 131 for (const auto& pair : values) { in BM_MultiplyClass128() local 141 for (const auto& pair : values) { in BM_AddClass128() local 187 for (const auto& pair : values) { in BM_DivideIntrinsic128UniformDivisor() local 199 for (const auto& pair : values) { in BM_RemainderIntrinsic128UniformDivisor() local 228 for (const auto& pair : values) { in BM_DivideIntrinsic128SmallDivisor() local 240 for (const auto& pair : values) { in BM_RemainderIntrinsic128SmallDivisor() local [all …]
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/numeric/ |
H A D | int128_benchmark.cc | 55 for (const auto& pair : values) { in BM_DivideClass128UniformDivisor() local 67 for (const auto& pair : values) { in BM_RemainderClass128UniformDivisor() local 95 for (const auto& pair : values) { in BM_DivideClass128SmallDivisor() local 107 for (const auto& pair : values) { in BM_RemainderClass128SmallDivisor() local 131 for (const auto& pair : values) { in BM_MultiplyClass128() local 141 for (const auto& pair : values) { in BM_AddClass128() local 187 for (const auto& pair : values) { in BM_DivideIntrinsic128UniformDivisor() local 199 for (const auto& pair : values) { in BM_RemainderIntrinsic128UniformDivisor() local 228 for (const auto& pair : values) { in BM_DivideIntrinsic128SmallDivisor() local 240 for (const auto& pair : values) { in BM_RemainderIntrinsic128SmallDivisor() local [all …]
|
/aosp_15_r20/external/abseil-cpp/absl/numeric/ |
H A D | int128_benchmark.cc | 55 for (const auto& pair : values) { in BM_DivideClass128UniformDivisor() local 67 for (const auto& pair : values) { in BM_RemainderClass128UniformDivisor() local 95 for (const auto& pair : values) { in BM_DivideClass128SmallDivisor() local 107 for (const auto& pair : values) { in BM_RemainderClass128SmallDivisor() local 131 for (const auto& pair : values) { in BM_MultiplyClass128() local 141 for (const auto& pair : values) { in BM_AddClass128() local 187 for (const auto& pair : values) { in BM_DivideIntrinsic128UniformDivisor() local 199 for (const auto& pair : values) { in BM_RemainderIntrinsic128UniformDivisor() local 228 for (const auto& pair : values) { in BM_DivideIntrinsic128SmallDivisor() local 240 for (const auto& pair : values) { in BM_RemainderIntrinsic128SmallDivisor() local [all …]
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/tuple/ |
H A D | PairTest.java | 60 final Pair<Integer, String> pair = ImmutablePair.of(0, "foo"); in testCompatibilityBetweenPairs() local 88 final Pair<String, String> pair = Pair.of("Key", "Value"); in testFormattable_padded() local 94 final Pair<String, String> pair = Pair.of("Key", "Value"); in testFormattable_simple() local 100 final Pair<Integer, String> pair = ImmutablePair.of(0, "foo"); in testMapEntry() local 113 final Pair<String, String> pair = Pair.ofNonNull("x", "y"); in testOfNonNull() local 123 final Pair<Integer, String> pair = Pair.of(entry); in testPairOfMapEntry() local 130 final Pair<Integer, String> pair = Pair.of(0, "foo"); in testPairOfObjects() local 145 final Pair<String, String> pair = Pair.of("Key", "Value"); in testToString() local 153 final Pair<String, Calendar> pair = Pair.of("DOB", date); in testToStringCustom() local
|
H A D | ImmutablePairTest.java | 150 final ImmutablePair<String, String> pair = ImmutablePair.nullPair(); in testNullPairTyped() local 164 final ImmutablePair<String, String> pair = ImmutablePair.ofNonNull("x", "y"); in testOfNonNull() local 174 final Pair<Integer, String> pair = ImmutablePair.of(entry); in testPairOfMapEntry() local 181 final ImmutablePair<Integer, String> pair = ImmutablePair.of(0, "foo"); in testPairOfObjects() local 214 final Pair<String, String> pair = ImmutablePair.left("Key"); in testToStringLeft() local 220 final Pair<String, String> pair = ImmutablePair.right("Value"); in testToStringRight() local 256 final ImmutablePair<Integer, String> pair = new ImmutablePair<>(0, "foo"); in testUnsupportedOperation() local
|
/aosp_15_r20/external/clang/test/Analysis/Inputs/ |
H A D | system-header-simulator-cxx.h | 15 struct pair { struct 19 pair() : first(), second() {} in pair() function 20 pair(const T1 &a, const T2 &b) : first(a), second(b) {} in pair() argument 23 pair(const pair<U1, U2> &other) : first(other.first), second(other.second) {} in pair() argument
|
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/tool/ |
H A D | Rule.java | 191 Grammar.LabelElementPair pair = grammar.new LabelElementPair(label,elementRef); in defineLabel() local 193 labelNameSpace.put(label.getText(), pair); in defineLabel() local 197 tokenLabels.put(label.getText(), pair); in defineLabel() local 201 wildcardTreeLabels.put(label.getText(), pair); in defineLabel() local 205 wildcardTreeListLabels.put(label.getText(), pair); in defineLabel() local 209 ruleLabels.put(label.getText(), pair); in defineLabel() local 213 tokenListLabels.put(label.getText(), pair); in defineLabel() local 217 ruleListLabels.put(label.getText(), pair); in defineLabel() local 221 charLabels.put(label.getText(), pair); in defineLabel() local 231 Grammar.LabelElementPair pair = null; in getTokenLabel() local [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | acl_connection_handler.cc | 103 for (auto pair : acl_connections_) { in CreatePendingLeConnection() local 184 for (auto pair : acl_connections_) { in GetHandle() local 193 for (auto pair : acl_connections_) { in GetHandleOnlyAddress() local 297 for (const auto& pair : sco_connections_) { in HasPendingScoConnection() local 308 for (const auto& pair : sco_connections_) { in GetScoConnectionState() local 317 for (const auto& pair : sco_connections_) { in IsLegacyScoConnection() local 337 for (auto& pair : sco_connections_) { in AcceptPendingScoConnection() local 351 for (auto& pair : sco_connections_) { in AcceptPendingScoConnection() local 366 for (const auto& pair : sco_connections_) { in GetScoHandle() local 376 for (const auto& pair : sco_connections_) { in GetScoConnectionParameters() local [all …]
|
/aosp_15_r20/frameworks/base/libs/hwui/jni/ |
H A D | PathMeasure.cpp | 61 PathMeasurePair* pair; in create() local 71 PathMeasurePair* pair = reinterpret_cast<PathMeasurePair*>(pairHandle); in setPath() local 84 PathMeasurePair* pair = reinterpret_cast<PathMeasurePair*>(pairHandle); in getLength() local 96 PathMeasurePair* pair = reinterpret_cast<PathMeasurePair*>(pairHandle); in getPosTan() local 116 PathMeasurePair* pair = reinterpret_cast<PathMeasurePair*>(pairHandle); in getMatrix() local 124 PathMeasurePair* pair = reinterpret_cast<PathMeasurePair*>(pairHandle); in getSegment() local 131 PathMeasurePair* pair = reinterpret_cast<PathMeasurePair*>(pairHandle); in isClosed() local 137 PathMeasurePair* pair = reinterpret_cast<PathMeasurePair*>(pairHandle); in nextContour() local 143 PathMeasurePair* pair = reinterpret_cast<PathMeasurePair*>(pairHandle); in destroy() local
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | MicrosoftCompatibility.cpp | 100 struct pair { struct 101 pair(int v) { } in pair() function 102 void operator=(pair&& rhs) { } in operator =() 111 struct pair { struct 112 pair(int v) { } in pair() function 113 pair(pair&& rhs) { } in pair() argument
|
/aosp_15_r20/external/pigweed/pw_channel/ |
H A D | forwarding_channel_test.cc | 94 TestChannelPair<pw::channel::DataType::kDatagram> pair; in TEST() member in __anon6b6e23a70111::TEST::__anon6b6e23a70210 150 TestChannelPair<pw::channel::DataType::kDatagram> pair; in TEST() member in __anon6b6e23a70111::TEST::__anon6b6e23a70310 197 TestChannelPair<pw::channel::DataType::kDatagram> pair; in TEST() member in __anon6b6e23a70111::TEST::__anon6b6e23a70410 278 TestChannelPair<pw::channel::DataType::kDatagram> pair; in TEST() local 317 TestChannelPair<pw::channel::DataType::kByte> pair; in TEST() member in __anon6b6e23a70111::TEST::__anon6b6e23a70510 359 ReadTask(pw::channel::ForwardingByteChannelPair& pair) : pair_(pair) {} in TEST() 380 WriteTask(pw::channel::ForwardingByteChannelPair& pair, MultiBuf&& data) in TEST() 397 TestChannelPair<pw::channel::DataType::kByte> pair; in TEST() local 416 TestChannelPair<pw::channel::DataType::kByte> pair; in TEST() member in __anon6b6e23a70111::TEST::__anon6b6e23a70610 498 TestChannelPair<pw::channel::DataType::kByte> pair; in TEST() local
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | cxx0x-initializer-stdinitializerlist.cpp | 274 struct pair { struct 275 string a; 276 int b; 487 template <class T1, class T2> struct pair { struct 490 constexpr pair() : first(), second() {} in pair() function 491 constexpr pair(T1 a, T2 b) : first(a), second(b) {} in pair() function 501 …// CHECK: store %"struct.B19773010::pair"* getelementptr inbounds ([1 x %"struct.B19773010::pair"]… in f1()
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/GUI/ |
H A D | HashGUI.cpp | 61 CProperty &pair = pairs.AddNew(); in AddValuePair() local 71 CProperty &pair = pairs.AddNew(); in AddSizeValuePair() local 169 CProperty &pair = s.AddNew(); in AddHashResString() local 186 CProperty &pair = s.AddNew(); in AddHashBundleRes() local 194 CProperty &pair = s.AddNew(); in AddHashBundleRes() local 216 CProperty &pair = s.AddNew(); in AddHashBundleRes() local 240 const CProperty &pair = pairs[i]; in AddHashBundleRes() local 316 const CProperty &pair = propPairs[i]; in ShowHashResults() local
|