Searched refs:opt_bits (Results 1 – 2 of 2) sorted by relevance
356 function test(x, opt_bits) { argument358 if (goog.isDef(opt_bits)) {359 if (opt_bits != jspb.utils.split64Low) throw 'fail!';
8793 std::string opt_bits; in ValidateMaskBits() local8797 … opt_bits = "and may have optional bits " + ss.str() + ' ' + string_VkAccessFlags(optional_bits); in ValidateMaskBits()8804 … string_VkAccessFlags(required_bit).c_str(), opt_bits.c_str(), string_VkImageLayout(layout)); in ValidateMaskBits()