Home
last modified time | relevance | path

Searched defs:num_padding_bytes (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/binary_http/
H A Dbinary_http_message.h55 void set_num_padding_bytes(size_t num_padding_bytes) { in set_num_padding_bytes()
58 size_t num_padding_bytes() const { return num_padding_bytes_; } in num_padding_bytes() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
H A Dquic_padding_frame.h31 int num_padding_bytes = -1; member
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_chaos_protector.cc31 int num_padding_bytes, in QuicChaosProtector()
/aosp_15_r20/external/flatbuffers/src/
H A Dbfbs_gen_lua.cpp448 const int32_t num_padding_bytes = field->padding(); in AppendStructBuilderBody() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dnnapi_delegate.cc535 size_t num_padding_bytes = 0; in GetNumPaddingBytes() local