Home
last modified time | relevance | path

Searched refs:isDefaultValue (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DELFAttributeValue.h79 bool isDefaultValue() const;
84 return !isDefaultValue(); in shouldEmit()
/frameworks/compile/mclinker/lib/Target/
DELFAttributeValue.cpp34 bool ELFAttributeValue::isDefaultValue() const { in isDefaultValue() function in mcld::ELFAttributeValue
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DMessageLiteToString.java129 ? !isDefaultValue(value) in reflectivePrintWithIndent()
157 private static boolean isDefaultValue(Object o) { in isDefaultValue() method in MessageLiteToString