Home
last modified time | relevance | path

Searched refs:remove_pair_const (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/third_party/abseil-cpp/absl/container/
Dbtree_test.h36 struct remove_pair_const { struct
40 struct remove_pair_const<std::pair<T, U> > { argument
41 using type = std::pair<typename remove_pair_const<T>::type,
42 typename remove_pair_const<U>::type>;
105 Generator<typename remove_pair_const<T>::type> tgen;
106 Generator<typename remove_pair_const<U>::type> ugen;
Dbtree_benchmark.cc64 using V = typename remove_pair_const<typename T::value_type>::type; in BM_InsertImpl()
117 using V = typename remove_pair_const<typename T::value_type>::type; in BM_InsertEnd()
138 using V = typename remove_pair_const<typename T::value_type>::type; in BM_LookupImpl()
170 using V = typename remove_pair_const<typename T::value_type>::type; in BM_Delete()
197 using V = typename remove_pair_const<typename T::value_type>::type; in BM_DeleteRange()
243 using V = typename remove_pair_const<typename T::value_type>::type; in BM_QueueAddRem()
305 using V = typename remove_pair_const<typename T::value_type>::type; in BM_MixedAddRem()
364 using V = typename remove_pair_const<typename T::value_type>::type; in BM_Fifo()
383 using V = typename remove_pair_const<typename T::value_type>::type; in BM_FwdIter()
405 using V = typename remove_pair_const<typename T::value_type>::type; in BM_RangeConstructionImpl()
Dbtree_test.cc592 using V = typename remove_pair_const<typename T::value_type>::type; in BtreeTest()
616 using V = typename remove_pair_const<typename T::value_type>::type; in BtreeMultiTest()
/external/abseil-cpp/absl/container/
Dbtree_test.h36 struct remove_pair_const { struct
40 struct remove_pair_const<std::pair<T, U> > { argument
41 using type = std::pair<typename remove_pair_const<T>::type,
42 typename remove_pair_const<U>::type>;
105 Generator<typename remove_pair_const<T>::type> tgen;
106 Generator<typename remove_pair_const<U>::type> ugen;
Dbtree_benchmark.cc64 using V = typename remove_pair_const<typename T::value_type>::type; in BM_InsertImpl()
117 using V = typename remove_pair_const<typename T::value_type>::type; in BM_InsertEnd()
138 using V = typename remove_pair_const<typename T::value_type>::type; in BM_LookupImpl()
170 using V = typename remove_pair_const<typename T::value_type>::type; in BM_Delete()
197 using V = typename remove_pair_const<typename T::value_type>::type; in BM_DeleteRange()
243 using V = typename remove_pair_const<typename T::value_type>::type; in BM_QueueAddRem()
305 using V = typename remove_pair_const<typename T::value_type>::type; in BM_MixedAddRem()
364 using V = typename remove_pair_const<typename T::value_type>::type; in BM_Fifo()
383 using V = typename remove_pair_const<typename T::value_type>::type; in BM_FwdIter()
405 using V = typename remove_pair_const<typename T::value_type>::type; in BM_RangeConstructionImpl()
Dbtree_test.cc592 using V = typename remove_pair_const<typename T::value_type>::type; in BtreeTest()
616 using V = typename remove_pair_const<typename T::value_type>::type; in BtreeMultiTest()
/external/openscreen/third_party/abseil/src/absl/container/
Dbtree_test.h37 struct remove_pair_const { struct
41 struct remove_pair_const<std::pair<T, U> > { argument
42 using type = std::pair<typename remove_pair_const<T>::type,
43 typename remove_pair_const<U>::type>;
116 Generator<typename remove_pair_const<T>::type> tgen;
117 Generator<typename remove_pair_const<U>::type> ugen;
Dbtree_benchmark.cc65 using V = typename remove_pair_const<typename T::value_type>::type; in BM_InsertImpl()
118 using V = typename remove_pair_const<typename T::value_type>::type; in BM_InsertEnd()
141 using V = typename remove_pair_const<typename T::value_type>::type; in BM_InsertSmall()
160 using V = typename remove_pair_const<typename T::value_type>::type; in BM_LookupImpl()
192 using V = typename remove_pair_const<typename T::value_type>::type; in BM_Delete()
219 using V = typename remove_pair_const<typename T::value_type>::type; in BM_DeleteRange()
265 using V = typename remove_pair_const<typename T::value_type>::type; in BM_QueueAddRem()
327 using V = typename remove_pair_const<typename T::value_type>::type; in BM_MixedAddRem()
386 using V = typename remove_pair_const<typename T::value_type>::type; in BM_Fifo()
405 using V = typename remove_pair_const<typename T::value_type>::type; in BM_FwdIter()
[all …]
Dbtree_test.cc595 using V = typename remove_pair_const<typename T::value_type>::type; in BtreeTest()
619 using V = typename remove_pair_const<typename T::value_type>::type; in BtreeMultiTest()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dbtree_test.h37 struct remove_pair_const { struct
41 struct remove_pair_const<std::pair<T, U> > { argument
42 using type = std::pair<typename remove_pair_const<T>::type,
43 typename remove_pair_const<U>::type>;
116 Generator<typename remove_pair_const<T>::type> tgen;
117 Generator<typename remove_pair_const<U>::type> ugen;
Dbtree_benchmark.cc65 using V = typename remove_pair_const<typename T::value_type>::type; in BM_InsertImpl()
118 using V = typename remove_pair_const<typename T::value_type>::type; in BM_InsertEnd()
141 using V = typename remove_pair_const<typename T::value_type>::type; in BM_InsertSmall()
160 using V = typename remove_pair_const<typename T::value_type>::type; in BM_LookupImpl()
192 using V = typename remove_pair_const<typename T::value_type>::type; in BM_Delete()
219 using V = typename remove_pair_const<typename T::value_type>::type; in BM_DeleteRange()
265 using V = typename remove_pair_const<typename T::value_type>::type; in BM_QueueAddRem()
327 using V = typename remove_pair_const<typename T::value_type>::type; in BM_MixedAddRem()
386 using V = typename remove_pair_const<typename T::value_type>::type; in BM_Fifo()
405 using V = typename remove_pair_const<typename T::value_type>::type; in BM_FwdIter()
[all …]
Dbtree_test.cc594 using V = typename remove_pair_const<typename T::value_type>::type; in BtreeTest()
618 using V = typename remove_pair_const<typename T::value_type>::type; in BtreeMultiTest()
/external/libtextclassifier/abseil-cpp/absl/container/
Dbtree_test.h37 struct remove_pair_const { struct
41 struct remove_pair_const<std::pair<T, U> > { argument
42 using type = std::pair<typename remove_pair_const<T>::type,
43 typename remove_pair_const<U>::type>;
116 Generator<typename remove_pair_const<T>::type> tgen;
117 Generator<typename remove_pair_const<U>::type> ugen;
Dbtree_benchmark.cc65 using V = typename remove_pair_const<typename T::value_type>::type; in BM_InsertImpl()
118 using V = typename remove_pair_const<typename T::value_type>::type; in BM_InsertEnd()
141 using V = typename remove_pair_const<typename T::value_type>::type; in BM_InsertSmall()
160 using V = typename remove_pair_const<typename T::value_type>::type; in BM_LookupImpl()
192 using V = typename remove_pair_const<typename T::value_type>::type; in BM_Delete()
219 using V = typename remove_pair_const<typename T::value_type>::type; in BM_DeleteRange()
265 using V = typename remove_pair_const<typename T::value_type>::type; in BM_QueueAddRem()
327 using V = typename remove_pair_const<typename T::value_type>::type; in BM_MixedAddRem()
386 using V = typename remove_pair_const<typename T::value_type>::type; in BM_Fifo()
405 using V = typename remove_pair_const<typename T::value_type>::type; in BM_FwdIter()
[all …]
Dbtree_test.cc594 using V = typename remove_pair_const<typename T::value_type>::type; in BtreeTest()
618 using V = typename remove_pair_const<typename T::value_type>::type; in BtreeMultiTest()