Home
last modified time | relevance | path

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

/external/openscreen/cast/streaming/
Danswer_messages.cc184 bool AspectRatio::ParseAndValidate(const Json::Value& value, AspectRatio* out) { in ParseAndValidate() function in openscreen::cast::AspectRatio
208 bool AudioConstraints::ParseAndValidate(const Json::Value& root, in ParseAndValidate() function in openscreen::cast::AudioConstraints
246 bool Dimensions::ParseAndValidate(const Json::Value& root, Dimensions* out) { in ParseAndValidate() function in openscreen::cast::Dimensions
270 bool VideoConstraints::ParseAndValidate(const Json::Value& root, in ParseAndValidate() function in openscreen::cast::VideoConstraints
327 bool Constraints::ParseAndValidate(const Json::Value& root, Constraints* out) { in ParseAndValidate() function in openscreen::cast::Constraints
348 bool DisplayDescription::ParseAndValidate(const Json::Value& root, in ParseAndValidate() function in openscreen::cast::DisplayDescription
405 bool Answer::ParseAndValidate(const Json::Value& root, Answer* out) { in ParseAndValidate() function in openscreen::cast::Answer