Home
last modified time | relevance | path

Searched defs:IsAny (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dfield-type.h39 bool IsAny() const { return *this == Any(); } in IsAny() function
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h279 bool IsAny() { return item_type_ == ANY; } in IsAny() function
Dprotostream_objectwriter.cc1340 bool ProtoStreamObjectWriter::IsAny(const google::protobuf::Field& field) { in IsAny() function in google::protobuf::util::converter::ProtoStreamObjectWriter
/third_party/node/deps/v8/src/compiler/
Dtypes.h493 bool IsAny() const { return payload_ == Any().payload_; } in IsAny() function
/third_party/skia/third_party/externals/tint/src/
Dintrinsic_table.cc74 inline bool IsAny() const { return state_ == kAny; } in IsAny() function