Searched defs:ends_sentence (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_parser.cc116 bool* ends_sentence) {
119 DCHECK(ends_sentence);
133 *ends_sentence = (separator == kEndOfSentenceSeparator);
114 ParseNextOperation(std::string* name, base::ListValue* argument_list, bool* ends_sentence) argument
H A Djtl_compiler.cc97 bool ends_sentence,
149 if (ends_sentence)
229 bool ends_sentence = false; local
231 &operation_name, &arguments, &ends_sentence)) {
240 operation_name, arguments, ends_sentence, hasher, &bytecode_writer);
94 TranscodeInstruction( const std::string& name, const base::ListValue& arguments, bool ends_sentence, const jtl::Hasher& hasher, ByteCodeWriter* target) const argument

Completed in 86 milliseconds