Searched refs:FindCluster (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Daddressmap-inl.h213 Cluster* FindCluster(Number address, bool create) { function in class:AddressMap
296 const Cluster* const c = FindCluster(num, false/*do not create*/);
310 Cluster* const c = FindCluster(num, true/*create*/);
342 Cluster* const c = FindCluster(num, false/*do not create*/);
366 const Cluster* c = FindCluster(num, false/*do not create*/);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Daddressmap-inl.h213 Cluster* FindCluster(Number address, bool create) { function in class:AddressMap
296 const Cluster* const c = FindCluster(num, false/*do not create*/);
310 Cluster* const c = FindCluster(num, true/*create*/);
342 Cluster* const c = FindCluster(num, false/*do not create*/);
366 const Cluster* c = FindCluster(num, false/*do not create*/);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.hpp900 const Cluster* FindCluster(long long time_nanoseconds) const;
H A Dmkvparser.cpp3595 const Cluster* Segment::FindCluster(long long time_ns) const { function in class:mkvparser::Segment
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.hpp1027 const Cluster* FindCluster(long long time_nanoseconds) const;
H A Dmkvparser.cpp3984 const Cluster* Segment::FindCluster(long long time_ns) const function in class:mkvparser::Segment
/external/libvpx/libwebm/
H A Dmkvparser.hpp900 const Cluster* FindCluster(long long time_nanoseconds) const;
H A Dmkvparser.cpp3597 const Cluster* Segment::FindCluster(long long time_ns) const { function in class:mkvparser::Segment

Completed in 269 milliseconds