Lines Matching defs:msg
145 static const ::i18n::phonenumbers::LanguageCodeInfo& language_code_info(const GeocodingInfo* msg);
149 static const ::i18n::phonenumbers::CountryCodeInfo& country_code_info(const GeocodingInfo* msg);
159 GeocodingInfo::_Internal::language_code_info(const GeocodingInfo* msg) {
160 return *msg->language_code_info_;
163 GeocodingInfo::_Internal::country_code_info(const GeocodingInfo* msg) {
164 return *msg->country_code_info_;
457 for (const auto& msg : this->prefixes_info_) {
459 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg);
472 for (const auto& msg : this->countries_info_) {
474 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg);