Searched refs:FindChildForString (Results 1 – 3 of 3) sorted by relevance
/system/core/property_service/libpropertyinfoserializer/ |
D | property_info_serializer_test.cpp | 58 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()
|
/system/core/property_service/libpropertyinfoparser/ |
D | property_info_parser.cpp | 70 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()
|
/system/core/property_service/libpropertyinfoparser/include/property_info_parser/ |
D | property_info_parser.h | 116 bool FindChildForString(const char* input, uint32_t namelen, TrieNode* child) const;
|