/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/ |
H A D | preferences_db_adapter.h | 148 int GetAll(std::list<std::pair<std::vector<uint8_t>, std::vector<uint8_t>>> &data); 151 int GetAllInner(std::list<std::pair<std::vector<uint8_t>, std::vector<uint8_t>>> &data, GRD_ResultSet *resultSet);
|
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | clouddisk_notify_utils.cpp | 29 list<pair<string, CacheNode>> CloudDiskNotifyUtils::cacheList_; 30 unordered_map<string, list<pair<string, CacheNode>>::iterator> CloudDiskNotifyUtils::cacheMap_;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/ |
H A D | image_filter.h | 105 const std::vector<std::pair<float, float>>& fractionStops, GradientDir direction, 161 ImageFilter(FilterType t, float radius, const std::vector<std::pair<float, float>>& fractionStops,
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | sort.h | 182 static inline void hist_entry__add_pair(struct hist_entry *pair, in hist_entry__add_pair() argument 185 list_add_tail(&pair->pairs.node, &he->pairs.head); in hist_entry__add_pair()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | sort.h | 187 static inline void hist_entry__add_pair(struct hist_entry *pair, in hist_entry__add_pair() argument 190 list_add_tail(&pair->pairs.node, &he->pairs.head); in hist_entry__add_pair()
|
/third_party/googletest/googletest/src/hwext/ |
H A D | gtest-filter.cc | 51 filterFlagsKv.insert(pair<const char*, string*>(sets.at(i)->naming(), new string("")));
in getAllFilterFlagsKv() 55 filterFlagsKv.insert(pair<const char*, string*>(kStrictFilter, new string("false")));
in getAllFilterFlagsKv()
|
/third_party/littlefs/scripts/ |
H A D | readtree.py | 38 mdir.blocks = tuple(blocks[id(p.data)] for p in mdir.pair) 128 mdir.blocks[0], mdir.blocks[1], mdir.rev, mdir.pair[1].rev,
|
/third_party/node/deps/v8/src/heap/ |
H A D | marking-worklist.cc | 82 std::vector<std::pair<int, InstanceType>> rank; in PrintWorklist() 92 std::greater<std::pair<int, InstanceType>>()); in PrintWorklist()
|
/third_party/node/deps/v8/src/utils/ |
H A D | identity-map.h | 77 std::pair<int, bool> InsertKey(Address address, uint32_t hash); 79 std::pair<int, bool> LookupOrInsert(Address key);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.h | 49 using ValueList = std::vector<std::pair<const Value *, unsigned>>; 53 using IndexAndAttrSet = std::pair<unsigned, AttributeSet>;
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLBackwardsCompatibleContextTest.cpp | 21 std::pair<EGLint, EGLint> GetCurrentContextVersion() in GetCurrentContextVersion() 109 std::pair<EGLint, EGLint> testVersions[] = { in TEST_P()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/ |
H A D | constant_uniform_facts.cpp | 223 std::pair<protobufs::FactConstantUniform, uint32_t>( in MaybeAddFact() 228 const std::vector<std::pair<protobufs::FactConstantUniform, uint32_t>>&
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/ |
H A D | constant_uniform_facts.cpp | 223 std::pair<protobufs::FactConstantUniform, uint32_t>( in MaybeAddFact() 228 const std::vector<std::pair<protobufs::FactConstantUniform, uint32_t>>&
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | ShaderModule.h | 74 using PipelineLayoutEntryPointPair = std::pair<PipelineLayoutBase*, std::string>; 76 size_t operator()(const PipelineLayoutEntryPointPair& pair) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.h | 142 const std::vector<std::pair<PatchLocation, int64_t>> & 298 std::vector<std::pair<PatchLocation, int64_t>> LocationAttributes;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmParser.h | 113 std::pair<MCAsmParserExtension*, DirectiveHandler>; 174 unsigned &NumInputs, SmallVectorImpl<std::pair<void *, bool>> &OpDecls,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | Binary.h | 193 std::pair<std::unique_ptr<T>, std::unique_ptr<MemoryBuffer>> takeBinary(); 218 std::pair<std::unique_ptr<T>, std::unique_ptr<MemoryBuffer>>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | DenseMapInfo.h | 137 struct DenseMapInfo<std::pair<T, U> > { 138 typedef std::pair<T, U> Pair;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Statistic.cpp | 254 const std::vector<std::pair<StringRef, unsigned>> llvm::GetStatistics() { in GetStatistics() 256 std::vector<std::pair<StringRef, unsigned>> ReturnStats; in GetStatistics()
|
H A D | TimeProfiler.cpp | 31 typedef std::pair<size_t, DurationType> CountAndDurationType; 32 typedef std::pair<std::string, CountAndDurationType>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.h | 78 class IndexRange : public std::pair<IndexType,IndexType> { 82 : std::pair<IndexType,IndexType>(Start, End), Fixed(F), TiedEnd(T) {} in IndexRange()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | Mips16ISelDAGToDAG.cpp | 44 std::pair<SDNode *, SDNode *> 198 std::pair<SDNode *, SDNode *> LoHi = in trySelect()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrInfo.cpp | 235 ArrayRef<std::pair<int, const char *>> 237 static const std::pair<int, const char *> TargetIndices[] = { in getSerializableTargetIndices()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | ConstantMerge.cpp | 71 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs; in hasMetadataOtherThanDebugLoc() 144 SmallVector<std::pair<GlobalVariable *, GlobalVariable *>, 32> in mergeConstants()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
H A D | DependencyAnalysis.cpp | 227 SmallVector<std::pair<BasicBlock *, BasicBlock::iterator>, 4> Worklist; in FindDependencies() 230 std::pair<BasicBlock *, BasicBlock::iterator> Pair = in FindDependencies()
|