Searched refs:SetEntry (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | tmmbr_help.cc | 64 void TMMBRSet::SetEntry(unsigned int i, in SetEntry() function in webrtc::TMMBRSet 81 SetEntry(_lengthOfSet, tmmbrSet, packetOHSet, ssrcSet); in AddEntry() 99 SetEntry(idx, 0, 0, 0); in ClearEntry() 169 _boundingSetToSend.SetEntry(i, bitrate, in SetTMMBRBoundingSetToSend() 340 _boundingSet.SetEntry(numBoundingSet, in FindTMMBRBoundingSet() 425 _boundingSet.SetEntry(numBoundingSet, in FindTMMBRBoundingSet()
|
D | rtcp_receiver_help.cc | 148 TmmbrSet.SetEntry(i, in InsertTMMBRItem() 182 candidateSet->SetEntry(targetIdx, in GetTMMBRSet()
|
D | tmmbr_help.h | 44 void SetEntry(unsigned int i,
|
D | rtcp_sender.cc | 644 candidateSet->SetEntry(lengthOfBoundingSet, tmmbr_send_, packet_oh_send_, in BuildTMMBR()
|
D | rtcp_receiver.cc | 771 boundingSetRec->SetEntry(i, in BoundingSet()
|
/external/v8/src/ |
D | objects-inl.h | 7274 void Dictionary<Derived, Shape, Key>::SetEntry(int entry, in SetEntry() function 7277 this->SetEntry(entry, key, value, PropertyDetails(Smi::FromInt(0))); in SetEntry() 7282 void Dictionary<Derived, Shape, Key>::SetEntry(int entry, in SetEntry() function 7286 Shape::SetEntry(static_cast<Derived*>(this), entry, key, value, details); in SetEntry() 7292 void BaseDictionaryShape<Key>::SetEntry(Dictionary* dict, int entry, in SetEntry() function 7308 void GlobalDictionaryShape::SetEntry(Dictionary* dict, int entry, in SetEntry() function
|
D | objects.h | 3439 inline void SetEntry(int entry, 3442 inline void SetEntry(int entry, 3517 static inline void SetEntry(Dictionary* dict, int entry, Handle<Object> key, 3562 static inline void SetEntry(Dictionary* dict, int entry, Handle<Object> key,
|
D | elements.cc | 1015 dict->SetEntry(entry, the_hole_value, the_hole_value); in SetLengthImpl()
|
D | objects.cc | 1434 property_dictionary->SetEntry(entry, name, value, details); in SetNormalizedProperty() 18197 dictionary->SetEntry( in DeleteProperty() 18263 dictionary->SetEntry(entry, k, value, details); in AddEntry() 18340 dictionary->SetEntry(entry, object_key, value, details); in Set() 18353 dictionary->SetEntry(entry, object_key, value); in Set()
|