Searched refs:SetEntry (Results 1 – 4 of 4) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | register.h | 66 void SetEntry(const string &type, const Entry &entry) { in SetEntry() function 143 registr->SetEntry(fst.Type(), entry); in FstRegisterer()
|
/external/v8/src/ |
D | objects-inl.h | 3956 void Dictionary<Shape, Key>::SetEntry(int entry, in SetEntry() function 3959 SetEntry(entry, key, value, PropertyDetails(Smi::FromInt(0))); in SetEntry() 3964 void Dictionary<Shape, Key>::SetEntry(int entry, in SetEntry() function
|
D | objects.cc | 435 property_dictionary()->SetEntry(entry, name, value, details); in SetNormalizedProperty() 1474 dict->SetEntry(entry, name, store_value, details); in AddSlowProperty() 9771 SetEntry(i, sentinel, sentinel); in RemoveNumberEntries() 9791 SetEntry(entry, heap->null_value(), heap->null_value()); in DeleteProperty() 9860 SetEntry(entry, k, value, details); in AddEntry() 9914 SetEntry(entry, object_key, value, details); in Set()
|
D | objects.h | 2584 inline void SetEntry(int entry, 2587 inline void SetEntry(int entry,
|