Searched defs:GetMaxSize (Results 1 - 4 of 4) sorted by relevance

/external/lzma/CPP/Windows/Control/
H A DToolBar.h17 bool GetMaxSize(LPSIZE size) function in class:NWindows::NControl::CToolBar
/external/llvm/lib/Fuzzer/
H A DFuzzerInternal.h74 static size_t GetMaxSize() { return kMaxSize; } function in class:fuzzer::FixedWord
/external/vixl/src/aarch32/
H A Dlabel-aarch32.h322 size_t veneer_max_size = GetMaxSize();
330 size_t GetMaxSize() const { function in class:vixl::aarch32::VeneerPoolManager
/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h117 size_t GetMaxSize() const;
118 VIXL_DEPRECATED("GetMaxSize", size_t MaxSize() const) { return GetMaxSize(); }
165 inline size_t LiteralPool::GetMaxSize() const { function in class:vixl::aarch64::LiteralPool
280 size_t GetMaxSize() const { function in class:vixl::aarch64::VeneerPool
284 VIXL_DEPRECATED("GetMaxSize", size_t MaxSize() const) { return GetMaxSize(); }
2861 size_t GetLiteralPoolMaxSize() const { return literal_pool_.GetMaxSize(); }
2866 size_t GetVeneerPoolMaxSize() const { return veneer_pool_.GetMaxSize(); }
2901 literal_pool_.GetMaxSize()
[all...]

Completed in 646 milliseconds