Home
last modified time | relevance | path

Searched defs:is_type_packable (Results 1 – 1 of 1) sorted by relevance

/dports/devel/erlang-gpb/gpb-4.3.3/src/
H A Dgpb.erl1194 is_type_packable(int32) -> true; function
1195 is_type_packable(int64) -> true; function
1196 is_type_packable(uint32) -> true; function
1197 is_type_packable(uint64) -> true; function
1198 is_type_packable(sint32) -> true; function
1199 is_type_packable(sint64) -> true; function
1200 is_type_packable(fixed32) -> true; function
1201 is_type_packable(fixed64) -> true; function
1202 is_type_packable(sfixed32) -> true; function
1203 is_type_packable(sfixed64) -> true; function
[all …]