首页 / 词典 / good

callee

  • n.被呼叫者;〈美〉受访问者;被呼唤人;电话受话人;被召者
calleecallee
  1. The following example illustrates the use of the callee property .

    下面的示例阐释了callee属性的用法。

  2. Someone may change the callee in the future to return a failure condition .

    某些人将来可能改变被调用的函数,导致返回一个失败的条件。

  3. A method is a contract between a caller and a callee .

    协调调用者和被调用者行为的方法之一是约定。

  4. The callee is the method owner that receives a message from the method caller .

    被召集者是方法所有人,它从方法召集者那里收到信息。

  5. Gated links require reference permission against the callee when the calling object is created .

    选通链接要求在创建调用对象时,对被调用方具有reference权限。

  6. The callee must take the necessary precautions to ensure that the buffer is not overrun .

    被调用方必须采取必要措施确保缓冲区不溢出。

  7. Callee : This is the same number you just called . I think you 're calling the wrong number .

    这是你刚才拨的号码,我想你可能打错了。

  8. A method invocation is represented by a message sent from a caller to a callee .

    一个方法调用意味着信息从召集者传向被召集者。

  9. Simply passing a string does not work in this case because the callee cannot modify the contents of the passed buffer .

    在这种情况下,只传递字符串不起作用,原因是被调用方无法修改传递的缓冲区的内容。

  10. It is possible , for example , that the callee is not the right person for whom the caller is looking ;

    举例而言,接话者可能不是来电者所要寻找的对象;

  11. He leaves a message asking the engaged callee to phone back . A note is then taken of who calls back and how quickly .

    他会留言,要求被叫人回电话,然后对回电话的人和回电话的速度进行记录。

  12. He also argues that both are non-modular as the caller and callee must know about each other and often a small change can require wide-scale code change .

    他也讨论了非模块化的调用者和被调用者之间必须知道彼此,因此通常一个微小的修改都会导致大规模的代码变化。

  13. This is done so the callee can ignore the upper bits of the register if need be and can access only the portion of the register necessary .

    因此,被调用方可以根据需要忽略寄存器中上面的位,并且只访问所需的寄存器部分。

  14. Method handles act as both function pointers and as function combinators , allowing a built-in way to construct a call protocol flow from a caller to a callee .

    方法句柄可以同时作为函数的pointer和combinator,允许用内置的方式建立一个从调用器到被调用者的调用协议。

  15. In our conversation above , the callee should have told Mr. Parker when the manager would return to take his call , or offered to take a message for him .

    在上述的对话中,接话者理应告诉白先生经理何时会返回公司回电,或是主动为他留话。

  16. Mbackchain and-mno-backchain : These options control whether the address of the caller 's frame is stored as so-called " backchain " pointer into the callee 's stack frame .

    mbackchain和-mno-backchain:这些选项控制调用方帧的地址是否作为“backchain”指针存储到被调用方的堆栈帧。

  17. And most of the time when you 're passing an IList around , it is so the callee can get by-index access to the list , not so that it can add new items of arbitrary type .

    而且多数情况下,当你把一个IList当做参数传递出去的时候,被调用的方法也只是会去按索引访问列表,而不是去向列表中加入一些任意类型的对象。

  18. According to calling convention , caller and callee have to save and restore the corresponding registers across boundaries of procedure call , and these registers are divided into caller-save registers and callee-save registers .

    软件规范中的函数调用约定指出,caller和callee都需要保存函数调用前后的程序状态。根据数据流分析和过程间分析,caller和callee会保存和恢复的程序状态有不同的分工。