Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dtensor_slice_writer.h73 static constexpr size_t kMaxMessageBytes = 1LL << 31; variable
/aosp_15_r20/external/libchrome/mojo/core/
H A Dquota_unittest.cc204 const uint64_t kMaxMessageBytes = 6; in TEST_F() local