Searched refs:GetFoo (Results 1 – 5 of 5) sorted by relevance
187 Foo GetFoo() { return kBlah; } in GetFoo() function in blink::BitVector
40 return value.GetFoo() > 5;58 return value.GetFoo() > 5;78 return value.GetFoo() > 5;85 *os << "the Foo property is " << value.GetFoo();105 *listener << "the Foo property is " << value.GetFoo();106 return value.GetFoo() > 5;
86 GetFoo methods and their use is deprecated.
5148 const Foo *GetFoo() { in GetFoo() function5153 GetFoo(); in Worker0()5158 const Foo *foo = GetFoo(); in Worker()
317 func (m *GoEnum) GetFoo() FOO { func