Searched refs:GetIndex (Results 1 – 13 of 13) sorted by relevance
118 virtual size_t GetIndex() const = 0;138 size_t GetIndex() const;161 size_t GetIndex() const;257 size_t GetIndex() const;603 long GetIndex() const;
5124 size_t Track::EOSBlock::GetIndex() const in GetIndex() function in mkvparser::Track::EOSBlock5235 assert(pCluster->GetIndex() >= 0); in Seek()5246 Cluster** const i = clusters + pCluster->GetIndex(); in Seek()5268 assert(pCluster->GetIndex() >= 0); in Seek()5269 assert(pCluster->GetIndex() == long(mid - m_pSegment->m_clusters)); in Seek()5433 assert(pCluster->GetIndex() >= 0); in Seek()5444 Cluster** const i = clusters + pCluster->GetIndex(); in Seek()5466 assert(pCluster->GetIndex() >= 0); in Seek()5467 assert(pCluster->GetIndex() == long(mid - m_pSegment->m_clusters)); in Seek()6811 long Cluster::GetIndex() const in GetIndex() function in mkvparser::Cluster[all …]
69 if (GetIndex()) { in Start()95 ScoredHistoryMatches matches = GetIndex()->HistoryItemsForTerms(terms); in DoAutocomplete()180 history::InMemoryURLIndex* HistoryQuickProvider::GetIndex() { in GetIndex() function in HistoryQuickProvider
63 history::InMemoryURLIndex* GetIndex();
54 static int GetIndex(const char* name);
866 !CompileDebuggerScript(Natives::GetIndex("mirror")) || in Load()867 !CompileDebuggerScript(Natives::GetIndex("debug")); in Load()871 !CompileDebuggerScript(Natives::GetIndex("liveedit")); in Load()
468 int source_index = i::NativesCollection<i::D8>::GetIndex("d8"); in Initialize()
3697 return CodeCache::cast(code_cache())->GetIndex(name, code); in IndexInCodeCache()3918 int CodeCache::GetIndex(Object* name, Code* code) { in GetIndex() function in v8::internal::CodeCache3922 return cache->GetIndex(String::cast(name), code->flags()); in GetIndex()3938 ASSERT(cache->GetIndex(String::cast(name), code->flags()) == index); in RemoveByIndex()4042 int CodeCacheHashTable::GetIndex(String* name, Code::Flags flags) { in GetIndex() function in v8::internal::CodeCacheHashTable
5101 int GetIndex(Object* name, Code* code);5168 int GetIndex(String* name, Code::Flags flags);
37 int GetIndex(const std::string& language);
71 int LanguageOrderTableModel::GetIndex(const std::string& language) { in GetIndex() function in LanguageOrderTableModel
46 int index = NativesCollection<I18N>::GetIndex("i18n"); in GetScriptSource()
788 size_t GetIndex(Address addr) { in GetIndex() function in __anon8f813ed80311::Interval793 return (max_addr_ - min_addr_ + 1) + next_->GetIndex(addr); in GetIndex()865 return bounds.GetIndex(addr); in GetIndexForAddress()