Home
last modified time | relevance | path

Searched defs:foo_class (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/common/pourover/tests/common/
Dmod.rs21 pub mod foo_class; module
/aosp_15_r20/external/rust/beto-rust/common/pourover/tests/
Dcall_method_integration.rs34 let foo_class = compile_foo()?; in jni_access() localVariable
Ddesc_integration.rs41 let foo_class = compile_foo()?; in jni_access() localVariable
Djni_method_integration.rs83 let foo_class = compile_foo()?; in can_call_native_method() localVariable
/aosp_15_r20/external/stg/test_cases/info_tests/composite/
H A Dkind.cc15 Class foo_class; variable
/aosp_15_r20/external/stg/test_cases/info_tests/source_filter/
H A Dtype_roots.cc27 Class foo_class; variable
H A Dtypes.cc27 Class foo_class; variable
/aosp_15_r20/external/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp896 std::string foo_class = "class Foo { public: Foo(const char*); };"; in TEST() local