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

/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 448 milliseconds