OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unnormalized_name
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/src/google/protobuf/util/internal/
proto_writer.cc
522
StringPiece
unnormalized_name
) {
531
"' is already set. Cannot set '",
unnormalized_name
, "'"));
677
StringPiece
unnormalized_name
) {
680
InvalidName(
unnormalized_name
, "Root element must be a message.");
683
if (
unnormalized_name
.empty()) {
686
InvalidName(
unnormalized_name
, "Proto fields must have a name.");
688
InvalidName(
unnormalized_name
, "Proto fields must have a name.");
694
typeinfo_->FindField(&e->type(),
unnormalized_name
);
695
if (field == NULL) InvalidName(
unnormalized_name
, "Cannot find field.");
proto_writer.h
264
//
unnormalized_name
is used for error string.
266
StringPiece
unnormalized_name
);
protostream_objectwriter.cc
1135
location(),
unnormalized_name
,
local
[
all
...]
protostream_objectwriter.h
298
bool ValidMapKey(StringPiece
unnormalized_name
);
Completed in 65 milliseconds