Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectwriter.cc465 if (current_->IsAny()) { in StartObject()
556 Push(name, IsAny(*field) ? Item::ANY : Item::MESSAGE, false, false); in StartObject()
568 if (current_->IsAny()) { in EndObject()
635 if (current_->IsAny()) { in StartList()
798 if (current_->IsAny()) { in EndList()
995 if (current_->IsAny()) { in RenderDataPiece()
1194 bool ProtoStreamObjectWriter::IsAny(const google::protobuf::Field& field) { in IsAny() function in google::protobuf::util::converter::ProtoStreamObjectWriter
Dprotostream_objectwriter.h208 bool IsAny() { return item_type_ == ANY; } in IsAny() function
260 inline bool IsAny(const google::protobuf::Field& field);