HomeSort by relevance Sort by last modified time
    Searched defs:HasDescriptorMethods (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.h 201 inline bool HasDescriptorMethods(const FileDescriptor* file,
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.h 179 inline bool HasDescriptorMethods(const Descriptor* descriptor,
185 inline bool HasDescriptorMethods(const EnumDescriptor* descriptor,
191 inline bool HasDescriptorMethods(const FileDescriptor* descriptor,
200 HasDescriptorMethods(file, enforce_lite) &&
207 if (HasDescriptorMethods(descriptor->file(), enforce_lite)) {

Completed in 71 milliseconds