MCPcopy Create free account
hub / github.com/dirkvranckaert/AndroidDecompiler / sortOnName

Function sortOnName

astyle/src/ASResource.cpp:182–185  ·  view source on GitHub ↗

* Sort comparison function. * Compares the value of pointers in the vectors. * * @params the string pointers to be compared. */

Source from the content-addressed store, hash-verified

180 * @params the string pointers to be compared.
181 */
182bool sortOnName(const string* a, const string* b)
183{
184 return *a < *b;
185}
186
187/**
188 * Build the vector of assignment operators.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected