Home
last modified time | relevance | path

Searched defs:GetterType (Results 1 – 3 of 3) 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/v8/src/heap/
Dsetup-heap-internal.cc1169 #define INIT_SIDE_EFFECT_FLAG(_, accessor_name, AccessorName, GetterType, \ in CreateInternalAccessorInfoObjects() argument
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1495 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch() local