Home
last modified time | relevance | path

Searched defs:root_node (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/property_service/libpropertyinfoserializer/
H A Dproperty_info_serializer_test.cpp46 auto root_node = property_info_area->root_node(); in TEST() local
143 auto root_node = property_info_area->root_node(); in TEST() local
/aosp14/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
H A Dproperty_info_parser.h172 TrieNode root_node() const { return trie(header()->root_offset); } in root_node() function