• Home
  • Raw
  • Download

Lines Matching full:bindings

8 Chrome), the fastest path forward will be to look at the bindings documentation
10 [**JavaScript**](#JavaScript-Bindings), or [**Java**](#Java-Bindings)) as well
12 [**Mojom IDL and bindings generator**](/mojo/public/tools/bindings/README.md).
23 abstraction of common IPC primitives, a message IDL format, and a bindings
30 ![Mojo Library Layering: Core on bottom, language bindings on top, public system support APIs in th…
34 the System APIs or Bindings APIs, a process must first initialize Mojo Core.
68 public (and not binary-stable) System and Bindings APIs.
91 system APIs is rare compared to the bindings APIs, but it is sometimes desirable
111 ## High-Level Bindings APIs
115 the bindings layer.
117 ### Mojom IDL and Bindings Generator
119 [**Mojom IDL**](/mojo/public/tools/bindings/README.md), which can be fed to the
120 [**bindings generator**](/mojo/public/tools/bindings/README.md) to generate code
126 ### C++ Bindings
128 [**C++ Bindings API**](/mojo/public/cpp/bindings/README.md) exposes a robust set
129 of features for interacting with message pipes via generated C++ bindings code,
130 including support for sets of related bindings endpoints, associated interfaces,
134 ### JavaScript Bindings
135 The [**JavaScript Bindings API**](/mojo/public/js/README.md) provides helper
136 classes for working with JavaScript code emitted by the bindings generator.
138 ### Java Bindings
139 The [**Java Bindings API**](/mojo/public/java/bindings/README.md) provides
140 helper classes for working with Java code emitted by the bindings generator.
169 queue on the other end. When working with generated C++ bindings, for example,