Searched defs:EnsureSize (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/ | ||
H A D | tsan_vector.h | 99 void EnsureSize(uptr size) { in EnsureSize() function |
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Collections/ | ||
H A D | RepeatedField.cs | 309 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 D | RepeatedField.cs | 309 private void EnsureSize(int size) in EnsureSize() method in Google.Protobuf.Collections.RepeatedField |
/aosp_15_r20/art/libartbase/base/ | ||
H A D | bit_vector.cc | 347 void BitVector::EnsureSize(uint32_t idx) { in EnsureSize() function in art::BitVector |