Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dserialize.cpp107 class [[nodiscard]] GroupScope class
110 GroupScope(JsonSerializer *json, const std::string &name) : mJson(json) in GroupScope() function in angle::__anon18ce73dd0111::GroupScope
115 GroupScope(JsonSerializer *json, const std::string &name, int index) : mJson(json) in GroupScope() function in angle::__anon18ce73dd0111::GroupScope
123 GroupScope(JsonSerializer *json, int index) : GroupScope(json, "", index) {} in GroupScope() function in angle::__anon18ce73dd0111::GroupScope