Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h190 enum ItemType { enum
197 Item(ProtoStreamObjectWriter* enclosing, ItemType item_type,
201 Item(Item* parent, ItemType item_type, bool is_placeholder, bool is_list);
235 ItemType item_type_;
311 void Push(StringPiece name, Item::ItemType item_type, bool is_placeholder,
Dprotostream_objectwriter.cc378 ItemType item_type, bool is_placeholder, in Item()
395 ItemType item_type, bool is_placeholder, in Item()
1152 void ProtoStreamObjectWriter::Push(StringPiece name, Item::ItemType item_type, in Push()