Searched defs:TotalSize (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/tools/aapt2/io/ | ||
H A D | BigBufferStream.cpp | 75 size_t BigBufferInputStream::TotalSize() const { in TotalSize() function in aapt::io::BigBufferInputStream |
H A D | StringStream.cpp | 50 size_t StringInputStream::TotalSize() const { in TotalSize() function in aapt::io::StringInputStream |
H A D | Data.h | 38 virtual size_t TotalSize() const override { in TotalSize() function |
/aosp12/system/nfc/src/fuzzers/ | ||
H A D | fuzz_utils.cc | 43 size_t TotalSize = 0; in PackPackets() local |
/aosp12/art/runtime/ | ||
H A D | mapping_table.h | 31 uint32_t TotalSize() const PURE { in TotalSize() function |
/aosp12/system/nvram/hal/tests/ | ||
H A D | nvram_hal_test.cc | 203 TEST(NVRAMModuleTest, TotalSize) { in TEST() argument |