Home
last modified time | relevance | path

Searched refs:kStructValueType (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dconstants.h75 const char kStructValueType[] = "google.protobuf.Value"; variable
Dprotostream_objectwriter.cc442 if (master_type_.name() == kStructValueType) { in StartObject()
595 if (master_type_.name() == kStructValueType) { in StartList()
1204 return GetTypeWithoutUrl(field.type_url()) == kStructValueType; in IsStructValue()
Ddefault_value_objectwriter.cc294 type_->name() == kDurationType || type_->name() == kStructValueType) { in PopulateChildren()