Searched refs:GetVector (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/quiche/deps/boringssl/src/fuzz/ |
D | ssl_ctx_api.cc | 238 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/ |
D | datasource.hpp | 26 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/ |
D | compare-cap.go | 344 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/ |
D | fuzz-encoder.cc | 128 auto dat = ds.GetVector<FLAC__int32>(); in LLVMFuzzerTestOneInput()
|
/external/libcap/cap/ |
D | iab.go | 203 func (iab *IAB) GetVector(vec Vector, val Value) (bool, error) { func
|
/external/golang-protobuf/proto/proto3_proto/ |
D | proto3.pb.go | 448 func (m *TestUTF8) GetVector() []string { func
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 3657 func (m *TestUTF8) GetVector() []string { func
|