Searched defs:set_proto_value (Results 1 – 6 of 6) sorted by relevance
516 void set_proto_value(const uint8_t* data, size_t size) { in set_proto_value() function519 void set_proto_value(::protozero::ConstBytes bytes) { in set_proto_value() function522 void set_proto_value(std::string value) { in set_proto_value() function
212 void set_proto_value(const std::string& value) { proto_value_ = value; _has_field_.set(14); } in set_proto_value() function213 …void set_proto_value(const void* p, size_t s) { proto_value_.assign(reinterpret_cast<const char*>(… in set_proto_value() function
2263 void DebugAnnotation::set_proto_value(ArgT0&& arg0, ArgT... args) { in set_proto_value() function