Home
last modified time | relevance | path

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

/aosp_15_r20/external/sandboxed-api/sandboxed_api/
H A Dconfig.h174 constexpr bool IsAny() { in IsAny() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h308 bool IsAny() { return item_type_ == ANY; } in IsAny() function
H A Dprotostream_objectwriter.cc1380 bool ProtoStreamObjectWriter::IsAny(const google::protobuf::Field& field) { in IsAny() function in google::protobuf::util::converter::ProtoStreamObjectWriter
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h308 bool IsAny() { return item_type_ == ANY; } in IsAny() function
H A Dprotostream_objectwriter.cc1380 bool ProtoStreamObjectWriter::IsAny(const google::protobuf::Field& field) { in IsAny() function in google::protobuf::util::converter::ProtoStreamObjectWriter
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc47 bool IsAny(const NodeDef& node) { return node.op() == "Any"; } in IsAny() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc47 bool TFGraphDialect::IsAny(TFOp op) const { in IsAny() function in mlir::tfg::TFGraphDialect