Searched refs:current_interface_ (Results 1 – 2 of 2) sorted by relevance
29 current_interface_ = interfaces_.begin(); in AdbInterfaceEnumObject()54 current_interface_ = interfaces_.begin(); in InitializeEnum()73 if (interfaces_.end() == current_interface_) { in Next()78 AdbInstanceEnumEntry& entry = *current_interface_; in Next()89 current_interface_++; in Next()100 current_interface_ = interfaces_.begin(); in Reset()
95 AdbEnumInterfaceArray::iterator current_interface_; variable