HomeSort by relevance Sort by last modified time
    Searched defs:InvalidName (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/util/internal/
error_listener.h 59 virtual void InvalidName(const LocationTrackerInterface& loc,
84 virtual void InvalidName(const LocationTrackerInterface& loc,
proto_writer.cc 409 void ProtoWriter::InvalidName(StringPiece unknown_name, StringPiece message) {
410 listener_->InvalidName(location(), ToSnakeCase(unknown_name), message);
425 InvalidName(name, "Root element should not be named.");
445 InvalidName(name,
484 InvalidName(name,
513 InvalidName(name,
665 // InvalidName() already called in Lookup().
670 InvalidName(name, "Proto field is not repeating, cannot start list.");
680 InvalidName(unnormalized_name, "Root element must be a message.");
686 InvalidName(unnormalized_name, "Proto fields must have a name.")
    [all...]
  /external/protobuf/src/google/protobuf/util/
json_util.cc 113 virtual void InvalidName(const converter::LocationTrackerInterface& loc,

Completed in 76 milliseconds