Home
last modified time | relevance | path

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

/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
Dproperty_info_parser.h36 uint32_t type_index; member
106 uint32_t type_index() const { return node_property_entry()->type_index; } in type_index() function
/system/core/property_service/libpropertyinfoserializer/
Dtrie_serializer.cpp46 uint32_t type_index = property_entry.type != nullptr && !property_entry.type->empty() in WritePropertyEntry() local
/system/core/property_service/libpropertyinfoparser/
Dproperty_info_parser.cpp177 uint32_t type_index; in GetPropertyInfo() local
/system/nfc/src/nfc/ndef/
Dndef_utils.cc193 for (int type_index = 0; type_index < type_len; type_index++) { in NDEF_MsgValidate() local