Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/src/google/protobuf/
Darenastring.h167 inline bool IsDefault() const { return (as_int() & kMask) == kDefault; } in IsDefault() function
346 inline bool IsDefault() const { return tagged_ptr_.IsDefault(); } in IsDefault() function
Dinlined_string_field.h357 static constexpr bool IsDefault() { return false; } in IsDefault() function
358 static constexpr bool IsDefault(const std::string*) { return false; } in IsDefault() function
Darena_impl.h108 bool IsDefault() const { in IsDefault() function
/external/protobuf/src/google/protobuf/
Darenastring.h166 inline bool IsDefault() const { return (as_int() & kMask) == kDefault; } in IsDefault() function
353 inline bool IsDefault() const { return tagged_ptr_.IsDefault(); } in IsDefault() function
Dinlined_string_field.h357 static constexpr bool IsDefault() { return false; } in IsDefault() function
358 static constexpr bool IsDefault(const std::string*) { return false; } in IsDefault() function
Darena_impl.h115 bool IsDefault() const { in IsDefault() function
/external/golang-protobuf/internal/impl/
Ddecode.go44 func (o unmarshalOptions) IsDefault() bool { func
/external/tensorflow/tensorflow/core/data/
Ddataset_utils.h181 bool IsDefault() const { return determinism_ == Type::kDefault; } in IsDefault() function
/external/flatbuffers/include/flatbuffers/
Didl.h311 bool IsDefault() const { return presence == kDefault; } 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