Searched refs:uuid_mismatch (Results 1 – 2 of 2) sorted by relevance
47 bool uuid_mismatch = false; in EncodeDecode() local48 decoded_object.Decode(data, &data_offset, uuid_mismatch); in EncodeDecode()692 bool uuid_mismatch = false; // Gets set to true if signature doesn't match. in TEST_F() local693 const bool success = symtab.Decode(data, &data_offset, uuid_mismatch); in TEST_F()695 ASSERT_EQ(uuid_mismatch, false); in TEST_F()
156 bool &uuid_mismatch);