Searched refs:StringEncode (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/webrtc/rtc_base/experiments/ |
H A D | struct_parameters_parser.cc | 28 inline void StringEncode(std::string* target, bool val) { in StringEncode() function 31 inline void StringEncode(std::string* target, double val) { in StringEncode() function 34 inline void StringEncode(std::string* target, int val) { in StringEncode() function 37 inline void StringEncode(std::string* target, unsigned val) { in StringEncode() function 40 inline void StringEncode(std::string* target, DataRate val) { in StringEncode() function 43 inline void StringEncode(std::string* target, DataSize val) { in StringEncode() function 46 inline void StringEncode(std::string* target, TimeDelta val) { in StringEncode() function 51 inline void StringEncode(std::string* sb, absl::optional<T> val) { in StringEncode() function 53 StringEncode(sb, *val); in StringEncode() 65 StringEncode(target, *reinterpret_cast<const T*>(src)); in Encode()
|