Home
last modified time | relevance | path

Searched refs:found_value (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/perfetto_cmd/
Dpbtxt_to_pb.cc354 bool found_value = false; in IdentifierField() local
360 found_value = true; in IdentifierField()
364 if (!found_value) { in IdentifierField()
/external/tensorflow/tensorflow/c/
Dc_test_util.cc337 bool found_value = false; in IsScalarConst() local
349 found_value = true; in IsScalarConst()
355 return found_dtype && found_value; in IsScalarConst()
/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.cpp1739 const unsigned char found_value = result_data[n_current_byte]; in execute() local
1741 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() local
1783 if (expected_value != found_value) in execute()
1790 << (int)found_value << "]" in execute()