Home
last modified time | relevance | path

Searched defs:call_static_method (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-methods.cpp52 void call_static_method() { in call_static_method() function
/external/rust/beto-rust/common/pourover_macro/src/
Dlib.rs180 pub fn call_static_method(args: TokenStream) -> TokenStream { in call_static_method() function
Dcall_method.rs46 pub fn call_static_method(args: TokenStream) -> syn::Result<TokenStream> { in call_static_method() function
/external/rust/crates/jni/0.20.0/src/wrapper/
Djnienv.rs1018 pub fn call_static_method<'c, T, U, V>( in call_static_method() method
/external/rust/crates/jni/src/wrapper/
Djnienv.rs1416 pub fn call_static_method<'other_local, T, U, V>( in call_static_method() method