Home
last modified time | relevance | path

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

/aosp_15_r20/external/scudo/standalone/
H A Dprimary32.h577 const u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I)); in pushBatchClassBlocks() local
639 u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I)); variable
H A Dprimary64.h745 const u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I)); in pushBatchClassBlocks() local
806 u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I)); variable
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dparse_context.h333 const char* AppendSize(const char* ptr, int size, const A& append) { in AppendSize() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dparse_context.h329 const char* AppendSize(const char* ptr, int size, const A& append) { in AppendSize() function