Home
last modified time | relevance | path

Searched refs:arity_error (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/ruby/lib/grpc/generic/
Drpc_desc.rb161 fail arity_error(mth, 2, "should be #{mth.name}(req, call) or " \
166 fail arity_error(mth, 2, "should be #{mth.name}(req, call)")
170 fail arity_error(mth, 1, "should be #{mth.name}(call)")
191 def arity_error(mth, want, msg) method in GRPC.RpcDesc
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference_test.cc986 auto arity_error = ShapeInference::InferMapShape( in TEST_F() local
989 ASSERT_FALSE(arity_error.ok()); in TEST_F()
990 ASSERT_THAT(arity_error.status().error_message(), in TEST_F()