HomeSort by relevance Sort by last modified time
    Searched full:ends_sentence (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/tools/profile_reset/
jtl_compiler.cc 96 bool ends_sentence,
148 if (ends_sentence)
228 bool ends_sentence = false; local
230 &operation_name, &arguments, &ends_sentence)) {
239 operation_name, arguments, ends_sentence, hasher, &bytecode_writer);
jtl_parser.cc 116 bool* ends_sentence) {
119 DCHECK(ends_sentence);
133 *ends_sentence = (separator == kEndOfSentenceSeparator);

Completed in 350 milliseconds