Searched defs:add_process_labels (Results 1 – 6 of 6) sorted by relevance
708 inline std::string* ProcessDescriptor::add_process_labels() { in add_process_labels() function745 inline void ProcessDescriptor::add_process_labels(const std::string& value) { in add_process_labels() function749 inline void ProcessDescriptor::add_process_labels(std::string&& value) { in add_process_labels() function753 inline void ProcessDescriptor::add_process_labels(const char* value) { in add_process_labels() function758 inline void ProcessDescriptor::add_process_labels(const char* value, size_t size) { in add_process_labels() function
283 void add_process_labels(const char* data, size_t size) { in add_process_labels() function286 void add_process_labels(::protozero::ConstChars chars) { in add_process_labels() function289 void add_process_labels(std::string value) { in add_process_labels() function
117 void add_process_labels(std::string value) { process_labels_.emplace_back(value); } in add_process_labels() function118 …std::string* add_process_labels() { process_labels_.emplace_back(); return &process_labels_.back()… in add_process_labels() function