Home
last modified time | relevance | path

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

/external/v8/src/
Dfield-type.h40 bool IsAny() { return this == Any(); } in IsAny() function
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h203 bool IsAny() { return item_type_ == ANY; } in IsAny() function
Dprotostream_objectwriter.cc1185 bool ProtoStreamObjectWriter::IsAny(const google::protobuf::Field& field) { in IsAny() function in google::protobuf::util::converter::ProtoStreamObjectWriter
/external/v8/src/compiler/
Dtypes.h633 bool IsAny() { return this == Any(); } in IsAny() function
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc42 bool IsAny(const NodeDef& node) { return node.op() == "Any"; } in IsAny() function
/external/v8/src/ast/
Dast-types.h913 bool IsAny() { return this == Any(); } in IsAny() function