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

  /external/protobuf/src/google/protobuf/util/internal/
constants.h 75 const char kStructValueType[] = "google.protobuf.Value";
protostream_objectwriter.cc 434 if (master_type_.name() == kStructValueType) {
587 if (master_type_.name() == kStructValueType) {
    [all...]
default_value_objectwriter.cc 286 // TODO(tsun): remove "kStructValueType" from the list. It's being checked
288 // of kStructValueType to not be set correctly.
291 type_->name() == kDurationType || type_->name() == kStructValueType) {

Completed in 189 milliseconds