Searched defs:GetMaxLength (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pdfium/fxbarcode/ | ||
H A D | cbc_upca.cpp | 36 size_t CBC_UPCA::GetMaxLength() const { in GetMaxLength() function in CBC_UPCA |
H A D | cbc_ean13.cpp | 36 size_t CBC_EAN13::GetMaxLength() const { in GetMaxLength() function in CBC_EAN13 |
H A D | cbc_ean8.cpp | 36 size_t CBC_EAN8::GetMaxLength() const { in GetMaxLength() function in CBC_EAN8 |
/aosp_15_r20/external/openthread/src/core/common/ | ||
H A D | frame_builder.hpp | 86 uint16_t GetMaxLength(void) const { return mMaxLength; } in GetMaxLength() function in ot::FrameBuilder |
/aosp_15_r20/external/openthread/src/core/thread/ | ||
H A D | network_data_leader.hpp | 96 uint8_t GetMaxLength(void) const { return mMaxLength; } in GetMaxLength() function in ot::NetworkData::Leader |