Home
last modified time | relevance | path

Searched refs:GetF (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/unittests/Utility/
DReproducerInstrumentationTest.cpp141 bool GetF();
284 bool InstrumentedFoo::GetF() { in GetF() function in InstrumentedFoo
285 LLDB_RECORD_METHOD_NO_ARGS(bool, InstrumentedFoo, GetF); in GetF()
380 LLDB_REGISTER_METHOD(bool, InstrumentedFoo, GetF, ()); in TestingRegistry()
822 EXPECT_EQ(foo.GetF(), true); in TEST()
850 EXPECT_EQ(foo.GetF(), true); in TEST()
878 EXPECT_EQ(foo.GetF(), true); in TEST()
934 EXPECT_EQ(foo.GetF(), true); in TEST()
968 EXPECT_EQ(foo.GetF(), true); in TEST()
1005 EXPECT_EQ(foo.GetF(), true); in TEST()
[all …]
/external/golang-protobuf/protoc-gen-go/testdata/imports/
Dtest_import_a1m2.pb.go56 func (m *A1M2) GetF() *test_a_1.M2 { func
Dtest_import_a1m1.pb.go56 func (m *A1M1) GetF() *test_a_1.M1 { func
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go3013 func (m *FloatingPoint) GetF() float64 { func