Searched refs:other_extension (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc686 const Extension& other_extension = iter->second; local
688 if (other_extension.is_repeated) {
690 bool is_new = MaybeNewExtension(iter->first, other_extension.descriptor,
694 extension->type = other_extension.type;
695 extension->is_packed = other_extension.is_packed;
698 GOOGLE_DCHECK_EQ(extension->type, other_extension.type);
699 GOOGLE_DCHECK_EQ(extension->is_packed, other_extension.is_packed);
703 switch (cpp_type(other_extension.type)) {
711 *other_extension.repeated_##LOWERCASE##_value); \
733 other_extension
[all...]
/external/protobuf/src/google/protobuf/
H A Dextension_set.cc584 const Extension& other_extension = iter->second; local
586 if (other_extension.is_repeated) {
588 bool is_new = MaybeNewExtension(iter->first, other_extension.descriptor,
592 extension->type = other_extension.type;
595 GOOGLE_DCHECK_EQ(extension->type, other_extension.type);
599 switch (cpp_type(other_extension.type)) {
607 *other_extension.repeated_##LOWERCASE##_value); \
629 other_extension.repeated_message_value;
643 if (!other_extension.is_cleared) {
644 switch (cpp_type(other_extension
[all...]

Completed in 64 milliseconds