Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/agc2/rnn_vad/
Dsymmetric_matrix_buffer_unittest.cc28 using PairType = std::pair<int, int>; typedef
34 const SymmetricMatrixBuffer<PairType, S>* sym_matrix_buf, in CheckPairsWithValueExist()
/external/webrtc/rtc_base/containers/
Dflat_map_unittest.cc105 using PairType = std::pair<int, Unsortable>; in TEST() typedef
114 using PairType = std::pair<int, Unsortable>; in TEST() typedef
122 using PairType = std::pair<int, Unsortable>; in TEST() typedef
130 using PairType = std::pair<int, Unsortable>; in TEST() typedef
/external/cronet/base/containers/
Dflat_map_unittest.cc113 using PairType = std::pair<int, Unsortable>; in TEST() typedef
122 using PairType = std::pair<int, Unsortable>; in TEST() typedef
130 using PairType = std::pair<int, Unsortable>; in TEST() typedef
138 using PairType = std::pair<int, Unsortable>; in TEST() typedef
Dfixed_flat_map_unittest.cc69 using PairType = std::pair<int, Unsortable>; in TEST() typedef
/external/llvm/utils/TableGen/
DSearchableTableEmitter.cpp182 std::string PairType = "std::pair<" + FieldType + ", int>"; in emitLookupFunction() local
/external/clang/lib/Analysis/
DConsumed.cpp459 typedef std::pair<const Stmt *, PropagationInfo> PairType; typedef in clang::consumed::ConsumedStmtVisitor