Home
last modified time | relevance | path

Searched refs:GetBool (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/binman/
H A Dimage.py80 self._sort = fdt_util.GetBool(self._node, 'sort-by-pos')
81 self._end_4gb = fdt_util.GetBool(self._node, 'end-at-4gb')
/OK3568_Linux_fs/u-boot/tools/binman/etype/
H A Du_boot_with_ucode_ptr.py39 elif not fdt_util.GetBool(self._node, 'optional-ucode'):
H A Dentry.py113 self.pos_unset = fdt_util.GetBool(self._node, 'pos-unset')
/OK3568_Linux_fs/u-boot/tools/dtoc/
H A Dfdt_util.py104 def GetBool(node, propname, default=False): function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Drapidjson_conversion.hpp61 return value->GetBool(); in toBool()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/sprite/
H A Dsprite_parser.cpp77 return v.GetBool(); in getBoolean()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dschema.h520 additionalProperties_ = v->GetBool(); in Schema()
546 additionalItems_ = v->GetBool(); in Schema()
974 out = v->GetBool(); in AssignIfExist()
H A Ddocument.h416 static bool Get(const ValueType& v) { return v.GetBool(); }
1001 bool GetBool() const { RAPIDJSON_ASSERT(IsBool()); return data_.f.flags == kTrueFlag; }