Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_js.cpp104 std::vector<std::string> sorted_namespaces( in GenNamespaces() local
106 std::sort(sorted_namespaces.begin(), sorted_namespaces.end()); in GenNamespaces()
111 for (auto it = sorted_namespaces.begin(); in GenNamespaces()
112 it != sorted_namespaces.end(); it++) { in GenNamespaces()