Home
last modified time | relevance | path

Searched refs:GetBoundary (Results 1 – 4 of 4) sorted by relevance

/external/dynamic_depth/includes/dynamic_depth/
Dplane.h49 const std::vector<float>& GetBoundary() const;
/external/libbrillo/brillo/http/
Dhttp_form_data.h183 const std::string& GetBoundary() const { return boundary_; } in GetBoundary() function
Dhttp_form_data_test.cc129 std::string boundary = field.GetBoundary(); in TEST()
/external/dynamic_depth/internal/dynamic_depth/
Dplane.cc87 const std::vector<float>& Plane::GetBoundary() const { return boundary_; } in GetBoundary() function in dynamic_depth::Plane