HomeSort by relevance Sort by last modified time
    Searched refs:current_element (Results 1 - 4 of 4) sorted by null

  /external/curl/lib/
hash.c 322 iter->current_element = NULL;
332 if(iter->current_element)
333 iter->current_element = iter->current_element->next;
336 if(!iter->current_element) {
339 iter->current_element = h->table[i]->head;
346 if(iter->current_element) {
347 struct curl_hash_element *he = iter->current_element->ptr;
351 iter->current_element = NULL;
hash.h 68 struct curl_llist_element *current_element; member in struct:curl_hash_iterator
  /external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/util/
TemplateGroupTheory.h 166 typename current_element,
176 typename Multiply<current_element, g>::type,
177 typename concat<elements, type_list<current_element>>::type,
178 Equality<typename Multiply<current_element, g>::type, id>::value
186 typename current_element,
189 struct dimino_first_step_elements_helper<Multiply, Equality, id, g, current_element, elements, true>
192 constexpr static int global_flags = Equality<current_element, id>::global_flags;
  /art/runtime/openjdkjvmti/
ti_class_loader.cc 192 art::ObjPtr<art::mirror::Object> current_element = dex_elements_list->Get(i); local
193 CHECK(!current_element.IsNull());
199 element_dex_file_field->GetObject(current_element));

Completed in 225 milliseconds