Home
last modified time | relevance | path

Searched defs:isStruct (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/blueprint/proptools/
H A Dproptools.go117 func isStruct(t reflect.Type) bool { func
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp811 …eFieldInfo(const reflection::Field &selfField, const reflection::Field &otherField, bool &isStruct) in CompareFieldInfo()
890 bool isStruct = false; in CompareTableOrStructDefine() local