Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstringpiece.cc153 static inline void BuildLookupTable(StringPiece characters_wanted, in BuildLookupTable() argument
155 const stringpiece_ssize_type length = characters_wanted.length(); in BuildLookupTable()
156 const char* const data = characters_wanted.data(); in BuildLookupTable()