/external/clang/test/Parser/ |
D | PR11000.cpp | 4 class tuple<> class 7 tuple(allocator_arg_t, const _Alloc&) {} in tuple() function in tuple
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | example-tuple.cpp | 57 template<> class tuple<> { }; class 60 class tuple<Head, Tail...> : private tuple<Tail...> { class 64 tuple() { } in tuple() function in tuple 68 tuple(typename add_const_reference<Head>::type v, in tuple() function in tuple 73 template<typename... VValues> tuple(const tuple<VValues...>& other) in tuple() function in tuple 220 inline bool operator==(const tuple<>&, const tuple<>&) { return true; } in operator ==() 232 inline bool operator<(const tuple<>&, const tuple<>&) { return false; } in operator <()
|
D | example-bind.cpp | 57 template<> class tuple<> { }; class 60 class tuple<Head, Tail...> : private tuple<Tail...> { class 64 tuple() { } in tuple() function in tuple 68 tuple(typename add_const_reference<Head>::type v, in tuple() function in tuple 73 template<typename... VValues> tuple(const tuple<VValues...>& other) in tuple() function in tuple 168 inline bool operator==(const tuple<>&, const tuple<>&) { return true; } in operator ==() 180 inline bool operator<(const tuple<>&, const tuple<>&) { return false; } in operator <()
|
D | parameter-matching.cpp | 31 template<typename ...> struct tuple { }; struct
|
D | fixed-expansion.cpp | 4 template<typename ...Types> struct tuple { }; struct
|
/external/clang/test/SemaTemplate/ |
D | default-arguments-cxx0x.cpp | 30 template <typename T1, typename T2> class tuple { class 33 constexpr tuple() {} in tuple() function in PR16689::tuple
|
D | alias-templates.cpp | 173 template <typename ... Args> struct tuple {}; struct 184 template <typename ... Args> struct tuple {}; struct
|
/external/clang/test/Index/ |
D | usrs-cxx0x.cpp | 2 struct tuple { }; struct
|
/external/clang/test/SemaCXX/ |
D | for-range-examples.cpp | 75 struct tuple : tuple_elem<A>... { struct 76 tuple() : tuple_elem<A>()... {} in tuple() argument 77 tuple(A... a) : tuple_elem<A>(a)... {} in tuple() function 78 template<typename B> B &get() { return tuple_elem<B>::t; } in get()
|
/external/openfst/src/include/fst/ |
D | state-table.h | 85 StateId FindState(const StateTuple &tuple) { return FindId(tuple); } in FindState() 108 StateId FindState(const StateTuple &tuple) { return FindId(tuple); } in FindState() 133 StateId FindState(const StateTuple &tuple) { return FindId(tuple); } in FindState() 163 StateId FindState(const StateTuple &tuple) { return FindId(tuple); } in FindState() 183 StateId FindState(const StateTuple &tuple) { return FindId(tuple); } in FindState()
|
D | replace.h | 220 StateId FindState(const StateTuple &tuple) { in FindState() 499 const StateTuple& tuple = state_table_->Tuple(s); in Final() local 519 StateTuple tuple = state_table_->Tuple(s); in NumArcs() local 557 StateTuple tuple = state_table_->Tuple(s); in NumInputEpsilons() local 594 StateTuple tuple = state_table_->Tuple(s); in NumOutputEpsilons() local 638 StateTuple tuple = state_table_->Tuple(s); in Expand() local 663 void Expand(StateId s, const StateTuple &tuple, in Expand()
|
D | encode.h | 224 const Tuple* tuple = encode_tuples_[i]; in Write() local 264 Tuple* tuple = new Tuple(); in Read() local 448 const typename EncodeTable<A>::Tuple* tuple = table_->Decode(arc.ilabel); in operator() local
|
/external/clang/test/CodeGenCXX/ |
D | mangle-variadic-templates.cpp | 8 template<typename ...Types> struct tuple { }; struct
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
D | p9-0x.cpp | 48 struct tuple { }; struct
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | encode.h | 134 const Tuple* tuple = encode_tuples_[i]; in Write() local 164 Tuple* tuple = new Tuple(); in Read() local 248 const typename EncodeTable<A>::Tuple* tuple = in operator() local
|
D | replace.h | 241 const StateTuple& tuple = state_tuples_[s]; in Final() local 282 StateId FindState(const StateTuple& tuple) { in FindState() 296 StateTuple tuple = state_tuples_[s]; in Expand() local
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | p1-0x.cpp | 82 template<typename ...Types> struct tuple { }; struct
|
/external/chromium_org/third_party/cython/src/Cython/Utility/ |
D | ObjectHandling.c | 91 static CYTHON_INLINE int __Pyx_unpack_tuple2(PyObject* tuple, PyObject** pvalue1, PyObject** pvalue… in __Pyx_unpack_tuple2()
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-tuple.h | 109 class tuple; variable
|
/external/gtest/include/gtest/internal/ |
D | gtest-tuple.h | 111 class tuple; variable
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-tuple.h | 108 class tuple; variable
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/ |
D | gtest-tuple.h | 109 class tuple; variable
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-tuple.h | 109 class tuple; variable
|
/external/chromium_org/testing/gtest/include/gtest/internal/ |
D | gtest-tuple.h | 119 class tuple; variable
|
/external/chromium_org/base/ |
D | tuple_unittest.cc | 110 Tuple3<CopyLogger, CopyLogger*, bool*> tuple(logger, &logger, &res); in TEST() local
|