Home
last modified time | relevance | path

Searched defs:ParseTypedParameter (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/rtc_base/experiments/
Dfield_trial_units.cc50 absl::optional<DataRate> ParseTypedParameter<DataRate>(std::string str) { in ParseTypedParameter() function
63 absl::optional<DataSize> ParseTypedParameter<DataSize>(std::string str) { in ParseTypedParameter() function
73 absl::optional<TimeDelta> ParseTypedParameter<TimeDelta>(std::string str) { in ParseTypedParameter() function
89 ParseTypedParameter<absl::optional<DataRate>>(std::string str) { in ParseTypedParameter() function
94 ParseTypedParameter<absl::optional<DataSize>>(std::string str) { in ParseTypedParameter() function
99 ParseTypedParameter<absl::optional<TimeDelta>>(std::string str) { in ParseTypedParameter() function
Dfield_trial_parser.cc104 absl::optional<bool> ParseTypedParameter<bool>(std::string str) { in ParseTypedParameter() function
114 absl::optional<double> ParseTypedParameter<double>(std::string str) { in ParseTypedParameter() function
127 absl::optional<int> ParseTypedParameter<int>(std::string str) { in ParseTypedParameter() function
138 absl::optional<unsigned> ParseTypedParameter<unsigned>(std::string str) { in ParseTypedParameter() function
149 absl::optional<std::string> ParseTypedParameter<std::string>(std::string str) { in ParseTypedParameter() function
154 absl::optional<absl::optional<bool>> ParseTypedParameter<absl::optional<bool>>( in ParseTypedParameter() function
159 absl::optional<absl::optional<int>> ParseTypedParameter<absl::optional<int>>( in ParseTypedParameter() function
165 ParseTypedParameter<absl::optional<unsigned>>(std::string str) { in ParseTypedParameter() function
170 ParseTypedParameter<absl::optional<double>>(std::string str) { in ParseTypedParameter() function