Home
last modified time | relevance | path

Searched refs:kNamespaceHref (Results 1 – 15 of 15) sorted by relevance

/external/dynamic_depth/internal/dynamic_depth/
Dvendor_info.cc19 const char kNamespaceHref[] = "http://ns.google.com/photos/dd/1.0/vendorinfo/"; variable
34 std::pair<string, string>(kPropertyPrefix, kNamespaceHref)); in GetNamespaces()
Dpoint_cloud.cc21 const char kNamespaceHref[] = "http://ns.google.com/photos/dd/1.0/pointcloud/"; variable
36 std::pair<string, string>(kPropertyPrefix, kNamespaceHref)); in GetNamespaces()
Dlight_estimate.cc19 constexpr char kNamespaceHref[] = variable
34 ns_name_href_map->emplace(DynamicDepthConst::LightEstimate(), kNamespaceHref); in GetNamespaces()
Dapp_info.cc24 const char kNamespaceHref[] = "http://ns.google.com/photos/dd/1.0/appinfo/"; variable
39 std::pair<string, string>(kPropertyPrefix, kNamespaceHref)); in GetNamespaces()
Dprofile.cc15 const char kNamespaceHref[] = "http://ns.google.com/photos/dd/1.0/profile/"; variable
67 ns_name_href_map->emplace(DynamicDepthConst::Profile(), kNamespaceHref); in GetNamespaces()
Ditem.cc12 constexpr char kNamespaceHref[] = "http://ns.google.com/photos/dd/1.0/item/"; variable
61 ns_name_href_map->emplace(DynamicDepthConst::Item(), kNamespaceHref); in GetNamespaces()
Dcontainer.cc13 constexpr char kNamespaceHref[] = variable
27 ns_name_href_map->emplace(DynamicDepthConst::Container(), kNamespaceHref); in GetNamespaces()
Dplane.cc20 constexpr char kNamespaceHref[] = "http://ns.google.com/photos/dd/1.0/plane/"; variable
34 ns_name_href_map->emplace(DynamicDepthConst::Plane(), kNamespaceHref); in GetNamespaces()
Dearth_pose.cc24 const char kNamespaceHref[] = "http://ns.google.com/photos/dd/1.0/earthpose/"; variable
50 ns_name_href_map->emplace(DynamicDepthConst::EarthPose(), kNamespaceHref); in GetNamespaces()
Dpose.cc24 const char kNamespaceHref[] = "http://ns.google.com/photos/dd/1.0/pose/"; variable
48 ns_name_href_map->emplace(DynamicDepthConst::Pose(), kNamespaceHref); in GetNamespaces()
Dimage.cc17 constexpr char kNamespaceHref[] = "http://ns.google.com/photos/dd/1.0/image/"; variable
57 ns_name_href_map->emplace(DynamicDepthConst::Image(), kNamespaceHref); in GetNamespaces()
Dimaging_model.cc28 constexpr char kNamespaceHref[] = variable
104 ns_name_href_map->emplace(DynamicDepthConst::ImagingModel(), kNamespaceHref); in GetNamespaces()
Dcamera.cc13 const char kNamespaceHref[] = "http://ns.google.com/photos/dd/1.0/camera/"; variable
108 ns_name_href_map->emplace(DynamicDepthConst::Camera(), kNamespaceHref); in GetNamespaces()
Ddevice.cc31 const char kNamespaceHref[] = "http://ns.google.com/photos/dd/1.0/device/"; variable
267 ns_name_href_map->emplace(DynamicDepthConst::Device(), kNamespaceHref); in GetNamespaces()
Ddepth_map.cc16 constexpr const char* kNamespaceHref = variable
207 ns_name_href_map->emplace(DynamicDepthConst::DepthMap(), kNamespaceHref); in GetNamespaces()