Home
last modified time | relevance | path

Searched defs:FunctionPointer (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
Dohos_context_i.h64 typedef void (*FunctionPointer)(); typedef
/third_party/rust/rust/src/rustdoc-json-types/
Dlib.rs554 FunctionPointer(Box<FunctionPointer>), enumerator
609 pub struct FunctionPointer { struct
610 pub decl: FnDecl,
618 pub generic_params: Vec<GenericParamDef>,
619 pub header: Header,
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhash_function_defaults_test.cc174 TEST(Hash, FunctionPointer) { in TEST() argument
/third_party/rust/rust/src/tools/jsondoclint/src/
Dvalidator.rs390 fn check_function_pointer(&mut self, fp: &'a FunctionPointer) { in check_function_pointer()
/third_party/rust/rust/src/librustdoc/json/
Dconversions.rs602 impl FromWithTcx<clean::BareFunctionDecl> for FunctionPointer { implementation
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
Dhash_test.cc257 TEST(HashValueTest, FunctionPointer) { in TEST() argument