Home
last modified time | relevance | path

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

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