HomeSort by relevance Sort by last modified time
    Searched full:is_well_known_type_ (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectwriter.cc 185 is_well_known_type_(false),
204 } else if (is_well_known_type_ && depth_ == 1) {
226 if (ow_ != NULL && (depth_ >= 0 || !is_well_known_type_)) {
248 } else if (is_well_known_type_ && depth_ == 1) {
285 } else if (depth_ == 0 && is_well_known_type_) {
339 is_well_known_type_ = true;
356 if (!is_well_known_type_) {
    [all...]
protostream_objectwriter.h 176 bool is_well_known_type_; member in class:google::protobuf::util::converter::ProtoStreamObjectWriter::AnyWriter

Completed in 101 milliseconds