Home
last modified time | relevance | path

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

/external/perfetto/src/protozero/protoc_plugin/
Dprotozero_plugin.cc129 inline std::string GetDescriptorName(const T* descriptor) { in GetDescriptorName() function in protozero::__anon58692eed0111::GeneratorJob
142 std::string name = StripChars(GetDescriptorName(descriptor), ".", '_'); in GetCppClassName()