Home
last modified time | relevance | path

Searched refs:kDurationType (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Dconstants.h84 const char kDurationType[] = "google.protobuf.Duration"; variable
Ddefault_value_objectwriter.cc291 type_->name() == kDurationType || type_->name() == kStructValueType) { in PopulateChildren()