Lines Matching refs:methodId
155 CMethodId &methodId, in FindMethod_Index() argument
165 methodId = codec.Id; in FindMethod_Index()
182 methodId = codec.Id; in FindMethod_Index()
196 CMethodId methodId, bool encode) in FindMethod_Index()
202 if (codec.Id == methodId && (encode ? codec.CreateEncoder : codec.CreateDecoder)) in FindMethod_Index()
214 if (codec.Id == methodId && (encode ? codec.EncoderIsAssigned : codec.DecoderIsAssigned)) in FindMethod_Index()
226 CMethodId methodId, in FindMethod()
235 if (methodId == codec.Id) in FindMethod()
250 if (methodId == codec.Id) in FindMethod()
265 CMethodId &methodId) in FindHashMethod() argument
273 methodId = codec.Id; in FindHashMethod()
288 methodId = codec.Id; in FindHashMethod()
437 CMethodId methodId, bool encode, in CreateCoder_Id()
441 int index = FindMethod_Index(EXTERNAL_CODECS_LOC_VARS methodId, encode); in CreateCoder_Id()
450 CMethodId methodId, bool encode, in CreateCoder_Id()
456 methodId, encode, in CreateCoder_Id()
473 CMethodId methodId, bool encode, in CreateCoder_Id()
479 methodId, encode, in CreateCoder_Id()
487 CMethodId methodId, bool encode, in CreateFilter()
493 methodId, encode, in CreateFilter()
500 CMethodId methodId, in CreateHasher()
510 if (codec.Id == methodId) in CreateHasher()
526 if (codec.Id == methodId) in CreateHasher()