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 inline ExtensionInfo(FieldType type, bool is_repeated, bool is_packed)
93 : type(type), is_repeated(is_repeated), is_packed(is_packed),
97 bool is_repeated; member in struct:google::protobuf::internal::ExtensionInfo
167 bool is_repeated, bool is_packed);
170 bool is_repeated, bool is_packed,
174 bool is_repeated, bool is_packed,
410 bool is_repeated; member in struct:google::protobuf::internal::ExtensionSet::Extension
    [all...]
descriptor.h 397 bool is_repeated() const; // shorthand for label() == LABEL_REPEATED
398 bool is_packable() const; // shorthand for is_repeated() &&
1297 inline bool FieldDescriptor::is_repeated() const { function in class:google::protobuf::FieldDescriptor
    [all...]

Completed in 335 milliseconds