Home
last modified time | relevance | path

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

/external/pigweed/pw_bytes/size_report/
Dbyte_builder_size_report.cc36 void PutBytes() { in PutBytes() function
/external/cronet/components/nacl/renderer/plugin/
Dpnacl_translate_thread.cc139 void PnaclTranslateThread::PutBytes(const void* bytes, int32_t count) { in PutBytes() function in plugin::PnaclTranslateThread
/external/pigweed/pw_kvs/
Dkey_value_store.cc449 Status KeyValueStore::PutBytes(Key key, span<const byte> value) { in PutBytes() function in pw::kvs::KeyValueStore