Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/
Dcbc_ean8.cpp41 size_t CBC_EAN8::GetMaxLength() const { in GetMaxLength() function in CBC_EAN8
Dcbc_ean13.cpp42 size_t CBC_EAN13::GetMaxLength() const { in GetMaxLength() function in CBC_EAN13
Dcbc_upca.cpp41 size_t CBC_UPCA::GetMaxLength() const { in GetMaxLength() function in CBC_UPCA
/external/llvm-project/lldb/source/Host/common/
DSocketAddress.cpp123 socklen_t SocketAddress::GetMaxLength() { return sizeof(sockaddr_t); } in GetMaxLength() function in SocketAddress