Home
last modified time | relevance | path

Searched refs:kMaxFlatSize (Results 1 – 6 of 6) sorted by relevance

/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_flat.h42 static constexpr size_t kMaxFlatSize = 4096; variable
43 static constexpr size_t kMaxFlatLength = kMaxFlatSize - kFlatOverhead;
52 static_assert(AllocatedSizeToTagUnchecked(kMaxFlatSize) <= MAX_FLAT_TAG, "");
85 static_assert(TagToAllocatedSize(225) == kMaxFlatSize, "Bad tag logic");
/external/openscreen/third_party/abseil/src/absl/strings/
Dcord.cc98 static constexpr size_t kMaxFlatSize = 4096; variable
99 static constexpr size_t kMaxFlatLength = kMaxFlatSize - kFlatOverhead;
136 static_assert(TagToAllocatedSize(224) == kMaxFlatSize, "Bad tag logic");
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dcord.cc145 static constexpr size_t kMaxFlatSize = 4096; variable
146 static constexpr size_t kMaxFlatLength = kMaxFlatSize - kFlatOverhead;
183 static_assert(TagToAllocatedSize(224) == kMaxFlatSize, "Bad tag logic");
/external/libtextclassifier/abseil-cpp/absl/strings/
Dcord.cc104 static constexpr size_t kMaxFlatSize = 4096; variable
105 static constexpr size_t kMaxFlatLength = kMaxFlatSize - kFlatOverhead;
142 static_assert(TagToAllocatedSize(224) == kMaxFlatSize, "Bad tag logic");
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dcord.cc104 static constexpr size_t kMaxFlatSize = 4096; variable
105 static constexpr size_t kMaxFlatLength = kMaxFlatSize - kFlatOverhead;
142 static_assert(TagToAllocatedSize(224) == kMaxFlatSize, "Bad tag logic");
/external/abseil-cpp/absl/strings/
Dcord.cc145 static constexpr size_t kMaxFlatSize = 4096; variable
146 static constexpr size_t kMaxFlatLength = kMaxFlatSize - kFlatOverhead;
183 static_assert(TagToAllocatedSize(224) == kMaxFlatSize, "Bad tag logic");