Home
last modified time | relevance | path

Searched refs:MAX_OPS (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/cpp/client/
Dchannel_cc.cc141 static const size_t MAX_OPS = 8; in PerformOpsOnCall() local
143 grpc_op cops[MAX_OPS]; in PerformOpsOnCall()
/external/skqp/fuzz/
DFuzzPathop.cpp14 const uint8_t MAX_OPS = 20; variable
23 fuzz->nextRange(&ops, 0, MAX_OPS); in DEF_FUZZ()
/external/skia/fuzz/
DFuzzPathop.cpp14 const uint8_t MAX_OPS = 20; variable
23 fuzz->nextRange(&ops, 0, MAX_OPS); in DEF_FUZZ()
/external/grpc-grpc/src/cpp/server/
Dserver_cc.cc656 static const size_t MAX_OPS = 8; in PerformOpsOnCall() local
658 grpc_op cops[MAX_OPS]; in PerformOpsOnCall()