Home
last modified time | relevance | path

Searched defs:IncreaseLength (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dquiche_data_writer.h133 void IncreaseLength(size_t delta) { in IncreaseLength() function
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dstr_util_test.cc348 TEST(StringReplace, IncreaseLength) { in TEST() argument
/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_data_tlvs.hpp183 void IncreaseLength(uint8_t aIncrement) { mLength += aIncrement; } in IncreaseLength() function in ot::NetworkData::NetworkDataTlv