Home
last modified time | relevance | path

Searched refs:GetA (Results 1 – 6 of 6) sorted by relevance

/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.php28 public function GetA() function in NamespaceA\\NamespaceB\\StructInNestedNS
/external/flatbuffers/tests/MyGame/Example/
DTest.php28 public function GetA() function in MyGame\\Example\\Test
/external/flatbuffers/tests/
DphpTest.php116 $assert->strictEqual($t->GetA(), 5);
136 … $assert->strictEqual($test_0->GetA() + $test_0->GetB() + $test_1->GetA() + $test_1->GetB(), 100);
/external/golang-protobuf/_conformance/conformance_proto/
Dconformance.pb.go1668 func (m *TestAllTypes_NestedMessage) GetA() int32 { func
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp997 int GetA() EXCLUSIVE_LOCKS_REQUIRED(foo_->mu_) { return a_; } in GetA() function in thread_annot_lock_43::FooBar
1007 x = fb->GetA(); in main()
/external/golang-protobuf/proto/testdata/
Dtest.pb.go1135 func (m *NonPackedTest) GetA() []int32 { func