Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dutility.cc211 bool first_word = true; in ToCamelCase() local
219 if (!result.empty()) first_word = false; in ToCamelCase()
221 } else if (first_word) { in ToCamelCase()
228 first_word = false; in ToCamelCase()
/frameworks/compile/libbcc/bcinfo/Wrap/
Dbitcode_wrapperer.cpp273 uint32_t first_word; in IsInputBitcodeWrapper() local
274 if ((!ReadWord(first_word)) || in IsInputBitcodeWrapper()
275 (kWrapperMagicNumber != first_word)) return false; in IsInputBitcodeWrapper()