HomeSort by relevance Sort by last modified time
    Searched full:is_repeated (Results 26 - 37 of 37) sorted by null

12

  /external/protobuf/src/google/protobuf/
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...]
unknown_field_set_unittest.cc 127 if (field->is_repeated()) {
descriptor.cc     [all...]
descriptor_unittest.cc 602 EXPECT_FALSE(foo_->is_repeated());
606 EXPECT_FALSE(bar_->is_repeated());
610 EXPECT_TRUE (baz_->is_repeated());
    [all...]
test_util.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 82 if (fields[i]->is_repeated()) {
java_helpers.cc 727 if (field->is_repeated()) {
java_message.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_enum_field.cc 63 && !descriptor->is_repeated()) {
javanano_primitive_field.cc 197 && !descriptor->is_repeated()) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 176 if (field.is_repeated()) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc     [all...]

Completed in 316 milliseconds

12