Home
last modified time | relevance | path

Searched refs:num_probes (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhashtable_debug_hooks.h61 size_t num_probes = 0; in GetNumProbes() local
63 for (auto it = c.begin(bucket), e = c.end(bucket);; ++it, ++num_probes) { in GetNumProbes()
64 if (it == e) return num_probes; in GetNumProbes()
65 if (c.key_eq()(key, GetKey<Container>(*it, 0))) return num_probes; in GetNumProbes()
Dhashtable_debug.h61 size_t num_probes = GetHashtableDebugNumProbes( in GetHashtableDebugNumProbesHistogram() local
64 v.resize((std::max)(v.size(), num_probes + 1)); in GetHashtableDebugNumProbesHistogram()
65 v[num_probes]++; in GetHashtableDebugNumProbesHistogram()
Draw_hash_set.h1942 size_t num_probes = 0;
1952 return num_probes;
1953 ++num_probes;
1955 if (g.MatchEmpty()) return num_probes;
1957 ++num_probes;
/third_party/abseil-cpp/absl/container/internal/
Dhashtable_debug_hooks.h61 size_t num_probes = 0; in GetNumProbes() local
63 for (auto it = c.begin(bucket), e = c.end(bucket);; ++it, ++num_probes) { in GetNumProbes()
64 if (it == e) return num_probes; in GetNumProbes()
65 if (c.key_eq()(key, GetKey<Container>(*it, 0))) return num_probes; in GetNumProbes()
Dhashtable_debug.h61 size_t num_probes = GetHashtableDebugNumProbes( in GetHashtableDebugNumProbesHistogram() local
64 v.resize((std::max)(v.size(), num_probes + 1)); in GetHashtableDebugNumProbesHistogram()
65 v[num_probes]++; in GetHashtableDebugNumProbesHistogram()
Draw_hash_set.h1847 size_t num_probes = 0;
1857 return num_probes;
1858 ++num_probes;
1860 if (g.MatchEmpty()) return num_probes;
1862 ++num_probes;
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstpad.c1745 fail_unless (pad->num_probes == 0); in GST_START_TEST()
1750 fail_unless (pad->num_probes == 1); in GST_START_TEST()
1756 fail_unless (pad->num_probes == 0); in GST_START_TEST()
1778 fail_unless (pad->num_probes == 0); in GST_START_TEST()
1783 fail_unless (pad->num_probes == 1); in GST_START_TEST()
1789 fail_unless (pad->num_probes == 2); in GST_START_TEST()
1801 fail_unless (pad->num_probes == 0); in GST_START_TEST()
1917 fail_unless (pad->num_probes == 0); in GST_START_TEST()
1929 fail_unless (pad->num_probes == 1); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstpad.h797 gint num_probes; member
Dgstpad.c1396 pad->num_probes--; in cleanup_hook()
1459 pad->num_probes++; in gst_pad_add_probe()
3739 if (G_UNLIKELY (pad->num_probes)) { \
3752 if (G_UNLIKELY (pad->num_probes)) { \