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

  /external/protobuf/src/google/protobuf/
extension_set.h 92 : type(type_param), is_repeated(isrepeated), is_packed(ispacked),
96 bool is_repeated; member in struct:google::protobuf::internal::ExtensionInfo
169 bool is_repeated, bool is_packed);
172 bool is_repeated, bool is_packed,
176 bool is_repeated, bool is_packed,
475 bool is_repeated; member in struct:google::protobuf::internal::ExtensionSet::Extension
487 // and !is_repeated because we only support lazy parsing for singular
    [all...]
descriptor.h 448 bool is_repeated() const; // shorthand for label() == LABEL_REPEATED
449 bool is_packable() const; // shorthand for is_repeated() &&
1585 inline bool FieldDescriptor::is_repeated() const { function in class:google::protobuf::FieldDescriptor
    [all...]

Completed in 77 milliseconds