Searched defs:Int64ValueChecker (Results 1 - 2 of 2) sorted by relevance

/external/nanopb-c/generator/google/protobuf/internal/
H A Dtype_checkers.py143 class Int64ValueChecker(IntValueChecker): class in inherits:IntValueChecker
156 _FieldDescriptor.CPPTYPE_INT64: Int64ValueChecker(),
/external/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py184 class Int64ValueChecker(IntValueChecker): class in inherits:IntValueChecker
199 _FieldDescriptor.CPPTYPE_INT64: Int64ValueChecker(),

Completed in 141 milliseconds