Searched refs:computeFullName (Results 1 – 1 of 1) sorted by relevance
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 803 fullName = computeFullName(file, parent, proto.getName()); in Descriptor() 1251 fullName = computeFullName(file, parent, proto.getName()); in FieldDescriptor() 1673 fullName = computeFullName(file, parent, proto.getName()); in EnumDescriptor() 1882 fullName = computeFullName(file, null, proto.getName()); in ServiceDescriptor() 2016 private static String computeFullName(final FileDescriptor file, in computeFullName() method in Descriptors 2531 fullName = computeFullName(file, parent, proto.getName()); in OneofDescriptor()
|