Searched refs:computeFullName (Results 1 – 1 of 1) sorted by relevance
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 869 fullName = computeFullName(file, parent, proto.getName()); in Descriptor() 1372 fullName = computeFullName(file, parent, proto.getName()); in FieldDescriptor() 1795 fullName = computeFullName(file, parent, proto.getName()); in EnumDescriptor() 2009 fullName = computeFullName(file, null, proto.getName()); in ServiceDescriptor() 2159 private static String computeFullName( in computeFullName() method in Descriptors 2715 fullName = computeFullName(file, parent, proto.getName()); in OneofDescriptor()
|