HomeSort by relevance Sort by last modified time
    Searched refs:InterfaceRequest (Results 26 - 30 of 30) sorted by null

12

  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
module.py 463 class InterfaceRequest(ReferenceKind):
482 if not isinstance(kind, InterfaceRequest):
755 return isinstance(kind, InterfaceRequest)
  /external/libmojo/mojo/edk/js/tests/
js_to_cpp_tests.cc 226 void Bind(InterfaceRequest<js_to_cpp::CppSide> request) {
  /external/libmojo/mojo/public/cpp/bindings/tests/
associated_interface_unittest.cc 64 InterfaceRequest<IntegerSenderConnection> request)
sample_service_unittest.cc 290 void GetPort(mojo::InterfaceRequest<Port> port_request) override {}
sync_method_unittest.cc 212 void SetUp(InterfaceRequest<Interface> request) {

Completed in 131 milliseconds

12