Home
last modified time | relevance | path

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

/external/abseil-cpp/absl/container/internal/
Dinlined_vector.h328 bool GetIsAllocated() const { return GetSizeAndIsAllocated() & 1; } in GetIsAllocated() function
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dinlined_vector.h328 bool GetIsAllocated() const { return GetSizeAndIsAllocated() & 1; } in GetIsAllocated() function
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dinlined_vector.h323 bool GetIsAllocated() const { return GetSizeAndIsAllocated() & 1; } in GetIsAllocated() function
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dinlined_vector.h323 bool GetIsAllocated() const { return GetSizeAndIsAllocated() & 1; } in GetIsAllocated() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dinlined_vector.h352 bool GetIsAllocated() const { return GetSizeAndIsAllocated() & 1; } in GetIsAllocated() function