HomeSort by relevance Sort by last modified time
    Searched refs:Method2 (Results 1 - 13 of 13) sorted by null

  /external/webrtc/talk/app/webrtc/
proxy_unittest.cc 54 virtual std::string Method2(std::string s1, std::string s2) = 0;
67 PROXY_METHOD2(std::string, Method2, std::string, std::string)
84 MOCK_METHOD2(Method2, std::string(std::string, std::string));
159 TEST_F(ProxyTest, Method2) {
162 EXPECT_CALL(*fake_, Method2(arg1, arg2))
166 Return("Method2")));
167 EXPECT_EQ("Method2", fake_proxy_->Method2(arg1, arg2));
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug446.go 16 func (r T) Method2() int { return b }
20 var dummy2 = T.Method2(0)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug446.go 16 func (r T) Method2() int { return b }
20 var dummy2 = T.Method2(0)
  /prebuilts/go/darwin-x86/src/runtime/
iface_test.go 18 Method2()
26 func (TS) Method2() {}
28 func (TM) Method2() {}
30 func (TL) Method2() {}
  /prebuilts/go/linux-x86/src/runtime/
iface_test.go 18 Method2()
26 func (TS) Method2() {}
28 func (TM) Method2() {}
30 func (TL) Method2() {}
  /prebuilts/go/darwin-x86/src/text/template/
exec_test.go 196 func (t *T) Method2(a uint16, b string) string {
197 return fmt.Sprintf("Method2: %d %s", a, b)
337 {".Method2(3, .X)", "-{{.Method2 3 .X}}-", "-Method2: 3 x-", tVal, true},
338 {".Method2(.U16, `str`)", "-{{.Method2 .U16 `str`}}-", "-Method2: 16 str-", tVal, true},
339 {".Method2(.U16, $x)", "{{if $x := .X}}-{{.Method2 .U16 $x}}{{end}}-", "-Method2: 16 x-", tVal, true}
    [all...]
doc.go 185 .Field1.Key1.Method1.Field2.Key2.Method2
  /prebuilts/go/linux-x86/src/text/template/
exec_test.go 196 func (t *T) Method2(a uint16, b string) string {
197 return fmt.Sprintf("Method2: %d %s", a, b)
337 {".Method2(3, .X)", "-{{.Method2 3 .X}}-", "-Method2: 3 x-", tVal, true},
338 {".Method2(.U16, `str`)", "-{{.Method2 .U16 `str`}}-", "-Method2: 16 str-", tVal, true},
339 {".Method2(.U16, $x)", "{{if $x := .X}}-{{.Method2 .U16 $x}}{{end}}-", "-Method2: 16 x-", tVal, true}
    [all...]
doc.go 185 .Field1.Key1.Method1.Field2.Key2.Method2
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /prebuilts/go/darwin-x86/src/reflect/
all_test.go     [all...]
  /prebuilts/go/linux-x86/src/reflect/
all_test.go     [all...]

Completed in 746 milliseconds