Searched refs:found_value (Results 1 – 5 of 5) sorted by relevance
662 found_value = False669 found_value = True673 if found_value:679 if found_value and value_to_restore is not None:684 if found_value and value_to_restore is not None:690 if found_value:
301 bool found_value = false; in IdentifierField() local307 found_value = true; in IdentifierField()311 PERFETTO_CHECK(found_value); in IdentifierField()
337 bool found_value = false; in IsScalarConst() local349 found_value = true; in IsScalarConst()355 return found_dtype && found_value; in IsScalarConst()
1739 const unsigned char found_value = result_data[n_current_byte]; in execute() local1741 if (expected_value != found_value) in execute()1748 << (int)found_value << "]" in execute()1781 const unsigned char found_value = result_data[n_current_byte]; in execute() local1783 if (expected_value != found_value) in execute()1790 << (int)found_value << "]" in execute()
1753 Node* found_value = Parameter(Descriptor::kFoundValue); in TF_BUILTIN() local1763 Return(found_value); in TF_BUILTIN()1845 Node* found_value = Parameter(Descriptor::kFoundValue); in TF_BUILTIN() local1855 Return(found_value); in TF_BUILTIN()