Home
last modified time | relevance | path

Searched defs:proto_module (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/protobuf/ruby/tests/
H A Dbasic_proto2.rb31 def proto_module method in BasicTestProto2.MessageContainerTest
H A Dbasic.rb29 def proto_module method in BasicTest.MessageContainerTest
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/tests/
H A Dbasic_proto2.rb31 def proto_module method in BasicTestProto2.MessageContainerTest
H A Dbasic.rb29 def proto_module method in BasicTest.MessageContainerTest
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/experimental/
DBluetoothLatencyTest.py31 from acts_contrib.test_utils.bt.loggers.protos import bluetooth_metric_pb2 as proto_module unknown
DBluetoothThroughputTest.py27 from acts_contrib.test_utils.bt.loggers.protos import bluetooth_metric_pb2 as proto_module unknown
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_proto_util.cc36 HloModuleProto proto_module = module.ToProto(); in MakeHloProto() local