Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dtwo_graphs_common_spanning_trees.hpp166 bool is_tree = (edges == 0); in rec_two_graphs_common_spanning_trees() local
/third_party/abseil-cpp/absl/strings/
Dcord.h718 bool is_tree() const { return data_[kMaxInline] > kMaxInline; } in is_tree() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_internal.h414 bool is_tree() const { return (tag() & 1) != 0; } in is_tree() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.h811 bool is_tree() const { return data_.is_tree(); } in is_tree() function
/third_party/boost/boost/graph/distributed/
Dhohberg_biconnected_components.hpp239 bool is_tree() const { return gamma != graph_traits<Graph>::null_vertex(); } in is_tree() function