Searched defs:isBool (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DInterpolableValue.h19 virtual bool isBool() const { return false; } function in class:blink::InterpolableValue
71 virtual bool isBool() const OVERRIDE FINAL { return true; }
161 DEFINE_TYPE_CASTS(InterpolableBool, InterpolableValue, value, value->isBool(), value.isBool());
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_value.cpp1393 Value::isBool() const function in class:Json::Value
/external/jsoncpp/chromium-overrides/src/lib_json/
H A Djson_value.cpp1387 Value::isBool() const function in class:Json::Value
/external/jsoncpp/src/lib_json/
H A Djson_value.cpp1383 Value::isBool() const function in class:Json::Value
/external/llvm/include/llvm/Support/
H A DYAMLTraits.h374 inline bool isBool(StringRef S) { function in namespace:llvm::yaml
395 if (isBool(S))
/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp477 bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4); local
482 if (precision && !isBool) op << precision << " ";
486 if (isBool)
496 if (isBool)
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp756 bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4); local
761 if (precision && !isBool) op << precision << " ";
765 if (isBool)
775 if (isBool)

Completed in 390 milliseconds