Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Dconstants.h72 const char kStructType[] = "google.protobuf.Struct"; variable
Dprotostream_objectwriter.cc354 type->name() == kAnyType || type->name() == kStructType) { in StartAny()
502 if (master_type_.name() == kStructType) { in StartObject()
1345 return GetTypeWithoutUrl(field.type_url()) == kStructType; in IsStruct()
Ddefault_value_objectwriter.cc309 type_->name() == kStructType || type_->name() == kTimestampType || in PopulateChildren()
/third_party/node/deps/v8/src/torque/
Dtypes.h42 kStructType, enumerator
55 bool IsStructType() const { return kind() == Kind::kStructType; } in IsStructType()
Dtypes.cc408 : AggregateType(Kind::kStructType, nullptr, nspace, decl->name->value, in StructType()