Searched defs:new2 (Results 1 – 11 of 11) sorted by relevance
/external/rust/crates/uuid/src/ |
D | test_util.rs | 21 pub const fn new2() -> Uuid { in new2() function
|
/external/rust/crates/paste/src/ |
D | error.rs | 17 pub fn new2(begin: Span, end: Span, msg: &str) -> Self { in new2() method
|
/external/rust/crates/rustversion/src/ |
D | error.rs | 18 pub fn new2(begin: Span, end: Span, msg: impl Display) -> Self { in new2() method
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_complex_cuda.cu | 54 Tensor<float, 1, 0, int> new2(2); in test_cuda_nullary() local
|
D | cxx11_tensor_cuda.cu | 50 Tensor<float, 1, 0, int> new2(2); in test_cuda_nullary() local
|
/external/clang/test/CXX/expr/expr.const/ |
D | p5-0x.cpp | 48 auto new2 = new int[1][incomplete]; // expected-error {{incomplete}} variable
|
/external/llvm-project/clang/test/CXX/expr/expr.const/ |
D | p5-0x.cpp | 48 auto new2 = new int[1][incomplete]; // expected-error {{incomplete}} variable
|
/external/rust/crates/syn/src/ |
D | buffer.rs | 111 pub fn new2(stream: TokenStream) -> TokenBuffer { in new2() method
|
D | error.rs | 286 pub fn new2<T: Display>(start: Span, end: Span, message: T) -> Error { in new2() function
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/ |
D | Lexer.java | 993 …Token new2(@SuppressWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new… in new2() method in Lexer
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/ |
D | Parser.java | 904 ArrayList new2() /* reduce AMany1Grammar */ in new2() method in Parser
|