Home
last modified time | relevance | path

Searched defs:ItemInfo (Results 1 – 4 of 4) sorted by relevance

/external/rust/android-crates-io/crates/bindgen/
Dcallbacks.rs188 pub struct ItemInfo<'a> { struct
195 /// An enum indicating the kind of item for an ItemInfo. argument
/external/rust/crabbyavif/src/parser/
Dmp4box.rs311 pub struct ItemInfo { struct
312 pub item_id: u32,
313 item_protection_index: u16,
337 pub iinf: Vec<ItemInfo>, argument
1058 fn parse_infe(stream: &mut IStream) -> AvifResult<ItemInfo> { in parse_infe()
1109 fn parse_iinf(stream: &mut IStream) -> AvifResult<Vec<ItemInfo>> { in parse_iinf()
/external/pigweed/pw_protobuf/pw_protobuf_test_protos/
Dsize_report.proto18 message ItemInfo { message
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp10518 struct ItemInfo { struct
10519 AA::ValueAndContext I;
10520 AA::ValueScope S;
10522 bool operator==(const ItemInfo &II) const { in operator ==()
10525 bool operator<(const ItemInfo &II) const { in operator <()