Home
last modified time | relevance | path

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

/external/protobuf/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()
/external/libchrome/base/strings/
Dstring_piece.cc26 inline void BuildLookupTable(const StringPiece& characters_wanted, in BuildLookupTable() argument
28 const size_t length = characters_wanted.length(); in BuildLookupTable()
29 const char* const data = characters_wanted.data(); in BuildLookupTable()