HomeSort by relevance Sort by last modified time
    Searched refs:_Tuple (Results 1 - 6 of 6) sorted by null

  /external/clang/test/SemaTemplate/
deduction-crash.cpp 73 template<class _Tuple, int = enable_if<__tuple_convertible<_Tuple, pair>::value>::type>
74 pair(_Tuple&& );
  /hardware/google/av/codec2/vndk/include/util/
C2InterfaceHelper.h 62 addStructDescriptors(structs, (_Tuple<Params...> *)nullptr);
74 class C2_HIDE _Tuple { };
82 std::vector<C2StructDescriptor> &structs, _Tuple<> *);
94 std::vector<C2StructDescriptor> &structs, _Tuple<T, Params...> *) {
96 addStructDescriptors(structs, (_Tuple<Params...> *)nullptr);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
unparse.py 412 def _Tuple(self, t):
  /external/python/cpython2/Demo/parser/
unparse.py 412 def _Tuple(self, t):
  /external/python/cpython3/Tools/parser/
unparse.py 492 def _Tuple(self, t):
  /hardware/google/av/codec2/vndk/util/
C2InterfaceHelper.cpp 28 std::vector<C2StructDescriptor> &structs, _Tuple<> *) {

Completed in 109 milliseconds