Home
last modified time | relevance | path

Searched refs:FindChildForString (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/core/property_service/libpropertyinfoserializer/
H A Dproperty_info_serializer_test.cpp58 ASSERT_TRUE(root_node.FindChildForString("test", 4, &test_node)); in TEST()
103 ASSERT_TRUE(root_node.FindChildForString("this", 4, &long_string_node)); in TEST()
107 ASSERT_TRUE(long_string_node.FindChildForString("is", 2, &long_string_node)); in TEST()
111 ASSERT_TRUE(long_string_node.FindChildForString("a", 1, &long_string_node)); in TEST()
115 ASSERT_TRUE(long_string_node.FindChildForString("long", 4, &long_string_node)); in TEST()
/aosp_15_r20/system/core/property_service/libpropertyinfoparser/
H A Dproperty_info_parser.cpp70 bool TrieNode::FindChildForString(const char* name, uint32_t namelen, TrieNode* child) const { in FindChildForString() function in android::properties::TrieNode
137 if (!trie_node.FindChildForString(remaining_name, substr_size, &child_node)) { in GetPropertyInfoIndexes()
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/common_os/include/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
H A Dproperty_info_parser.h118 bool FindChildForString(const char* input, uint32_t namelen, TrieNode* child) const;
/aosp_15_r20/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
H A Dproperty_info_parser.h118 bool FindChildForString(const char* input, uint32_t namelen, TrieNode* child) const;
/aosp_15_r20/out/soong/.intermediates/system/core/property_service/libpropertyinfoparser/libpropertyinfoparser/android_arm64_armv8-2a_cortex-a55_static_lto-none_apex10000_sabi/obj/system/core/property_service/libpropertyinfoparser/
Dproperty_info_parser.sdump775 "function_name" : "android::properties::TrieNode::FindChildForString",