Home
last modified time | relevance | path

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

/third_party/protobuf/third_party/abseil-cpp/absl/strings/internal/
Dcord_internal.h555 bool is_tree() const { return (rep_.tag() & 1) != 0; } in is_tree() function
757 bool is_tree() const { return (self()->tag() & 1) != 0; } 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/protobuf/third_party/abseil-cpp/absl/strings/
Dcord.h986 bool is_tree() const { return data_.is_tree(); } in is_tree() function