Home
last modified time | relevance | path

Searched refs:isStructPtr (Results 1 – 7 of 7) sorted by relevance

/build/blueprint/proptools/
Dclone.go27 if !isStructPtr(structValue.Type()) {
39 if !isStructPtr(dstValue.Type()) {
42 if !isStructPtr(srcValue.Type()) {
89 if !isStructPtr(srcFieldValue.Type()) {
143 if !isStructPtr(structValue.Type()) {
171 if !isStructPtr(fieldValue.Type()) {
202 if !isStructPtr(structValue.Type()) {
233 if !isStructPtr(srcFieldValue.Type()) {
Dtag.go46 if !isStructPtr(t) {
59 if isStruct(ft) || isStructPtr(ft) || isSliceOfStruct(ft) {
Dfilter.go53 if isStruct(field.Type) || isStructPtr(field.Type) {
84 if isStructPtr(field.Type) {
Dproptools.go121 func isStructPtr(t reflect.Type) bool { func
Dextend.go277 if isStructPtr(srcFieldValue.Type()) {
326 if isStructPtr(dstFieldValue.Type()) {
504 if !isStructPtr(value.Type()) {
Dunpack.go78 if !isStructPtr(valueObject.Type()) {
/build/soong/bp2build/
Dbuild_conversion.go361 if isStructPtr(propertiesValue.Type()) {
376 func isStructPtr(t reflect.Type) bool { func