Searched defs:IsAny (Results 1 – 6 of 6) sorted by relevance
| /external/protobuf/src/google/protobuf/util/internal/ | ||
| D | protostream_objectwriter.h | 308     bool IsAny() { return item_type_ == ANY; }  in IsAny()  function | 
| D | protostream_objectwriter.cc | 1380 bool ProtoStreamObjectWriter::IsAny(const google::protobuf::Field& field) {  in IsAny()  function in google::protobuf::util::converter::ProtoStreamObjectWriter | 
| /external/cronet/third_party/protobuf/src/google/protobuf/util/internal/ | ||
| D | protostream_objectwriter.h | 308     bool IsAny() { return item_type_ == ANY; }  in IsAny()  function | 
| D | protostream_objectwriter.cc | 1380 bool ProtoStreamObjectWriter::IsAny(const google::protobuf::Field& field) {  in IsAny()  function in google::protobuf::util::converter::ProtoStreamObjectWriter | 
| /external/tensorflow/tensorflow/core/grappler/ | ||
| D | op_types.cc | 47 bool IsAny(const NodeDef& node) { return node.op() == "Any"; }  in IsAny()  function | 
| /external/tensorflow/tensorflow/core/ir/ | ||
| D | tf_op_names.cc | 47 bool TFGraphDialect::IsAny(TFOp op) const {  in IsAny()  function in mlir::tfg::TFGraphDialect |