Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_vector.h99 void EnsureSize(uptr size) { in EnsureSize() function
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Collections/
H A DRepeatedField.cs309 private void EnsureSize(int size) in EnsureSize() method in Google.Protobuf.Collections.RepeatedField
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DRepeatedField.cs309 private void EnsureSize(int size) in EnsureSize() method in Google.Protobuf.Collections.RepeatedField
/aosp_15_r20/art/libartbase/base/
H A Dbit_vector.cc347 void BitVector::EnsureSize(uint32_t idx) { in EnsureSize() function in art::BitVector