Searched refs:GetBool (Results 1 – 8 of 8) sorted by relevance
80 self._sort = fdt_util.GetBool(self._node, 'sort-by-pos')81 self._end_4gb = fdt_util.GetBool(self._node, 'end-at-4gb')
39 elif not fdt_util.GetBool(self._node, 'optional-ucode'):
113 self.pos_unset = fdt_util.GetBool(self._node, 'pos-unset')
104 def GetBool(node, propname, default=False): function
61 return value->GetBool(); in toBool()
77 return v.GetBool(); in getBoolean()
520 additionalProperties_ = v->GetBool(); in Schema()546 additionalItems_ = v->GetBool(); in Schema()974 out = v->GetBool(); in AssignIfExist()
416 static bool Get(const ValueType& v) { return v.GetBool(); }1001 bool GetBool() const { RAPIDJSON_ASSERT(IsBool()); return data_.f.flags == kTrueFlag; }