Home
last modified time | relevance | path

Searched refs:iterator_end (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/processor/
Dcontained_range_map-inl.h77 MapIterator iterator_end = map_->end(); in StoreRange() local
79 if (iterator_base == iterator_high && iterator_base != iterator_end && in StoreRange()
102 bool contains_high = iterator_high != iterator_end && in StoreRange()
107 if ((iterator_base != iterator_end && base > iterator_base->second->base_) || in StoreRange()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.cc1519 ShapeTree<MaybeOwningDeviceMemory>::iterator iterator_end = in MakeTupleHelper() local
1529 device_buffer.AddToInput(&input_iterator, iterator_end, &execution_input, in MakeTupleHelper()
1532 CHECK(input_iterator == iterator_end); in MakeTupleHelper()
1661 ShapeTree<MaybeOwningDeviceMemory>::iterator iterator_end = in MakeExecutionInputsAndWaitForEvents() local
1664 &input_iterator, iterator_end, &execution_input, in MakeExecutionInputsAndWaitForEvents()
1667 CHECK(input_iterator == iterator_end); in MakeExecutionInputsAndWaitForEvents()