Searched refs:CheckInternal (Results 1 – 2 of 2) sorted by relevance
36 void CheckInternal(bool value, std::string_view msg);53 CheckInternal(inserted, in CheckEmplace()65 CheckInternal(function_map->find(field_desc->number()) != function_map->end(), in CheckConsistency()93 CheckInternal(it != map.end(), "Missing impl for function " + field_desc->camelcase_name()); in ExecuteActionProto()120 CheckInternal(ptr, "Cannot cast " + message.GetDescriptor()->name() + " to " + in CheckedCast()
21 void CheckInternal(bool value, std::string_view msg) { in CheckInternal() function