Searched refs:next_value (Results 1 – 7 of 7) sorted by relevance
493 next_value = parent.get_assigned_value(field.name)494 if next_value is None:502 next_value = [next_value]504 for index, item in enumerate(next_value):
114 void *next_value; in print_neighbors() local119 &next_key, &next_value); in print_neighbors()
232 unsigned long *next_key, void **next_value) in drmSLLookupNeighbors() argument241 *prev_value = *next_value = NULL; in drmSLLookupNeighbors()249 *next_value = update[0]->forward[0]->value; in drmSLLookupNeighbors()
721 unsigned long *next_key, void **next_value);
1901 next_value = None1905 yielded = pipeline_iter.send(next_value)1917 next_value = yielded.outputs1918 all_output_slots.update(next_value._output_dict.itervalues())2185 next_value = None2193 yielded = pipeline_iter.send(next_value)2209 next_value = PipelineFuture(yielded.output_names)2210 next_value._after_all_pipelines.update(After._local._after_all_futures)2211 next_value._after_all_pipelines.update(InOrder._local._in_order_futures)2212 sub_stage_dict[yielded] = next_value[all …]
453 auto next_value = factory()->NewConditional( in VisitArrayLiteral() local464 factory()->NewVariableProxy(v), next_value, in VisitArrayLiteral()
451 uint16_t next_value() const { return next_value_; } in TEST_F() function in webrtc::TEST_F::CountingSamplesDecoder481 static_cast<size_t>(decoder_.next_value() - 1)); in TEST_F()