Searched defs:PairType (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/webrtc/rtc_base/containers/ |
H A D | flat_map_unittest.cc | 105 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
|
/aosp_15_r20/external/cronet/base/containers/ |
H A D | flat_map_unittest.cc | 114 using PairType = std::pair<int, Unsortable>; in TEST() typedef 123 using PairType = std::pair<int, Unsortable>; in TEST() typedef 131 using PairType = std::pair<int, Unsortable>; in TEST() typedef 139 using PairType = std::pair<int, Unsortable>; in TEST() typedef
|
H A D | fixed_flat_map_unittest.cc | 69 using PairType = std::pair<int, Unsortable>; in TEST() typedef
|
/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/rnn_vad/ |
H A D | symmetric_matrix_buffer_unittest.cc | 28 using PairType = std::pair<int, int>; typedef 34 const SymmetricMatrixBuffer<PairType, S>* sym_matrix_buf, in CheckPairsWithValueExist()
|
/aosp_15_r20/external/llvm/utils/TableGen/ |
H A D | SearchableTableEmitter.cpp | 182 std::string PairType = "std::pair<" + FieldType + ", int>"; in emitLookupFunction() local
|
/aosp_15_r20/external/clang/lib/Analysis/ |
H A D | Consumed.cpp | 459 typedef std::pair<const Stmt *, PropagationInfo> PairType; typedef in clang::consumed::ConsumedStmtVisitor
|
/aosp_15_r20/art/runtime/ |
H A D | class_linker.cc | 7289 using PairType = std::pair<uint32_t, uint16_t>; in CheckVTableHasNoDuplicates() typedef
|