Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_js_ts.cpp208 std::vector<std::string> sorted_namespaces(namespaces.begin(), in GenNamespaces() local
210 std::sort(sorted_namespaces.begin(), sorted_namespaces.end()); in GenNamespaces()
215 for (auto it = sorted_namespaces.begin(); it != sorted_namespaces.end(); in GenNamespaces()