Home
last modified time | relevance | path

Searched refs:rust (Results 1 – 25 of 46) sorted by relevance

12

/third_party/flatbuffers/tests/
Dgenerate_code.sh36 ../flatc --rust $TEST_RUST_FLAGS -I include_test monster_test.fbs monsterdata_test.json
45 ../flatc --rust --gen-all $TEST_RUST_FLAGS -o namespace_test namespace_test/namespace_test1.fbs nam…
51 ../flatc --rust -I include_test -o include_test include_test/include_test1.fbs
52 ../flatc --rust -I include_test -o include_test/sub include_test/sub/include_test2.fbs
58 ../flatc --cpp --java --csharp --jsonschema --rust $TEST_NOINCL_FLAGS $TEST_CPP_FLAGS $TEST_CS_FLAG…
64 ../flatc --csharp --rust --gen-object-api optional_scalars.fbs
68 ../flatc --rust --gen-object-api more_defaults.fbs
99 ../flatc --cpp --rust --lobster $TEST_BASE_FLAGS $TEST_CPP_FLAGS monster.fbs
Dgenerate_code.bat39 ..\%buildtype%\flatc.exe --rust %TEST_RUST_FLAGS% -I include_test monster_test.fbs monsterdata_test…
48 ..\%buildtype%\flatc.exe --rust --gen-all %TEST_RUST_FLAGS% -o namespace_test namespace_test/namesp…
54 ..\%buildtype%\flatc.exe --rust -I include_test -o include_test include_test/include_test1.fbs || g…
55 ..\%buildtype%\flatc.exe --rust -I include_test -o include_test/sub include_test/sub/include_test2.…
60 ..\%buildtype%\flatc.exe --cpp --java --csharp --jsonschema --rust %TEST_NOINCL_FLAGS% %TEST_CPP_FL…
66 ..\%buildtype%\flatc.exe --csharp --rust --gen-object-api optional_scalars.fbs || goto FAIL
/third_party/mesa3d/.gitlab-ci/container/
Dbuild-crosvm.sh37 … https://chromium.googlesource.com/chromiumos/third_party/rust-vmm/vhost $THIRD_PARTY_ROOT/rust-vm…
38 pushd $THIRD_PARTY_ROOT/rust-vmm/vhost
63 rm -rf $PLATFORM2_ROOT $AOSP_EXTERNAL_ROOT/minijail $THIRD_PARTY_ROOT/adhd $THIRD_PARTY_ROOT/rust-v…
Dlava_build.sh23 . .gitlab-ci/container/build-rust.sh
/third_party/gn/src/gn/
Dfunction_toolchain_unittest.cc94 R"(toolchain("rust") { in TEST_F()
111 const Tool* rust = toolchain->GetTool(RustTool::kRsToolBin); in TEST_F() local
112 ASSERT_TRUE(rust); in TEST_F()
113 ASSERT_EQ(rust->command().AsString(), in TEST_F()
116 ASSERT_EQ(rust->description().AsString(), "RUST {{output}}"); in TEST_F()
Dfunction_toolchain.cc385 exe_output_extension [string, optional, rust tools only]
386 rlib_output_extension [string, optional, rust tools only]
387 dylib_output_extension [string, optional, rust tools only]
388 cdylib_output_extension [string, optional, rust tools only]
389 rust_proc_macro_output_extension [string, optional, rust tools only]
591 process, but may be used when generating metadata for rust-analyzer.
592 (See --export-rust-project). It enables such metadata to include
Drust_variables.cc77 Static libraries, rust libraries, and executables have this field set
/third_party/flatbuffers/tests/rust_usage_test/outdir/
DCargo.toml7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10 flatbuffers = { path = "../../../rust/flatbuffers" }
/third_party/flatbuffers/tests/rust_usage_test/
DCargo.toml9 flatbuffers = { path = "../../rust/flatbuffers" }
10 flexbuffers = { path = "../../rust/flexbuffers" }
/third_party/flatbuffers/docs/source/
DRustUsage.md21 compiler (e.g. `flatc --rust mygame.fbs` or via helpers listed in "Useful
29 `flatbuffers/rust`. You can browse the library code on the
30 [FlatBuffers GitHub page](https://github.com/google/flatbuffers/tree/master/rust).
45 *Note: The shell script requires [Rust](https://www.rust-lang.org) to
56 schema with the `--rust` option to `flatc`. Then you can import both FlatBuffers
170 * [flatc-rust](https://github.com/frol/flatc-rust) - FlatBuffers compiler
DTutorial.md37 <input type="radio" name="language" value="rust">Rust</input>
153 <div class="language-rust">
368 <div class="language-rust">
371 ./../flatc --rust monster.fbs
524 <div class="language-rust">
652 <div class="language-rust">
897 <div class="language-rust">
1115 <div class="language-rust">
1271 <div class="language-rust">
1409 <div class="language-rust">
[all …]
/third_party/flatbuffers/tests/docker/languages/
DDockerfile.testing.rust.1_51_01 FROM rust:1.51.0-slim as base
DDockerfile.testing.rust.nightly1 FROM rustlang/rust:nightly-stretch-slim as base
DDockerfile.testing.rust.big_endian.1_51_01 FROM rust:1.51.0-slim as base
/third_party/gn/examples/rust_example/
DBUILDCONFIG.gn23 set_default_toolchain("//build:rust")
/third_party/flatbuffers/rust/flatbuffers/
DCargo.toml12 rust = "1.51"
/third_party/skia/third_party/externals/harfbuzz/perf/
Dmeson.build5 if get_option('experimental_api') and add_languages('rust', required: false, native: true)
/third_party/harfbuzz/perf/
Dmeson.build5 if get_option('experimental_api') and add_languages('rust', required: false, native: true)
/third_party/mesa3d/.gitlab-ci/container/debian/
Dx86_test-gl.sh103 . .gitlab-ci/container/build-rust.sh
/third_party/gn/examples/rust_example/build/
DBUILD.gn1 toolchain("rust") {
/third_party/curl/docs/
DBINDINGS.md101 [Rust](https://github.com/carllerche/curl-rust) curl-rust - by Carl Lerche
/third_party/qrcodegen/rust/
DReadme.markdown60 More complete set of examples: https://github.com/nayuki/QR-Code-generator/blob/master/rust/example…
/third_party/cef/patch/patches/
Dbase_sandbox_2743.patch6 import("//build/rust/mixed_component.gni")
/third_party/libuv/docs/src/guide/
Dintroduction.rst72 .. _Rust: https://www.rust-lang.org
/third_party/qrcodegen/
DReadme.markdown163 ```rust

12