Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.h174 inline bool HasEqualsAndHashCode(const Descriptor* descriptor) { in HasEqualsAndHashCode() function
Djava_message.cc490 if (HasEqualsAndHashCode(descriptor_)) { in Generate()