Home
last modified time | relevance | path

Searched refs:current_child (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibStdcppTuple.cpp65 ValueObjectSP current_child = next_child_sp; in Update() local
68 size_t child_count = current_child->GetNumChildren(); in Update()
70 ValueObjectSP child_sp = current_child->GetChildAtIndex(i, true); in Update()
/external/tensorflow/tensorflow/core/kernels/
Dragged_tensor_to_sparse_kernel.cc212 int64 current_child = pos[dim + 1]; in IsCompleted() local
214 return current_child >= limit_child; in IsCompleted()
/external/iperf3/src/
Dcjson.c1850 cJSON *current_child = NULL; in get_array_item() local
1857 current_child = array->child; in get_array_item()
1858 while ((current_child != NULL) && (index > 0)) in get_array_item()
1861 current_child = current_child->next; in get_array_item()
1864 return current_child; in get_array_item()