OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FailFast
(Results
1 - 7
of
7
) sorted by null
/external/syzkaller/vendor/google.golang.org/grpc/stats/
handlers.go
39
//
FailFast
indicates if this RPC is
failfast
.
41
FailFast
bool
stats.go
41
//
FailFast
is only valid if this Begin is from client side.
47
//
FailFast
indicates if this RPC is
failfast
.
48
FailFast
bool
/external/syzkaller/vendor/google.golang.org/grpc/
rpc_util.go
157
failFast
bool
168
return &callInfo{
failFast
: true}
253
//
FailFast
configures the action to take when an RPC is attempted on broken
254
// connections or unreachable servers. If
failFast
is true, the RPC will fail
263
func
FailFast
(
failFast
bool) CallOption {
264
return FailFastCallOption{
FailFast
:
failFast
}
271
FailFast
bool
275
c.
failFast
= o.FailFas
[
all
...]
stream.go
149
c.
failFast
= !*mc.WaitForReady
231
ctx = newContextWithRPCInfo(ctx, c.
failFast
)
235
ctx = sh.TagRPC(ctx, &stats.RPCTagInfo{FullMethodName: method,
FailFast
: c.
failFast
})
240
FailFast
: c.
failFast
,
272
t, done, err = cc.getTransport(ctx, c.
failFast
)
286
if !c.
failFast
{
/external/grpc-grpc/src/csharp/Grpc.Core/
CallOptions.cs
117
/// instead of failing immediately (which is the default "
FailFast
" semantics).
/external/jarjar/lib/
apache-ant-1.9.4.jar
/external/owasp/sanitizer/tools/findbugs/lib/
ant.jar
Completed in 251 milliseconds