HomeSort by relevance Sort by last modified time
    Searched refs:BuildLookupTable (Results 1 - 3 of 3) sorted by null

  /build/kati/
string_piece.cc 113 static inline void BuildLookupTable(const StringPiece& characters_wanted,
127 // Avoid the cost of BuildLookupTable() for a single-character search.
132 BuildLookupTable(s, lookup);
149 // Avoid the cost of BuildLookupTable() for a single-character search.
154 BuildLookupTable(s, lookup);
179 // Avoid the cost of BuildLookupTable() for a single-character search.
184 BuildLookupTable(s, lookup);
203 // Avoid the cost of BuildLookupTable() for a single-character search.
208 BuildLookupTable(s, lookup);
  /external/protobuf/src/google/protobuf/stubs/
stringpiece.cc 153 static inline void BuildLookupTable(StringPiece characters_wanted,
167 // Avoid the cost of BuildLookupTable() for a single-character search.
171 BuildLookupTable(s, lookup);
184 // Avoid the cost of BuildLookupTable() for a single-character search.
188 BuildLookupTable(s, lookup);
212 // Avoid the cost of BuildLookupTable() for a single-character search.
216 BuildLookupTable(s, lookup);
233 // Avoid the cost of BuildLookupTable() for a single-character search.
237 BuildLookupTable(s, lookup);
  /external/libchrome/base/strings/
string_piece.cc 26 inline void BuildLookupTable(const StringPiece& characters_wanted,
206 // Avoid the cost of BuildLookupTable() for a single-character search.
211 BuildLookupTable(s, lookup);
241 // Avoid the cost of BuildLookupTable() for a single-character search.
246 BuildLookupTable(s, lookup);
308 // Avoid the cost of BuildLookupTable() for a single-character search.
313 BuildLookupTable(s, lookup);
353 // Avoid the cost of BuildLookupTable() for a single-character search.
358 BuildLookupTable(s, lookup);

Completed in 165 milliseconds