Home
last modified time | relevance | path

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

/frameworks/rs/script_api/
DGenerateStubsWhiteList.cpp180 static inline string mangleLongName(const string& name) { in mangleLongName() function
220 delta = mangleLongName(tokens->front()); in mangleType()
235 delta = mangleLongName(tokens->front()); in mangleType()
333 stream << "_Z" << mangleLongName(functionName); in addFunctionManglingToSet()