Searched defs:fieldName (Results 1 – 3 of 3) sorted by relevance
29 for (const fieldName of Object.keys(protoType.fields)) { constant30 const field = protoType.fields[fieldName]; constant
39 for (const fieldName in this.protoType.fields) { constant57 const field = this.protoType.fields[fieldName]; constant
120 private String getGeofenceFieldKey(String id, String fieldName) { in getGeofenceFieldKey()