Go to the source code of this file.
Namespaces | |
google.protobuf.internal.type_checkers | |
Functions | |
def | google.protobuf.internal.type_checkers.GetTypeChecker (field) |
def | google.protobuf.internal.type_checkers.SupportsOpenEnums (field_descriptor) |
Variables | |
string | google.protobuf.internal.type_checkers.__author__ = 'robinson@google.com (Will Robinson)' |
google.protobuf.internal.type_checkers._FieldDescriptor = descriptor.FieldDescriptor | |
google.protobuf.internal.type_checkers._FLOAT_MAX = float.fromhex('0x1.fffffep+127') | |
google.protobuf.internal.type_checkers._FLOAT_MIN = -_FLOAT_MAX | |
google.protobuf.internal.type_checkers._INF = float('inf') | |
google.protobuf.internal.type_checkers._NEG_INF = float('-inf') | |
dictionary | google.protobuf.internal.type_checkers._VALUE_CHECKERS |
dictionary | google.protobuf.internal.type_checkers.FIELD_TYPE_TO_WIRE_TYPE |
google.protobuf.internal.type_checkers.long = int | |
dictionary | google.protobuf.internal.type_checkers.TYPE_TO_BYTE_SIZE_FN |
dictionary | google.protobuf.internal.type_checkers.TYPE_TO_DECODER |
dictionary | google.protobuf.internal.type_checkers.TYPE_TO_ENCODER |
dictionary | google.protobuf.internal.type_checkers.TYPE_TO_SIZER |