Searched refs:GetRootName (Results 1 – 4 of 4) 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()