Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/common/
Dstructured_headers.h91 bool is_boolean() const { return Type() == kBooleanType; } in is_boolean() function
/external/rust/crates/serde_json/src/value/
Dmod.rs668 pub fn is_boolean(&self) -> bool { in is_boolean() method
/external/armnn/third-party/cxxopts/
Dcxxopts.hpp922 is_boolean() const override in is_boolean() function in cxxopts::values::abstract_value
1103 bool is_boolean; member
/external/mesa3d/src/compiler/
Dglsl_types.h929 bool is_boolean() const in is_boolean() function
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc2263 const bool is_boolean = field->cpp_type() == FieldDescriptor::CPPTYPE_BOOL; in GenerateFieldValueExpression() local