Namespaces | Typedefs | Functions | Variables
promise_fuzzer.cc File Reference
#include <functional>
#include <map>
#include <memory>
#include <tuple>
#include <utility>
#include <vector>
#include "absl/status/status.h"
#include "absl/types/optional.h"
#include "absl/utility/utility.h"
#include <grpc/support/log.h>
#include "src/core/lib/promise/activity.h"
#include "src/core/lib/promise/detail/basic_join.h"
#include "src/core/lib/promise/join.h"
#include "src/core/lib/promise/map.h"
#include "src/core/lib/promise/poll.h"
#include "src/core/lib/promise/promise.h"
#include "src/core/lib/promise/race.h"
#include "src/core/lib/promise/seq.h"
#include "src/libfuzzer/libfuzzer_macro.h"
#include "test/core/promise/promise_fuzzer.pb.h"
Include dependency graph for promise_fuzzer.cc:

Go to the source code of this file.

Namespaces

 grpc_core
 

Typedefs

using grpc_core::IntHdl = std::shared_ptr< int >
 
template<typename T >
using grpc_core::PromiseFactory = std::function< Promise< T >(T)>
 

Functions

 DEFINE_PROTO_FUZZER (const promise_fuzzer::Msg &msg)
 

Variables

bool leak_check = true
 
bool squelch = true
 

Function Documentation

◆ DEFINE_PROTO_FUZZER()

DEFINE_PROTO_FUZZER ( const promise_fuzzer::Msg &  msg)

Definition at line 330 of file promise_fuzzer.cc.

Variable Documentation

◆ activity_

ActivityPtr activity_
private

Definition at line 315 of file promise_fuzzer.cc.

◆ done_

bool done_ = false
private

Definition at line 322 of file promise_fuzzer.cc.

◆ expected_status_

absl::optional<absl::Status> expected_status_
private

Definition at line 320 of file promise_fuzzer.cc.

◆ fuzzer

Fuzzer* fuzzer

Definition at line 124 of file promise_fuzzer.cc.

◆ leak_check

bool leak_check = true

Definition at line 40 of file promise_fuzzer.cc.

◆ squelch

bool squelch = true

Definition at line 39 of file promise_fuzzer.cc.

◆ wakers_

std::map<int, std::vector<Waker> > wakers_
private

Definition at line 324 of file promise_fuzzer.cc.

◆ wakeup_

std::function<void()> wakeup_
private

Definition at line 317 of file promise_fuzzer.cc.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:26