Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Daidl_to_cpp.cpp70 const bool isVector = type.IsArray() || typenames.IsList(type); in RawParcelMethod() local
288 bool isVector = type.IsArray() || typenames.IsList(type); in AddHeaders() local
/aosp12/system/tools/hidl/
H A DVectorType.cpp73 bool VectorType::isVector() const { in isVector() function in android::VectorType
H A DType.cpp85 bool Type::isVector() const { in isVector() function in android::Type
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp463 void RdbStoreConfig::SetIsVector(bool isVector) in SetIsVector()