Home
last modified time | relevance | path

Searched defs:kMaxMessageLength (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pigweed/pw_rpc_transport/
H A Degress_ingress_test.cc99 constexpr size_t kMaxMessageLength = 200; in TEST() local
197 constexpr size_t kMaxMessageLength = 200; in TEST() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DDebugAnnotator11.h51 static constexpr size_t kMaxMessageLength = 256; variable
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dmdns_socket.hpp117 static constexpr uint16_t kMaxMessageLength = 2000; member in ot::Posix::MdnsSocket
/aosp_15_r20/external/cronet/base/
H A Dsync_socket_posix.cc33 const size_t kMaxMessageLength = static_cast<size_t>(INT_MAX); variable
H A Dsync_socket_win.cc33 const size_t kMaxMessageLength = static_cast<size_t>(INT_MAX); variable
/aosp_15_r20/external/libchrome/base/
H A Dsync_socket_posix.cc31 const size_t kMaxMessageLength = static_cast<size_t>(INT_MAX); variable
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/protozero/
H A Dproto_utils.h122 constexpr size_t kMaxMessageLength = (1u << (kMessageLengthFieldSize * 7)) - 1; variable
/aosp_15_r20/external/perfetto/include/perfetto/protozero/
H A Dproto_utils.h122 constexpr size_t kMaxMessageLength = (1u << (kMessageLengthFieldSize * 7)) - 1; variable
/aosp_15_r20/device/google/cuttlefish/common/libs/confui/
Dprotocol_types.h47 constexpr const ssize_t kMaxMessageLength = packet::kMaxPayloadLength; variable