Home
last modified time | relevance | path

Searched defs:protofile (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Tools.Tests/scripts/
Dfakeprotoc.py177 def _write_or_update_results_json(log_dir, protofile, protoc_arg_dict): argument
221 def _get_cs_files_to_generate(protofile, proto_to_generated): argument
236 protofile, cs_files_to_generate, grpc_out_dir, csharp_out_dir, projectdir argument
272 protofile, argument
/external/grpc-grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestMultipleProtos/
Dexpected.json23 "protofile": [ array
47 "protofile": [ array
71 "protofile": [ array
95 "protofile": [ array
/external/grpc-grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestGrpcServicesMetadata/
Dexpected.json17 "protofile": [ array
44 "protofile": [ array
71 "protofile": [ array
95 "protofile": [ array
/external/grpc-grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestCharactersInName/
Dexpected.json23 "protofile": [ array
47 "protofile": [ array
/external/grpc-grpc/src/csharp/Grpc.Tools.Tests/
DMsBuildIntegrationTest.cs458 public SortedSet<string> GetArgumentNames(string protofile) in GetArgumentNames()
477 public List<string> GetArgumentValues(string protofile, string name) in GetArgumentValues()
/external/grpc-grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestSetOutputDirs/
Dexpected.json23 "protofile": [ array
/external/grpc-grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestAtInPath/
Dexpected.json23 "protofile": [ array
/external/grpc-grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestSingleProto/
Dexpected.json23 "protofile": [ array
/external/grpc-grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestProtoOutsideProject/project/
Dexpected.json26 "protofile": [ array
/external/grpc-grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestExtraOptions/
Dexpected.json33 "protofile": [ array
/external/curl/tests/libtest/
Dlib571.c110 FILE *protofile = fopen(libtest_arg2, "wb"); in test() local