Home
last modified time | relevance | path

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

/external/crosvm/bit_field/src/
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()
/external/pytorch/benchmarks/functional_autograd_benchmark/
Dutils.py12 GetterType = Callable[[torch.device], GetterReturnType] variable
Dfunctional_autograd_benchmark.py225 model_getter: GetterType, args: Any, task: str, run_once_fn: Callable = run_once
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1495 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch() local