Searched refs:first_word (Results 1 – 2 of 2) sorted by relevance
211 bool first_word = true; in ToCamelCase() local219 if (!result.empty()) first_word = false; in ToCamelCase()221 } else if (first_word) { in ToCamelCase()228 first_word = false; in ToCamelCase()
273 uint32_t first_word; in IsInputBitcodeWrapper() local274 if ((!ReadWord(first_word)) || in IsInputBitcodeWrapper()275 (kWrapperMagicNumber != first_word)) return false; in IsInputBitcodeWrapper()