HomeSort by relevance Sort by last modified time
    Searched defs:AsBool (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
fold_spec_constant_op_and_composite_pass.cpp 508 if (type->AsBool()) {
513 if (vt->element_type()->AsBool())
547 if (result_type->AsInteger() || result_type->AsBool()) {
672 } else if (auto* bt = type->AsBool()) {
686 if (c->type()->AsBool() || c->type()->AsInteger() ||
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 369 bool AsBool() const {
509 s += AsBool() ? "true" : "false";
694 template<> inline bool Reference::As<bool>() { return AsBool(); }
    [all...]

Completed in 91 milliseconds