Searched refs:type_checker (Results 1 – 3 of 3) sorted by relevance
803 const TypeChecker* type_checker = GetTypeCheckerForType(type); in IsOfType() local804 if (type_checker) { in IsOfType()805 return type_checker->IsMyType(source); in IsOfType()812 const TypeChecker* type_checker = GetTypeCheckerForType(type); in RequestedSizeForType() local813 if (type_checker) { in RequestedSizeForType()814 return type_checker->RequestedSize(); in RequestedSizeForType()822 for (const auto* type_checker : checkers_) { in GetTypeCheckerForType() local823 if (type_checker->Type() == type) { in GetTypeCheckerForType()824 return type_checker; in GetTypeCheckerForType()
427 type_checker = type_checkers.GetTypeChecker(field)430 message._listener_for_children, type_checker)656 type_checker = type_checkers.GetTypeChecker(field)674 new_value = type_checker.CheckValue(new_value)1522 type_checker = type_checkers.GetTypeChecker(extension_handle)1525 type_checker.CheckValue(value))
237 def __init__(self, message_listener, type_checker): argument247 self._type_checker = type_checker