HomeSort by relevance Sort by last modified time
    Searched refs:get_bool (Results 1 - 10 of 10) sorted by null

  /external/libmojo/mojo/public/cpp/bindings/tests/
struct_with_traits_impl.h 47 bool get_bool() const { return bool_; } function in class:mojo::test::EnumWithTraitsImpl::StructWithTraitsImpl
struct_traits_unittest.cc 233 EXPECT_EQ(expected.get_bool(), passed.get_bool());
358 EXPECT_EQ(input.get_bool(), output.get_bool());
struct_with_traits_impl_traits.h 55 return value.get_bool();
  /bionic/linker/
linker_config.cpp 309 bool get_bool(const std::string& name, size_t* lineno = nullptr) const { function in class:Properties
398 bool versioning_enabled = properties.get_bool("enable.target.sdk.version");
464 ns_config->set_isolated(properties.get_bool(property_name_prefix + ".isolated"));
465 ns_config->set_visible(properties.get_bool(property_name_prefix + ".visible"));
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swig.mli 38 val get_bool : 'a c_obj_t -> bool var
swig.ml 89 let rec get_bool x = var
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 145 * get_bool - Get a boolean EAPOL state variable
149 Boolean (*get_bool)(void *ctx, enum eapol_bool_var variable); member in struct:eapol_callbacks
eap.c 58 return sm->eapol_cb->get_bool(sm->eapol_ctx, var);
    [all...]
  /external/skia/src/ports/
SkFontMgr_fontconfig.cpp 130 static bool get_bool(FcPattern* pattern, const char object[], bool missing = false) { function
486 if (get_bool(fPattern, FC_EMBOLDEN)) {
497 if (get_matrix(fPattern, FC_MATRIX) || get_bool(fPattern, FC_EMBOLDEN)) {
    [all...]
  /external/llvm/utils/llvm-build/llvmbuild/
componentinfo.py 413 def get_bool(self, key): member in class:IniFormatParser

Completed in 246 milliseconds