Searched refs:fieldName (Results 1 – 3 of 3) sorted by relevance
39 for (const fieldName in this.protoType.fields) { constant42 !this.propertyAllowlist.includes(fieldName)47 if (this.propertyDenylist && this.propertyDenylist.includes(fieldName)) {52 !Object.prototype.hasOwnProperty.call(this.protoType.fields, fieldName)57 const field = this.protoType.fields[fieldName]; constant58 let existingNode = value.getChildByName(fieldName);115 fieldName,
29 for (const fieldName of Object.keys(protoType.fields)) { constant30 const field = protoType.fields[fieldName]; constant
120 private String getGeofenceFieldKey(String id, String fieldName) { in getGeofenceFieldKey() argument121 return KEY_PREFIX + "_" + id + "_" + fieldName; in getGeofenceFieldKey()