Searched refs:GetRootName (Results 1 – 5 of 5) sorted by relevance
40 std::string dumpsys::ReflectionSchema::GetRootName() const { in GetRootName() function in dumpsys::ReflectionSchema45 return FindInReflectionSchema(GetRootName()); in GetRootReflectionSchema()
32 std::string GetRootName() const;
181 …:Schema* root_schema = reflection_schema_.FindInReflectionSchema(reflection_schema_.GetRootName()); in FilterInPlace()
88 const std::string root_name = reflection_schema_.GetRootName(); in PrintAsJson()
1555 auto GetRootName = [](PathParser *Parser) -> string_view_t { in CompareRootName() local1558 int res = GetRootName(LHS).compare(GetRootName(RHS)); in CompareRootName()