Searched defs:second (Results 1 - 25 of 1174) sorted by relevance

1234567891011>>

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_standard_layout.pass.cpp51 T2 second; member in struct:pair
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_standard_layout.pass.cpp51 T2 second; member in struct:pair
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/list/
H A Diterators.pass.cpp29 int second; member in struct:A
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector/
H A Diterators.pass.cpp29 int second; member in struct:A
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/list/
H A Diterators.pass.cpp29 int second; member in struct:A
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector/
H A Diterators.pass.cpp29 int second; member in struct:A
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h30 unsigned int second; member in struct:llvm::GenericValue::IntPair
46 GenericValue() : IntVal(1,0) {UIntPairVal.first = 0; UIntPairVal.second = 0;}
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/
H A DGenericValue.h30 unsigned int second; member in struct:llvm::GenericValue::IntPair
46 GenericValue() : IntVal(1,0) {UIntPairVal.first = 0; UIntPairVal.second = 0;}
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/
H A DGenericValue.h30 unsigned int second; member in struct:llvm::GenericValue::IntPair
46 GenericValue() : IntVal(1,0) {UIntPairVal.first = 0; UIntPairVal.second = 0;}
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/
H A DGenericValue.h27 unsigned int second; member in struct:llvm::GenericValue::IntPair
45 UIntPairVal.second = 0;
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/
H A DGenericValue.h27 unsigned int second; member in struct:llvm::GenericValue::IntPair
45 UIntPairVal.second = 0;
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/
H A DGenericValue.h27 unsigned int second; member in struct:llvm::GenericValue::IntPair
45 UIntPairVal.second = 0;
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/
H A DGenericValue.h27 unsigned int second; member in struct:llvm::GenericValue::IntPair
45 UIntPairVal.second = 0;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h30 unsigned int second; member in struct:llvm::GenericValue::IntPair
46 GenericValue() : IntVal(1,0) {UIntPairVal.first = 0; UIntPairVal.second = 0;}
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/
H A DGenericValue.h30 unsigned int second; member in struct:llvm::GenericValue::IntPair
46 GenericValue() : IntVal(1,0) {UIntPairVal.first = 0; UIntPairVal.second = 0;}
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/
H A DGenericValue.h30 unsigned int second; member in struct:llvm::GenericValue::IntPair
46 GenericValue() : IntVal(1,0) {UIntPairVal.first = 0; UIntPairVal.second = 0;}
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/
H A DGenericValue.h27 unsigned int second; member in struct:llvm::GenericValue::IntPair
45 UIntPairVal.second = 0;
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/
H A DGenericValue.h27 unsigned int second; member in struct:llvm::GenericValue::IntPair
45 UIntPairVal.second = 0;
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/
H A DGenericValue.h27 unsigned int second; member in struct:llvm::GenericValue::IntPair
45 UIntPairVal.second = 0;
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/
H A DGenericValue.h27 unsigned int second; member in struct:llvm::GenericValue::IntPair
45 UIntPairVal.second = 0;
/prebuilts/ndk/current/sources/cxx-stl/system/include/
H A Dstl_pair.h77 _T2 second; member in struct:pair
78 pair() : first(), second() {}
79 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
82 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
88 return __x.first == __y.first && __x.second == __y.second;
95 (!(__y.first < __x.first) && __x.second < __y.second);
/prebuilts/ndk/r16/sources/cxx-stl/system/include/
H A Dstl_pair.h77 _T2 second; member in struct:pair
78 pair() : first(), second() {}
79 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
82 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
88 return __x.first == __y.first && __x.second == __y.second;
95 (!(__y.first < __x.first) && __x.second < __y.second);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_pair.h93 * @tparam _T2 Type of second object.
99 typedef _T2 second_type; /// @c second_type is the second bound type
102 _T2 second; /// @c second is a copy of the second object member in struct:pair
106 /** The default constructor creates @c first and @c second using their
109 : first(), second() { }
113 : first(__a), second(__b) { }
119 : first(__p.first), second(__p.second) { }
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_pair.h93 * @tparam _T2 Type of second object.
99 typedef _T2 second_type; /// @c second_type is the second bound type
102 _T2 second; /// @c second is a copy of the second object member in struct:pair
106 /** The default constructor creates @c first and @c second using their
109 : first(), second() { }
113 : first(__a), second(__b) { }
119 : first(__p.first), second(__p.second) { }
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dstl_pair.h93 * @tparam _T2 Type of second object.
99 typedef _T2 second_type; /// @c second_type is the second bound type
102 _T2 second; /// @c second is a copy of the second object member in struct:pair
106 /** The default constructor creates @c first and @c second using their
109 : first(), second() { }
113 : first(__a), second(__b) { }
119 : first(__p.first), second(__p.second) { }
[all...]

Completed in 405 milliseconds

1234567891011>>