Home
last modified time | relevance | path

Searched defs:kMaxEncodedLength (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/leveldb/table/
H A Dformat.h26 enum { kMaxEncodedLength = 10 + 10 }; enumerator
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/
H A Dformat.h49 enum { kMaxEncodedLength = 10 + 10 }; enumerator
/aosp_15_r20/external/openthread/src/core/net/
H A Ddns_types.hpp1133 static constexpr uint8_t kMaxEncodedLength = 255; ///< Max length of an encoded name. member in ot::Dns::Name