Home
last modified time | relevance | path

Searched refs:GetNumSymbols (Results 1 – 4 of 4) sorted by relevance

/third_party/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc88 int ElfMemImage::GetNumSymbols() const { in GetNumSymbols() function in absl::debugging_internal::ElfMemImage
97 ABSL_RAW_CHECK(index < GetNumSymbols(), "index out of range"); in ElfW()
102 ABSL_RAW_CHECK(index < GetNumSymbols(), "index out of range"); in ElfW()
335 return SymbolIterator(this, GetNumSymbols()); in end()
345 if (index_ >= image->GetNumSymbols()) { in Update()
346 index_ = image->GetNumSymbols(); in Update()
Delf_mem_image.h98 int GetNumSymbols() const;
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc88 int ElfMemImage::GetNumSymbols() const { in GetNumSymbols() function in absl::debugging_internal::ElfMemImage
97 ABSL_RAW_CHECK(index < GetNumSymbols(), "index out of range"); in ElfW()
102 ABSL_RAW_CHECK(index < GetNumSymbols(), "index out of range"); in ElfW()
335 return SymbolIterator(this, GetNumSymbols()); in end()
345 if (index_ >= image->GetNumSymbols()) { in Update()
346 index_ = image->GetNumSymbols(); in Update()
Delf_mem_image.h98 int GetNumSymbols() const;