Searched refs:last_slash_n_idx_ (Results 1 – 2 of 2) sorted by relevance
58 last_slash_n_idx_(0), in BalsaFrame()81 last_slash_n_idx_ = 0; in Reset()1012 lines_.push_back(std::make_pair(last_slash_n_idx_, in ProcessHeaders()1030 last_slash_n_idx_); in ProcessHeaders()1031 last_slash_n_idx_ = message_current_idx; in ProcessHeaders()1056 lines_.push_back(std::make_pair(last_slash_n_idx_, in ProcessHeaders()1074 last_slash_n_idx_); in ProcessHeaders()1075 last_slash_n_idx_ = message_current_idx; in ProcessHeaders()
249 size_t last_slash_n_idx_; variable