Home
last modified time | relevance | path

Searched defs:is_boolean (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dstructured_headers.h92 bool is_boolean() const { return Type() == kBooleanType; } in is_boolean() function
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/value/
Dmod.rs668 pub fn is_boolean(&self) -> bool { in is_boolean() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/value/
H A Dmod.rs691 pub fn is_boolean(&self) -> bool { in is_boolean() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/value/
H A Dmod.rs691 pub fn is_boolean(&self) -> bool { in is_boolean() method
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorIndexing.h162 inline bool is_boolean() const { in is_boolean() function
/aosp_15_r20/external/armnn/third-party/cxxopts/
H A Dcxxopts.hpp922 is_boolean() const override in is_boolean() function in cxxopts::values::abstract_value
1103 bool is_boolean; member
/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp20149 constexpr bool is_boolean() const noexcept in is_boolean() function in nlohmann::basic_json