Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Didl.h1240 mutable std::set<std::string> string_cache_; variable
/external/flatbuffers/src/
Didl_parser.cpp405 return *(string_cache_.insert(s).first); in GetPooledString()