Lines Matching defs:encode
724 Int8.encode = function(encoder, val) { function
728 Uint8.encode = function(encoder, val) { function
754 Int16.encode = function(encoder, val) { function
767 Uint16.encode = function(encoder, val) { function
780 Int32.encode = function(encoder, val) { function
793 Uint32.encode = function(encoder, val) { function
806 Int64.encode = function(encoder, val) { function
819 Uint64.encode = function(encoder, val) { function
832 String.encode = function(encoder, val) { function
854 Float.encode = function(encoder, val) { function
867 Double.encode = function(encoder, val) { function
881 Enum.prototype.encode = function(encoder, val) { method in Enum
899 PointerTo.prototype.encode = function(encoder, val) { method in PointerTo
930 ArrayOf.prototype.encode = function(encoder, val) { method in ArrayOf
949 Handle.encode = function(encoder, val) { function
976 Interface.prototype.encode = function(encoder, val) { method in Interface
999 AssociatedInterfacePtrInfo.encode = function(encoder, val) { function in AssociatedInterfacePtrInfo
1028 InterfaceRequest.encode = function(encoder, val) { function
1049 AssociatedInterfaceRequest.encode = function(encoder, val) { function
1079 MapOf.prototype.encode = function(encoder, val) { method in MapOf