Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h275 bool IsAny() { return item_type_ == ANY; } in IsAny() function
Dprotostream_objectwriter.cc1293 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/llvm-project/clang/lib/Parse/
DParsePragma.cpp1287 bool IsAny = false; in ParsePragmaAttributeSubjectMatchRuleSet() local