Searched defs:fieldCount (Results 1 – 3 of 3) sorted by relevance
113 byte typeId, long fieldCount, int tag, ByteBuffer buf, ProtoOutputStream proto) { in parseField()
282 long fieldCount, in writeFieldIfNotNull()
299 int fieldCount = kind.fieldList == null ? 0 : kind.fieldList.size(); in setValues() local