Home
last modified time | relevance | path

Searched defs:AsBool (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/tint/src/inspector/
Dscalar.cc58 bool Scalar::AsBool() const { in AsBool() function in tint::inspector::Scalar
/third_party/abseil-cpp/absl/strings/internal/
Dchar_map_test.cc139 bool AsBool(int x) { return static_cast<bool>(x); } in AsBool() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dchar_map_test.cc139 bool AsBool(int x) { return static_cast<bool>(x); } in AsBool() function
/third_party/node/test/js-native-api/test_conversions/
Dtest_conversions.c5 static napi_value AsBool(napi_env env, napi_callback_info info) { in AsBool() function
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py581 def AsBool(self): member in Ref
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h415 bool AsBool() const { in AsBool() function