Home
last modified time | relevance | path

Searched defs:max_allowed_size (Results 1 – 4 of 4) sorted by relevance

/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/event_engine/
Dmemory_request.h38 static constexpr size_t max_allowed_size() { return 1024 * 1024 * 1024; } in max_allowed_size() function
/external/grpc-grpc/include/grpc/event_engine/
Dmemory_request.h38 static constexpr size_t max_allowed_size() { return 1024 * 1024 * 1024; } in max_allowed_size() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/event_engine/
Dmemory_request.h38 static constexpr size_t max_allowed_size() { return 1024 * 1024 * 1024; } in max_allowed_size() function
/external/webrtc/modules/video_coding/
Dloss_notification_controller.cc26 size_t max_allowed_size, in PareDown()