Searched refs:Rust (Results 1 – 25 of 33) sorted by relevance
12
/external/flatbuffers/docs/source/ |
D | RustUsage.md | 1 Use in Rust {#flatbuffers_guide_use_rust} 6 Before diving into the FlatBuffers usage in Rust, it should be noted that 8 to general FlatBuffers usage in all of the supported languages (including Rust). 10 Rust. 20 matter), you've generated a Rust file called `mygame_generated.rs` using the 26 ## FlatBuffers Rust library code location 28 The code for the FlatBuffers Rust library can be found at 32 ## Testing the FlatBuffers Rust library 34 The code to test the Rust library can be found at `flatbuffers/tests/rust_usage_test`. 45 *Note: The shell script requires [Rust](https://www.rust-lang.org) to [all …]
|
D | Support.md | 21 …ava | C# | Go | Python | JS | TS | C | PHP | Dart | Lobster | Rust
|
D | FlatBuffers.md | 7 …tion library for C++, C#, C, Go, Java, JavaScript, Lobster, Lua, TypeScript, PHP, Python, and Rust. 147 - How to [use the generated Rust code](@ref flatbuffers_guide_use_rust) in your
|
D | Compiler.md | 46 - `--rust`, `-r` : Generate Rust code.
|
/external/autotest/client/site_tests/platform_ToolchainOptions/ |
D | libgcc_whitelist | 4 # Rust compiler is using libgcc_s, remove this after rust is fixed. 16 # Remove these after Rust code is built with compiler-rt.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | EHPersonalities.cpp | 41 .Case("rust_eh_personality", EHPersonality::Rust) in classifyEHPersonality() 58 case EHPersonality::Rust: return "rust_eh_personality"; in getEHPersonalityName()
|
/external/flatbuffers/rust/flatbuffers/ |
D | Cargo.toml | 6 description = "Official FlatBuffers Rust runtime library."
|
/external/llvm/include/llvm/Analysis/ |
D | EHPersonalities.h | 34 Rust enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | EHPersonalities.h | 35 Rust, enumerator
|
/external/flatbuffers/tests/ |
D | RustTest.bat | 16 rem Compile then run the Rust test.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | containing-type-extension-rust.ll | 96 !9 = !DIFile(filename: "t2.rs", directory: "/home/tromey/Rust") 99 !12 = !DIFile(filename: "/home/tromey/Rust/rust/src/libcore/ptr.rs", directory: "")
|
/external/llvm/lib/Analysis/ |
D | EHPersonalities.cpp | 39 .Case("rust_eh_personality", EHPersonality::Rust) in classifyEHPersonality()
|
/external/capstone/bindings/ |
D | README | 30 - Capstone-RS: Rust binding (by Richo Healey).
|
/external/capstone/ |
D | README | 19 Lua, Rust, Delphi, Free Pascal & Vala ready either in main code, or provided
|
/external/tensorflow/tensorflow/tools/lib_package/ |
D | README.md | 10 and [Rust](https://github.com/tensorflow/rust).
|
/external/flatbuffers/ |
D | readme.md | 31 * Rust
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/ |
D | univariant-discriminated-union.ll | 41 !3 = !DIFile(filename: "e3.rs", directory: "/home/tromey/Rust")
|
D | discriminated-union.ll | 54 !3 = !DIFile(filename: "e3.rs", directory: "/home/tromey/Rust")
|
/external/boringssl/src/ |
D | API-CONVENTIONS.md | 185 corresponding notion in higher-level languages like C++ and Rust. 214 and Rust, functions in BoringSSL typically only transfer on success.
|
/external/curl/docs/ |
D | BINDINGS.md | 92 [Rust](https://github.com/carllerche/curl-rust) curl-rust - by Carl Lerche
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AVR/ |
D | issue-regalloc-stackframe-folding-earlyclobber.ll | 7 ; It is taken from the translated LLVM IR of the Rust core library.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | README.txt | 18 Rust provides WebAssembly support integrated into Cargo. There are two
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.def | 319 HANDLE_DW_LANG(0x001c, Rust)
|
/external/protobuf/docs/ |
D | third_party.md | 78 * Rust: https://github.com/stepancheg/rust-protobuf/
|
/external/honggfuzz/ |
D | README.md | 107 * [__honggfuzz-rs__: fuzzing Rust with Honggfuzz](https://github.com/rust-fuzz/honggfuzz-rs)
|
12