HomeSort by relevance Sort by last modified time
    Searched defs:FuzzImpl (Results 1 - 2 of 2) sorted by null

  /external/libchrome/mojo/public/tools/fuzzers/
fuzz_impl.h 12 class FuzzImpl : public fuzz::mojom::FuzzInterface,
15 explicit FuzzImpl(fuzz::mojom::FuzzInterfaceRequest request);
16 ~FuzzImpl() override;
fuzz_impl.cc 10 FuzzImpl::FuzzImpl(fuzz::mojom::FuzzInterfaceRequest request)
13 FuzzImpl::~FuzzImpl() {}
15 void FuzzImpl::FuzzBasic() {}
17 void FuzzImpl::FuzzBasicResp(FuzzBasicRespCallback callback) {
21 void FuzzImpl::FuzzBasicSyncResp(FuzzBasicSyncRespCallback callback) {
25 void FuzzImpl::FuzzArgs(fuzz::mojom::FuzzStructPtr a,
28 void FuzzImpl::FuzzArgsResp(fuzz::mojom::FuzzStructPtr a,
34 void FuzzImpl::FuzzArgsSyncResp(fuzz::mojom::FuzzStructPtr a
    [all...]

Completed in 46 milliseconds