Home
last modified time | relevance | path

Searched defs:kMaxProtoSize (Results 1 – 2 of 2) sorted by relevance

/external/icing/icing/file/
Dconstants.h27 static constexpr int kMaxProtoSize = (1 << 24) - 1; // 16MiB variable
/external/pigweed/pw_snapshot/
Dcpp_compile_test.cc24 constexpr size_t kMaxProtoSize = 256; in TEST() local