Searched refs:INPUT_DATA_LENGTH (Results 1 – 1 of 1) sorted by relevance
22 const static size_t INPUT_DATA_LENGTH = 2; variable27 if (size < INPUT_DATA_LENGTH) { in DoSomethingInterestingWithMyAPI()30 std::string input(reinterpret_cast<const char*>(data), INPUT_DATA_LENGTH); in DoSomethingInterestingWithMyAPI()