| 508 | return fields_.GetMap(); |
| 509 | } |
| 510 | inline ::google::protobuf::Map< ::std::string, ::google::protobuf::Value >* |
| 511 | Struct::mutable_fields() { |
| 512 | // @@protoc_insertion_point(field_mutable_map:google.protobuf.Struct.fields) |
| 513 | return fields_.MutableMap(); |
| 514 | } |
| 515 | |
| 516 | inline const Struct* Struct::internal_default_instance() { |
| 517 | return &Struct_default_instance_.get(); |
nothing calls this directly
no test coverage detected