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

  /external/perfetto/include/perfetto/protozero/
proto_field_descriptor.h 52 bool is_repeated)
53 : name_(name), type_(type), number_(number), is_repeated_(is_repeated) {}
58 bool is_repeated() const { return is_repeated_; } function in class:protozero::ProtoFieldDescriptor
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 93 : type(type_param), is_repeated(isrepeated), is_packed(ispacked),
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,
455 bool is_repeated; member in struct:google::protobuf::internal::ExtensionSet::Extension
467 // and !is_repeated because we only support lazy parsing for singular
    [all...]
descriptor.h 429 bool is_repeated() const; // shorthand for label() == LABEL_REPEATED
430 bool is_packable() const; // shorthand for is_repeated() &&
1433 inline bool FieldDescriptor::is_repeated() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 93 : type(type_param), is_repeated(isrepeated), is_packed(ispacked),
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,
455 bool is_repeated; member in struct:google::protobuf::internal::ExtensionSet::Extension
467 // and !is_repeated because we only support lazy parsing for singular
    [all...]
descriptor.h 429 bool is_repeated() const; // shorthand for label() == LABEL_REPEATED
430 bool is_packable() const; // shorthand for is_repeated() &&
1433 inline bool FieldDescriptor::is_repeated() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
extension_set.h 93 : type(type_param), is_repeated(isrepeated), is_packed(ispacked),
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,
455 bool is_repeated; member in struct:google::protobuf::internal::ExtensionSet::Extension
467 // and !is_repeated because we only support lazy parsing for singular
    [all...]
descriptor.h 429 bool is_repeated() const; // shorthand for label() == LABEL_REPEATED
430 bool is_packable() const; // shorthand for is_repeated() &&
1433 inline bool FieldDescriptor::is_repeated() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
extension_set.h 93 : type(type_param), is_repeated(isrepeated), is_packed(ispacked),
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,
455 bool is_repeated; member in struct:google::protobuf::internal::ExtensionSet::Extension
467 // and !is_repeated because we only support lazy parsing for singular
    [all...]
descriptor.h 429 bool is_repeated() const; // shorthand for label() == LABEL_REPEATED
430 bool is_packable() const; // shorthand for is_repeated() &&
1433 inline bool FieldDescriptor::is_repeated() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.h 95 : type(type_param), is_repeated(isrepeated), is_packed(ispacked),
99 bool is_repeated; member in struct:google::protobuf::internal::ExtensionInfo
173 bool is_repeated, bool is_packed);
176 bool is_repeated, bool is_packed,
180 bool is_repeated, bool is_packed,
491 bool is_repeated; member in struct:google::protobuf::internal::ExtensionSet::Extension
503 // and !is_repeated because we only support lazy parsing for singular
    [all...]
descriptor.h 546 bool is_repeated() const; // shorthand for label() == LABEL_REPEATED
547 bool is_packable() const; // shorthand for is_repeated() &&
1802 inline bool FieldDescriptor::is_repeated() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
extension_set.h 95 : type(type_param), is_repeated(isrepeated), is_packed(ispacked),
99 bool is_repeated; member in struct:google::protobuf::internal::ExtensionInfo
173 bool is_repeated, bool is_packed);
176 bool is_repeated, bool is_packed,
180 bool is_repeated, bool is_packed,
491 bool is_repeated; member in struct:google::protobuf::internal::ExtensionSet::Extension
503 // and !is_repeated because we only support lazy parsing for singular
    [all...]
descriptor.h 546 bool is_repeated() const; // shorthand for label() == LABEL_REPEATED
547 bool is_packable() const; // shorthand for is_repeated() &&
1802 inline bool FieldDescriptor::is_repeated() const { function in class:google::protobuf::FieldDescriptor
    [all...]

Completed in 431 milliseconds