Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dconstants.h72 const char kStructType[] = "google.protobuf.Struct"; variable
Dprotostream_objectwriter.cc340 type->name() == kAnyType || type->name() == kStructType) { in StartAny()
434 if (master_type_.name() == kStructType) { in StartObject()
1199 return GetTypeWithoutUrl(field.type_url()) == kStructType; in IsStruct()
Ddefault_value_objectwriter.cc293 type_->name() == kStructType || type_->name() == kTimestampType || in PopulateChildren()