Searched defs:fieldName (Results 1 – 2 of 2) sorted by relevance
92 for (const fieldName in protoObj.$type.fields) { constant94 const fieldProperties = protoObj.$type.fields[fieldName]; constant95 const field = protoObj[fieldName]; constant
120 private String getGeofenceFieldKey(String id, String fieldName) { in getGeofenceFieldKey()