Searched defs:trait (Results 1 – 11 of 11) sorted by relevance
| /third_party/rust/rust/tests/ui/parser/ |
| D | keyword-trait-as-identifier.rs | 4 let trait = "foo"; //~ error: expected identifier, found keyword `trait` in main() localVariable
|
| /third_party/rust/rust/tests/ui/parser/mismatched-braces/ |
| D | missing-close-brace-in-struct.rs | 4 trait T { field
|
| /third_party/rust/crates/nom/doc/ |
| D | error_management.md | 299 ### Example usage
|
| /third_party/rust/rust/src/etc/ |
| D | generate-deriving-span-tests.py | 58 def create_test_case(type, trait, super_traits, error_count): argument
|
| /third_party/rust/rust/compiler/rustc_hir_analysis/src/ |
| D | impl_wf_check.rs | 192 impl trait, self type, or predicates", in report_unused_parameter() impl
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| D | keywords.h | 37 int trait; variable
|
| /third_party/protobuf/php/tests/proto/ |
| D | test_reserved_message_lower.proto | 68 message trait {} message
|
| D | test_reserved_enum_value_lower.proto | 69 trait = 60; enumerator
|
| D | test_reserved_enum_lower.proto | 68 enum trait { ZERO61 = 0; } enum
|
| /third_party/grpc/src/core/ext/transport/inproc/ |
| D | legacy_inproc_transport.cc | 328 void Encode(T trait, V value) { in Encode() 333 void Encode(T trait, const grpc_core::Slice& value) { in Encode()
|
| /third_party/rust/crates/syn/src/ |
| D | item.rs | 2137 trait_token: Token![trait], in parse_rest_of_trait() 2193 ) -> Result<(Vec<Attribute>, Visibility, Token![trait], Ident, Generics)> { in parse_start_of_trait_alias() 2206 trait_token: Token![trait], in parse_rest_of_trait_alias()
|