Searched defs:FreeCapacity (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test/Buffers/ | ||
H A D | ArrayBufferWriter.cs | 108 public int FreeCapacity => _buffer.Length - _index; field in Google.Protobuf.Buffers.TestArrayBufferWriter |
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/ | ||
H A D | ArrayBufferWriter.cs | 108 public int FreeCapacity => _buffer.Length - _index; field in Google.Protobuf.Buffers.TestArrayBufferWriter |
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/ | ||
H A D | rtp_packet.h | 84 size_t FreeCapacity() const { return capacity() - size(); } in FreeCapacity() function |
/aosp_15_r20/art/runtime/ | ||
H A D | indirect_reference_table.cc | 369 size_t IndirectReferenceTable::FreeCapacity() const { in FreeCapacity() function in art::IndirectReferenceTable |
/aosp_15_r20/art/runtime/jni/ | ||
H A D | local_reference_table.cc | 733 size_t LocalReferenceTable::FreeCapacity() const { in FreeCapacity() function in art::jni::LocalReferenceTable |