Home
last modified time | relevance | path

Searched defs:str_set (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/packages/modules/StatsD/statsd/src/
Dstats_log_util.cpp121 int prefix, std::set<string>* str_set, std::set<int32_t>& usedUids, in writeDimensionToProtoHelper()
195 std::set<string>* str_set, std::set<int32_t>& usedUids, in writeDimensionLeafToProtoHelper()
298 std::set<string>* str_set, std::set<int32_t>& usedUids, in writeDimensionToProto()
314 const vector<Matcher>& uidFields, std::set<string>* str_set, in writeDimensionLeafNodesToProto()
/aosp_15_r20/packages/modules/StatsD/statsd/src/packages/
DUidMap.cpp338 map<string, int>* installerIndices, std::set<string>* str_set, in writeUidMapSnapshot()
349 std::set<string>* str_set, ProtoOutputStream* proto) const { in writeUidMapSnapshotLocked()
430 const UidMapOptions& options, std::set<string>* str_set, in appendUidMap()
/aosp_15_r20/packages/modules/StatsD/statsd/src/metrics/
DRestrictedEventMetricProducer.cpp70 const DumpLatency dumpLatency, std::set<string>* str_set, std::set<int32_t>& usedUids, in onDumpReportLocked()
DEventMetricProducer.cpp176 std::set<string>* str_set, std::set<int32_t>& usedUids, in onDumpReportLocked()
DCountMetricProducer.cpp227 std::set<string>* str_set, std::set<int32_t>& usedUids, in onDumpReportLocked()
DGaugeMetricProducer.cpp255 std::set<string>* str_set, std::set<int32_t>& usedUids, in onDumpReportLocked()
DMetricProducer.h252 std::set<string>* str_set, std::set<int32_t>& usedUids, in onDumpReport()
DMetricsManager.cpp489 const DumpLatency dumpLatency, std::set<string>* str_set, in onDumpReport()
DDurationMetricProducer.cpp516 const DumpLatency dumpLatency, std::set<string>* str_set, std::set<int32_t>& usedUids, in onDumpReportLocked()
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dtest_helpers.cc61 std::string StrSetToString(const std::set<std::string> &str_set) { in StrSetToString()
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dbytestring_unittest.cpp238 std::set<ByteString, std::less<>> str_set; in TEST() local