Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h197 Item(ProtoStreamObjectWriter* enclosing, ItemType item_type,
201 Item(Item* parent, ItemType item_type, bool is_placeholder, bool is_list);
311 void Push(StringPiece name, Item::ItemType item_type, bool is_placeholder,
Dprotostream_objectwriter.cc378 ItemType item_type, bool is_placeholder, in Item() argument
383 item_type_(item_type), in Item()
389 if (item_type == MAP) { in Item()
395 ItemType item_type, bool is_placeholder, in Item() argument
400 item_type_(item_type), in Item()
403 if (item_type == ANY) { in Item()
406 if (item_type == MAP) { in Item()
1152 void ProtoStreamObjectWriter::Push(StringPiece name, Item::ItemType item_type, in Push() argument
1159 new Item(current_.release(), item_type, is_placeholder, is_list)); in Push()
/frameworks/av/media/extractors/mp4/
DItemTable.cpp1084 uint32_t item_type; in parse() local
1085 if (!source()->getUInt32(offset, &item_type)) { in parse()
1090 itemInfo->itemType = item_type; in parse()
1096 MakeFourCCString(item_type, itemTypeString); in parse()
1107 if (item_type == FOURCC("mime")) { in parse()
1120 } else if (item_type == FOURCC("uri ")) { in parse()
/frameworks/base/tools/aapt2/
DResourceParser.cpp1109 Maybe<StringPiece> item_type = xml::FindNonEmptyAttribute(parser, "type"); in ParseOverlayable() local
1110 if (!item_type) { in ParseOverlayable()
1117 const ResourceType* type = ParseResourceType(item_type.value()); in ParseOverlayable()
1120 << "invalid resource type '" << item_type.value() in ParseOverlayable()