Home
last modified time | relevance | path

Searched defs:BaseType (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Ddocument.h121 typedef std::iterator<std::random_access_iterator_tag,ValueType> BaseType; typedef
/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/shared/
H A DParcelableUtil.java40 @NonNull Function<BaseType, ParcelableType> conv, in toParcelableArray()
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dvariant_tests.cpp16 struct BaseType { struct
18 BaseType(int value) : value(value) {} in BaseType() function
19 int value;
/aosp12/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp353 const clang::Type *BaseType = RefRSArr->getType().getTypePtr(); in ClearArrayRSObject() local
560 const clang::Type *BaseType = RefRSStruct->getType().getTypePtr(); in ClearStructRSObject() local
/aosp12/frameworks/native/cmds/lshal/
H A DListCommand.cpp839 using BaseType = std::underlying_type_t<T>; in GetAllValues() typedef