Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_internal.h554 bool is_tree() const { return (rep_.tag() & 1) != 0; } in is_tree() function
725 bool is_tree() const { return (tag() & 1) != 0; } in is_tree() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_internal.h553 bool is_tree() const { return (rep_.tag() & 1) != 0; } in is_tree() function
742 bool is_tree() const { return (self()->tag() & 1) != 0; } in is_tree() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dcord_internal.h576 bool is_tree() const { return (rep_.tag() & 1) != 0; } in is_tree() function
747 bool is_tree() const { return (tag() & 1) != 0; } in is_tree() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/
H A Dcord_internal.h576 bool is_tree() const { return (rep_.tag() & 1) != 0; } in is_tree() function
747 bool is_tree() const { return (tag() & 1) != 0; } in is_tree() function
/aosp_15_r20/external/abseil-cpp/absl/strings/internal/
H A Dcord_internal.h553 bool is_tree() const { return (rep_.tag() & 1) != 0; } in is_tree() function
724 bool is_tree() const { return (tag() & 1) != 0; } in is_tree() function
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/
H A Dcord.h727 bool is_tree() const { return tagged_size() > kMaxInline; } in is_tree() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_internal.h490 bool is_tree() const { return (tag() & 1) != 0; } in is_tree() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dcord.h893 bool is_tree() const { return data_.is_tree(); } in is_tree() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/
H A Dcord.h893 bool is_tree() const { return data_.is_tree(); } in is_tree() function
/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Dcord.h996 bool is_tree() const { return data_.is_tree(); } in is_tree() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/
H A Dcord.h893 bool is_tree() const { return data_.is_tree(); } in is_tree() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Dcord.h950 bool is_tree() const { return data_.is_tree(); } in is_tree() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Dcord.h995 bool is_tree() const { return data_.is_tree(); } in is_tree() function