Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc1315 is_all_upper_ &= ascii_isupper(desired); in AddChar()
1346 is_all_upper_ = true; in Reset()
1350 bool is_all_upper_; member in google::protobuf::compiler::objectivec::__anon65e415410311::DecodeDataBuilder
1382 if ((desired == ascii_toupper(input)) && is_all_upper_) { in AddCharacter()