Searched refs:GetBar (Results 1 – 6 of 6) sorted by relevance
/external/golang-protobuf/protoc-gen-go/testdata/issue780_oneof_conflict/ |
D | test.pb.go | 62 GetBar string `protobuf:"bytes,1,opt,name=get_bar,json=getBar,oneof"` member 67 func (m *Foo) GetBar() isFoo_Bar { func 75 if x, ok := m.GetBar().(*Foo_GetBar); ok { 76 return x.GetBar
|
/external/v8/tools/clang/rewrite_to_chrome_style/tests/ |
D | functions-expected.cc | 14 static Bar* GetBar() { in GetBar() function
|
D | methods-expected.cc | 188 const Bar& GetBar() const { return bar_; } in GetBar() function in blink::BitVector
|
/external/googletest/googlemock/docs/ |
D | FrequentlyAskedQuestions.md | 123 return value.GetBar() < 42; 144 return value.GetBar() < 42; 163 return value.GetBar() < 42; 172 *os << "the Bar property is " << value.GetBar(); 190 *listener << "the Bar property is " << value.GetBar(); 191 return value.GetBar() < 42;
|
D | CookBook.md | 66 virtual Bar& GetBar(); 67 virtual const Bar& GetBar() const; 75 MOCK_METHOD0(GetBar, Bar&()); 76 MOCK_CONST_METHOD0(GetBar, const Bar&()); 752 MOCK_METHOD0(GetBar, Bar&()); 753 MOCK_CONST_METHOD0(GetBar, const Bar&()); 759 EXPECT_CALL(foo, GetBar()) // The non-const GetBar(). 761 EXPECT_CALL(Const(foo), GetBar()) // The const GetBar(). 1509 MOCK_METHOD0(GetBar, Bar&()); 1515 EXPECT_CALL(foo, GetBar())
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | README.md | 1027 GetBar(associated Bar& bar2); 1052 GetBar(associated Bar& bar2); 1060 virtual void GetBar(BarAssociatedRequest bar2) = 0; 1068 to call `GetBar()` on it. You can do: 1073 foo_ptr->GetBar(std::move(bar_request)); 1102 foo_ptr->GetBar(MakeRequest(&bar_ptr)); 1111 void GetBar(BarAssociatedRequest bar2) override {
|