Home
last modified time | relevance | path

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

/external/golang-protobuf/internal/impl/
Ddecode.go43 func (o unmarshalOptions) IsDefault() bool { func
/external/tensorflow/tensorflow/core/data/
Ddataset_utils.h144 bool IsDefault() const { return determinism_ == Type::kDefault; } in IsDefault() function
/external/protobuf/src/google/protobuf/
Darenastring.h354 inline bool IsDefault(const ::std::string* default_value) const { in IsDefault() function
Dinlined_string_field.h155 bool IsDefault(const std::string* /*default_value*/) { return false; } in IsDefault() function
/external/clang/lib/AST/
DASTDiagnostic.cpp534 bool IsDefault = false; member
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp701 bool IsDefault; in getFullSymbolName() local