Home | History | Annotate | Download | only in dynamic_depth

Lines Matching defs:AppInfo

16  * A AppInfo element for a Dynamic Depth device.
18 class AppInfo : public Element {
24 // Example: ("AppInfo", "http://ns.google.com/photos/dd/1.0/appinfo/")
32 // Creates an AppInfo from the given fields. Returns null if the version
47 static std::unique_ptr<AppInfo> FromData(
51 // Returns the deserialized AppInfo; null if parsing fails.
52 static std::unique_ptr<AppInfo> FromDeserializer(
62 AppInfo(const AppInfo&) = delete;
63 void operator=(const AppInfo&) = delete;
66 AppInfo();