Home
last modified time | relevance | path

Searched defs:PROTO_PATH (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/examples/node/dynamic_codegen/
Dgreeter_client.js19 var PROTO_PATH = __dirname + '/../../protos/helloworld.proto'; variable
Dgreeter_server.js19 var PROTO_PATH = __dirname + '/../../protos/helloworld.proto'; variable
/third_party/grpc/src/php/tests/generated_code/
Dmath_server.js19 var PROTO_PATH = __dirname + '/../../../proto/math/math.proto'; variable
/third_party/grpc/examples/node/dynamic_codegen/route_guide/
Droute_guide_server.js19 var PROTO_PATH = __dirname + '/../../../protos/route_guide.proto'; variable
Droute_guide_client.js19 var PROTO_PATH = __dirname + '/../../../protos/route_guide.proto'; variable
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc2523 enum EncodeDecodeTestMode { PROTO_PATH, DESCRIPTOR_SET_IN }; enumerator