Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dproto_writer.cc538 StringPiece unnormalized_name) { in ValidOneof() argument
547 "' is already set. Cannot set '", unnormalized_name, "'")); in ValidOneof()
709 StringPiece unnormalized_name) { in Lookup() argument
712 InvalidName(unnormalized_name, "Root element must be a message."); in Lookup()
715 if (unnormalized_name.empty()) { in Lookup()
718 InvalidName(unnormalized_name, "Proto fields must have a name."); in Lookup()
720 InvalidName(unnormalized_name, "Proto fields must have a name."); in Lookup()
726 typeinfo_->FindField(&e->type(), unnormalized_name); in Lookup()
728 InvalidName(unnormalized_name, "Cannot find field."); in Lookup()
Dprotostream_objectwriter.cc1139 bool ProtoStreamObjectWriter::ValidMapKey(StringPiece unnormalized_name) { in ValidMapKey() argument
1142 if (!current_->InsertMapKeyIfNotPresent(unnormalized_name)) { in ValidMapKey()
1144 location(), unnormalized_name, in ValidMapKey()
1145 StrCat("Repeated map key: '", unnormalized_name, "' is already set.")); in ValidMapKey()
Dprotostream_objectwriter.h303 bool ValidMapKey(StringPiece unnormalized_name);
Dproto_writer.h278 StringPiece unnormalized_name);