Searched defs:has_extension (Results 1 – 10 of 10) sorted by relevance
25 int has_extension; // Whether the optional OBU extension header is present. member
91 const int has_extension = (obu_data[0] >> 2) & 0x1; in obudec_read_obu_header() local
456 const bool has_extension = (buffer[0] & 0x10) != 0; in ParseBuffer() local
65 bool has_extension; member
220 bool has_extension = 1; field
669 bool has_extension(const Twine &path) { in has_extension() function
1561 bool has_extension = false; in GenerateJspbAllowedMap() local1759 bool has_extension = false; in GenerateRequiresForSCC() local
679 bool has_extension(const Twine &path, Style style) { in has_extension() function
2619 GHC_INLINE bool path::has_extension() const in has_extension() function in ghc::filesystem::path