Home
last modified time | relevance | path

Searched refs:computeFullName (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DDescriptors.java803 fullName = computeFullName(file, parent, proto.getName()); in Descriptor()
1255 fullName = computeFullName(file, parent, proto.getName()); in FieldDescriptor()
1677 fullName = computeFullName(file, parent, proto.getName()); in EnumDescriptor()
1886 fullName = computeFullName(file, null, proto.getName()); in ServiceDescriptor()
2020 private static String computeFullName(final FileDescriptor file, in computeFullName() method in Descriptors
2543 fullName = computeFullName(file, parent, proto.getName()); in OneofDescriptor()