Home
last modified time | relevance | path

Searched defs:GetterType (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/crosvm/bit_field/src/
H A Dlib.rs314 type GetterType; typedef
316 fn from_u64(val: u64) -> Self::GetterType; in from_u64()
338 type GetterType = bool; typedef
341 fn from_u64(val: u64) -> Self::GetterType { in from_u64()
/aosp_15_r20/external/pytorch/benchmarks/functional_autograd_benchmark/
H A Dutils.py12 GetterType = Callable[[torch.device], GetterReturnType] variable
H A Dfunctional_autograd_benchmark.py225 model_getter: GetterType, args: Any, task: str, run_once_fn: Callable = run_once
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1495 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch() local