Searched refs:protoType (Results 1 – 3 of 3) sorted by relevance
96 int protoType = field->type(); in java_type() local97 switch (protoType) { in java_type()
85 FieldDescriptorProto.Type protoType = type.toProto(); in testFieldTypeEnumMapping() local86 assertEquals("TYPE_" + type.name(), protoType.name()); in testFieldTypeEnumMapping()87 assertEquals(type, FieldDescriptor.Type.valueOf(protoType)); in testFieldTypeEnumMapping()