Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc81 bool IsPackable(const google::protobuf::Field& field);
166 (!IsPackable(*field) || in FindAndVerifyField()
241 if (IsPackable(*field) && in RenderList()
1080 bool IsPackable(const google::protobuf::Field& field) { in IsPackable() function