MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / packed

Method packed

libapp2sys/prebuilt/include/google/protobuf/type.pb.h:1457–1460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1455 packed_ = false;
1456}
1457inline bool Field::packed() const {
1458 // @@protoc_insertion_point(field_get:google.protobuf.Field.packed)
1459 return packed_;
1460}
1461inline void Field::set_packed(bool value) {
1462
1463 packed_ = value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected