Searched defs:SetEntry (Results 1 - 9 of 9) sorted by relevance

/external/openfst/src/include/fst/
H A Dgeneric-register.h53 void SetEntry(const KeyType &key, function in class:fst::GenericRegister
143 // SetEntry() functions. An easy way to accomplish this is to have RegisterType
153 reg->SetEntry(key, entry);
/external/lldb/source/DataFormatters/
H A DLibCxxList.cpp73 SetEntry (ValueObjectSP entry) function in class:ListEntry
133 m_entry.SetEntry(m_entry.next());
139 m_entry.SetEntry(m_entry.prev());
170 fast1.SetEntry(fast2.next());
171 fast2.SetEntry(fast1.next());
174 slow.SetEntry(slow.next());
218 current.SetEntry(current.next());
H A DLibCxxMap.cpp89 SetEntry (ValueObjectSP entry) function in class:MapEntry
150 m_entry.SetEntry(increment(m_entry.GetEntry()));
169 x.SetEntry(left.GetEntry());
170 left.SetEntry(x.left());
190 x.SetEntry(right.GetEntry());
191 right.SetEntry(x.right());
206 rhs.SetEntry(rhs.left());
227 node.SetEntry(node.parent());
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dregister.h66 void SetEntry(const string &type, const Entry &entry) { function in class:fst::FstRegister
143 registr->SetEntry(fst.Type(), entry);
/external/chromium_org/ash/ime/
H A Dcandidate_view.cc179 void CandidateView::SetEntry(const ui::CandidateWindow::Entry& entry) { function in class:ash::ime::CandidateView
H A Dinfolist_window.cc93 void SetEntry(const ui::InfolistEntry& entry);
136 void InfolistEntryView::SetEntry(const ui::InfolistEntry& entry) { function in class:ash::ime::InfolistEntryView
229 entry_views_[i]->SetEntry(entries[i]);
/external/chromium_org/net/spdy/
H A Dhpack_huffman_table.cc141 SetEntry(table, index, entry);
153 SetEntry(table, index, entry);
175 SetEntry(table, j + k, entry);
206 void HpackHuffmanTable::SetEntry(const DecodeTable& table, function in class:net::HpackHuffmanTable
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dtmmbr_help.cc62 void TMMBRSet::SetEntry(unsigned int i, function in class:webrtc::TMMBRSet
79 SetEntry(_lengthOfSet, tmmbrSet, packetOHSet, ssrcSet);
97 SetEntry(idx, 0, 0, 0);
167 _boundingSetToSend.SetEntry(i, bitrate,
338 _boundingSet.SetEntry(numBoundingSet,
423 _boundingSet.SetEntry(numBoundingSet,
/external/chromium_org/v8/src/
H A Dobjects-inl.h6798 void Dictionary<Derived, Shape, Key>::SetEntry(int entry, function in class:v8::internal::Code::FindAndReplacePattern::Dictionary
6801 SetEntry(entry, key, value, PropertyDetails(Smi::FromInt(0)));
6806 void Dictionary<Derived, Shape, Key>::SetEntry(int entry, function in class:v8::internal::Code::FindAndReplacePattern::Dictionary

Completed in 211 milliseconds