Home
last modified time | relevance | path

Searched refs:GetVector (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/fuzz/
Dssl_ctx_api.cc238 static bool GetVector(std::vector<T> *out, CBS *cbs) { in GetVector() function
340 if (!GetVector(&sct_data, cbs)) { in LLVMFuzzerTestOneInput()
348 if (!GetVector(&ocsp_data, cbs)) { in LLVMFuzzerTestOneInput()
355 if (!GetVector(&algs, cbs)) { in LLVMFuzzerTestOneInput()
376 if (!GetVector(&algs, cbs)) { in LLVMFuzzerTestOneInput()
383 if (!GetVector(&id_ctx, cbs)) { in LLVMFuzzerTestOneInput()
406 if (!GetVector(&keys, cbs)) { in LLVMFuzzerTestOneInput()
413 if (!GetVector(&curves, cbs)) { in LLVMFuzzerTestOneInput()
439 if (!GetVector(&protos, cbs)) { in LLVMFuzzerTestOneInput()
482 if (!GetVector(&sigalgs, cbs)) { in LLVMFuzzerTestOneInput()
/external/flac/oss-fuzz/fuzzing/datasource/
Ddatasource.hpp26 template <class T> std::vector<T> GetVector(const uint64_t id = 0);
99 std::vector<T> Base::GetVector(const uint64_t id) { in GetVector() function in fuzzing::datasource::Base
/external/libcap/go/
Dcompare-cap.go344 if en, err := iab.GetVector(cap.Inh, c); err != nil {
351 if en, err := iab.GetVector(cap.Amb, c); err != nil {
358 if en, err := iab.GetVector(cap.Bound, c); err != nil {
/external/flac/oss-fuzz/
Dfuzz-encoder.cc128 auto dat = ds.GetVector<FLAC__int32>(); in LLVMFuzzerTestOneInput()
/external/libcap/cap/
Diab.go203 func (iab *IAB) GetVector(vec Vector, val Value) (bool, error) { func
/external/golang-protobuf/proto/proto3_proto/
Dproto3.pb.go448 func (m *TestUTF8) GetVector() []string { func
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go3657 func (m *TestUTF8) GetVector() []string { func