Searched refs:WriteVectorAll (Results 1 – 3 of 3) sorted by relevance
128 Status<void> WriteVectorAll(const iovec* vector, size_t vector_length);153 inline Status<void> WriteVectorAll(const iovec (&vector)[N]) { in WriteVectorAll() function154 return WriteVectorAll(vector, N); in WriteVectorAll()
167 message.WriteVectorAll(vector, num_vecs); in LLVMFuzzerTestOneInput()
125 Status<void> Message::WriteVectorAll(const struct iovec* vector, in WriteVectorAll() function in android::pdx::Message