HomeSort by relevance Sort by last modified time
    Searched refs:first_type (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
types.pass.cpp 15 // typedef T1 first_type;
24 static_assert((std::is_same<P::first_type, float>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/pairs/pairs.pair/
types.pass.cpp 15 // typedef T1 first_type;
24 static_assert((std::is_same<P::first_type, float>::value), "");
  /external/clang/test/PCH/
crash-12631281.cpp 16 typedef _T1 first_type; typedef in struct:pair
18 template <class _U1, class _U2, class = typename is_convertible< first_type>::type>
  /external/libtextclassifier/util/gtl/
map_util.h 34 const typename Collection::value_type::first_type& key,
57 const typename Collection::value_type::first_type& key,
  /prebuilts/misc/common/swig/include/2.0.11/lua/
std_pair.i 28 typedef T first_type;
  /external/tensorflow/tensorflow/compiler/xla/
map_util.h 36 const typename Collection::value_type::first_type& key) {
46 const typename Collection::value_type::first_type& key) {
58 const typename Collection::value_type::first_type& key) {
80 const typename Collection::value_type::first_type& key,
91 const typename Collection::value_type::first_type& key,
  /external/tensorflow/tensorflow/core/lib/gtl/
map_util.h 37 const typename Collection::value_type::first_type& key) {
49 const typename Collection::value_type::first_type& key) {
66 const typename Collection::value_type::first_type& key) {
86 const typename Collection::value_type::first_type& key,
113 const typename Collection::value_type::first_type& key,
133 const typename Collection::value_type::first_type& key,
152 const typename Collection::value_type::first_type& key,
  /external/protobuf/src/google/protobuf/stubs/
map_util.h 75 const typename Collection::value_type::first_type& key) {
85 const typename Collection::value_type::first_type& key) {
95 const typename Collection::value_type::first_type& key) {
105 const typename Collection::value_type::first_type& key) {
124 const typename Collection::value_type::first_type& key,
138 const typename Collection::value_type::first_type& key) {
150 const typename Collection::value_type::first_type& key) {
167 const typename Collection::value_type::first_type& key) {
182 const typename Collection::value_type::first_type& key) {
195 const typename Collection::value_type::first_type& key)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_pair.i 10 typedef T first_type;
56 typedef T first_type;
92 typedef T* first_type;
128 typedef T* first_type;
  /frameworks/base/media/mca/filterfw/native/base/
utilities.h 64 const typename Collection::value_type::first_type& key) {
118 const typename Collection::value_type::first_type& key) {
  /frameworks/base/media/mca/filterpacks/native/base/
utilities.h 76 const typename Collection::value_type::first_type& key) {
130 const typename Collection::value_type::first_type& key) {
  /external/llvm/tools/llvm-diff/
DiffLog.cpp 42 Diff.push_back(DiffRecord(DiffRecord::first_type(nullptr), R));
  /external/swiftshader/third_party/LLVM/tools/llvm-diff/
DiffLog.cpp 43 Diff.push_back(DiffRecord(DiffRecord::first_type(0), R));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/branch_policy/
branch_policy.hpp 57 typedef typename value_type::first_type key_type;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/branch_policy/
branch_policy.hpp 57 typedef typename value_type::first_type key_type;
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
stl_pair.h 73 typedef _T1 first_type; typedef in struct:pair
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
STLExtras.h 191 typedef T1 &first_type; typedef in struct:llvm::tier
194 first_type first;
197 tier(first_type f, second_type s) : first(f), second(s) { }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 487 : public unary_function<_Pair, typename _Pair::first_type>
489 typename _Pair::first_type&
493 const typename _Pair::first_type&
499 typename _Pair2::first_type&
504 const typename _Pair2::first_type&
stl_pair.h 98 typedef _T1 first_type; /// @c first_type is the first bound type typedef in struct:pair
170 first = std::forward<first_type>(__p.first);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_function.h 487 : public unary_function<_Pair, typename _Pair::first_type>
489 typename _Pair::first_type&
493 const typename _Pair::first_type&
499 typename _Pair2::first_type&
504 const typename _Pair2::first_type&
stl_pair.h 98 typedef _T1 first_type; /// @c first_type is the first bound type typedef in struct:pair
170 first = std::forward<first_type>(__p.first);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
multiway_merge.h 251 ::value_type::first_type
369 ::value_type::first_type
502 ::value_type::first_type
578 _RAIterIterator>::value_type::first_type>::value_type&
589 ::value_type::first_type
666 _RAIterIterator>::value_type::first_type>::value_type&
676 ::value_type::first_type
844 _RAIterIterator>::value_type::first_type>::value_type&
849 ::value_type::first_type
882 _RAIterIterator>::value_type::first_type>::value_type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
multiway_merge.h 251 ::value_type::first_type
369 ::value_type::first_type
502 ::value_type::first_type
578 _RAIterIterator>::value_type::first_type>::value_type&
589 ::value_type::first_type
666 _RAIterIterator>::value_type::first_type>::value_type&
676 ::value_type::first_type
844 _RAIterIterator>::value_type::first_type>::value_type&
849 ::value_type::first_type
882 _RAIterIterator>::value_type::first_type>::value_type
    [all...]
  /external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
_typecheck.py 75 def __init__(self, first_type, second_type):
76 super(_TwoArgumentType, self).__init__(first_type, second_type)
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
test_VIDIOC_ENUM_FRAMESIZES.c 52 __u32 first_type; local
55 first_type = 0;
68 if (i != 0 && first_type != V4L2_FRMSIZE_TYPE_DISCRETE) {
80 first_type = framesize.type;
82 CU_ASSERT_EQUAL(framesize.type, first_type);

Completed in 1071 milliseconds

1 2 3