Searched defs:new_method (Results 1 – 9 of 9) sorted by relevance
68 std::string new_method; member
32 const char* new_method; in TEST() member
159 fn new_method(&self) -> impl ToTokens { in new_method() method258 let new_method = self.new_method(); in to_tokens() localVariable
42 pub(crate) fn new_method( in new_method() method
1441 let new_method = if can_construct_from_value { in expand_unique_ptr() localVariable1536 let new_method = if can_construct_from_value { in expand_shared_ptr() localVariable
197 void RTCPSender::SetRTCPStatus(RtcpMode new_method) { in SetRTCPStatus()
1371 def new_method(self, *args, **kwargs): function
2027 def new_method(self): member in TestCase.test_generic_extending.NonDataDerived