Home
last modified time | relevance | path

Searched defs:PairType (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/modules/audio_processing/agc2/rnn_vad/
Dsymmetric_matrix_buffer_unittest.cc29 using PairType = std::pair<int, int>; typedef
35 const SymmetricMatrixBuffer<PairType, S>* sym_matrix_buf, in CheckPairsWithValueExist()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenHwModes.h37 typedef std::pair<unsigned, Record*> PairType; typedef
DInfoByHwMode.h63 typedef typename MapType::value_type PairType; typedef
DInfoByHwMode.cpp179 typedef typename decltype(Map)::value_type PairType; in writeToStream() typedef
/external/llvm/utils/TableGen/
DSearchableTableEmitter.cpp182 std::string PairType = "std::pair<" + FieldType + ", int>"; in emitLookupFunction() local
/external/llvm-project/llvm/unittests/ADT/
DSTLExtrasTest.cpp93 typedef std::pair<std::size_t, int> PairType; in TEST() typedef
112 typedef std::pair<std::size_t, char> PairType; in TEST() typedef
/external/llvm-project/clang/lib/Analysis/
DConsumed.cpp461 using PairType= std::pair<const Stmt *, PropagationInfo>; typedef in clang::consumed::ConsumedStmtVisitor
/external/clang/lib/Analysis/
DConsumed.cpp459 typedef std::pair<const Stmt *, PropagationInfo> PairType; typedef in clang::consumed::ConsumedStmtVisitor
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTSource.cpp1432 typedef typename MapType::value_type PairType; in ImportOffsetMap() typedef