Searched refs:computeFullName (Results 1 – 1 of 1) sorted by relevance
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 862 fullName = computeFullName(file, parent, proto.getName()); in Descriptor() 1318 fullName = computeFullName(file, parent, proto.getName()); in FieldDescriptor() 1739 fullName = computeFullName(file, parent, proto.getName()); in EnumDescriptor() 1953 fullName = computeFullName(file, null, proto.getName()); in ServiceDescriptor() 2103 private static String computeFullName( in computeFullName() method in Descriptors 2655 fullName = computeFullName(file, parent, proto.getName()); in OneofDescriptor()
|