Home
last modified time | relevance | path

Searched refs:seenFunctions (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
Dstacks.go110 seenFunctions := map[string]bool{}
121 if !seenFunctions[fn.Name] {
123 seenFunctions[fn.Name] = true
/aosp_15_r20/external/bcc/tests/cc/
H A Dcatch.hpp6445 std::set<TestCase> seenFunctions; in enforceNoDuplicateTestCases() local
6449 std::pair<std::set<TestCase>::const_iterator, bool> prev = seenFunctions.insert( *it ); in enforceNoDuplicateTestCases()