Home | History | Annotate | Download | only in src

Lines Matching refs:GetKey

2541               dictionary->Add(descs->GetKey(i), value, d);
2553 dictionary->Add(descs->GetKey(i), value, d);
2565 dictionary->Add(descs->GetKey(i), value, d);
3115 if (name->Equals(descs->GetKey(i)) && !descs->IsNullDescriptor(i)) {
3139 if (name->Equals(descs->GetKey(i)) && descs->GetType(i) == CALLBACKS) {
3561 return descs->GetKey(i);
3565 return descs->GetKey(i);
4279 int index = Search(descriptor->GetKey());
4321 uint32_t descriptor_hash = descriptor->GetKey()->Hash();
4326 String* key = GetKey(from_index);
4327 if (key->Hash() > descriptor_hash || key == descriptor->GetKey()) {
4389 const uint32_t parent_hash = GetKey(i)->Hash();
4392 uint32_t child_hash = GetKey(child_index)->Hash();
4394 uint32_t right_child_hash = GetKey(child_index + 1)->Hash();
4413 const uint32_t parent_hash = GetKey(parent_index)->Hash();
4417 uint32_t child_hash = GetKey(child_index)->Hash();
4419 uint32_t right_child_hash = GetKey(child_index + 1)->Hash();
4444 String* mid_name = GetKey(mid);
4460 while ((mid > low) && (GetKey(mid - 1)->Hash() == hash)) mid--;
4461 for (; (mid <= high) && (GetKey(mid)->Hash() == hash); mid++) {
4462 if (GetKey(mid)->Equals(name) && !is_null_descriptor(mid)) return mid;
4473 String* entry = GetKey(number);
8341 if (descs->IsProperty(i)) storage->set(index++, descs->GetKey(i));