Searched refs:p_ (Results 1 – 2 of 2) sorted by relevance
63 : content_(std::move(content)), p_(0), lineno_(0), was_end_of_file_(false) {} in ConfigParser()120 if (p_ == std::string::npos) { in NextLine()124 size_t found = content_.find('\n', p_); in NextLine()126 *line = content_.substr(p_, found - p_); in NextLine()127 p_ = found + 1; in NextLine()129 *line = content_.substr(p_); in NextLine()130 p_ = std::string::npos; in NextLine()138 size_t p_; member in ConfigParser
236 #define UVC_EXTENSION_UNIT_DESCRIPTOR(p,n) uvc_extension_unit_descriptor_ ##p_ ##n