Home
last modified time | relevance | path

Searched refs:IsPackable (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc81 bool IsPackable(const google::protobuf::Field& field);
164 (!IsPackable(*field) || in FindAndVerifyField()
235 if (IsPackable(*field) && in RenderList()
1074 bool IsPackable(const google::protobuf::Field& field) { in IsPackable() function