Home
last modified time | relevance | path

Searched refs:_protos (Results 1 – 10 of 10) sorted by relevance

/external/pigweed/pw_rpc/py/tests/console_tools/
Dconsole_tools_test.py129 self._protos = python_protos.Library.from_strings(_PROTO)
136 ], self._protos.modules()))
141 protos=self._protos).variables()
158 self._protos.modules()))
162 protos=self._protos)
177 protos=self._protos)
182 protos=self._protos)
193 protos=self._protos)
208 protos=self._protos)
227 protos=self._protos).variables()
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/test/
Dprotoc_test.py69 protos = protoc._protos("simple.proto")
77 protos = protoc._protos("simple.proto")
94 protos = protoc._protos("simple.proto")
96 complicated_protos = protoc._protos("complicated.proto")
108 protos = protoc._protos("simple.proto")
125 protos = protoc._protos("flawed.proto")
/external/tensorflow/tensorflow/tools/api/lib/
Dpython_object_to_proto_visitor.py202 self._protos = {}
206 return self._protos
254 self._protos[lib_path] = api_objects_pb2.TFAPIObject(
261 self._protos[lib_path] = api_objects_pb2.TFAPIObject(
277 self._protos[lib_path] = api_objects_pb2.TFAPIObject(
/external/pigweed/pw_rpc/py/tests/
Dclient_test.py166 self._protos, self._client = _test_setup(self._save_packet)
235 self._protos.packages.pw.test2.Request())),
242 (1, 456, 789), self._protos.packages.pw.test2.Request())),
260 self._protos.packages.pw.test2.Request())), Status.OK)
278 self._protos.packages.pw.test2.Request())), Status.OK)
Dcallback_client_test.py64 self._protos = python_protos.Library.from_strings(TEST_PROTO_1)
65 self._request = self._protos.packages.pw.test1.SomeMessage
69 self._protos.modules())
410 self._protos.modules())
/external/pigweed/pw_protobuf_compiler/py/
Dpython_protos_test.py105 self._protos = []
108 self._protos.append(Path(self._proto_dir.name, f'test_{i}.proto'))
109 self._protos[-1].write_text(contents)
117 for m in python_protos.compile_and_import(self._protos)
139 python_protos.compile_and_import(self._protos))
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dprotoc.py77 def _protos(protobuf_path): function
88 _protos(protobuf_path)
96 return (_protos(protobuf_path), _services(protobuf_path))
/external/perfetto/bazel/
Drules.bzl102 _proto_deps = [d for d in deps if d.endswith("_protos")]
143 _proto_deps = [d for d in deps if d.endswith("_protos")]
193 _proto_deps = [d for d in deps if d.endswith("_protos")]
/external/pigweed/pw_build/
Dpython.gni337 generated_file("$target_name._protos") {
343 _protos_file = get_target_outputs(":${invoker.target_name}._protos")
386 ":$target_name._protos",
/external/pigweed/docs/
Dmodule_structure.rst83 # Protobuf definition files go into <module>_protos/...