Home
last modified time | relevance | path

Searched refs:type_checker (Results 1 – 5 of 5) sorted by relevance

/external/piex/src/image_type_recognition/
Dimage_type_recognition_lite.cc803 const TypeChecker* type_checker = GetTypeCheckerForType(type); in IsOfType() local
804 if (type_checker) { in IsOfType()
805 return type_checker->IsMyType(source); in IsOfType()
812 const TypeChecker* type_checker = GetTypeCheckerForType(type); in RequestedSizeForType() local
813 if (type_checker) { in RequestedSizeForType()
814 return type_checker->RequestedSize(); in RequestedSizeForType()
822 for (const auto* type_checker : checkers_) { in GetTypeCheckerForType() local
823 if (type_checker->Type() == type) { in GetTypeCheckerForType()
824 return type_checker; in GetTypeCheckerForType()
/external/nanopb-c/generator/google/protobuf/internal/
Dcontainers.py97 def __init__(self, message_listener, type_checker): argument
107 self._type_checker = type_checker
Dpython_message.py275 type_checker = type_checkers.GetTypeChecker(field.cpp_type, field.type)
278 message._listener_for_children, type_checker)
443 type_checker = type_checkers.GetTypeChecker(field.cpp_type, field.type)
454 type_checker.CheckValue(new_value)
1135 type_checker = type_checkers.GetTypeChecker(
1137 type_checker.CheckValue(value)
/external/protobuf/python/google/protobuf/internal/
Dpython_message.py427 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))
Dcontainers.py237 def __init__(self, message_listener, type_checker): argument
247 self._type_checker = type_checker