Home
last modified time | relevance | path

Searched defs:GetA (Results 1 – 11 of 11) 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/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence.h210 SENode* GetA() const { return a_; } in GetA() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dloop_dependence.h210 SENode* GetA() const { return a_; } in GetA() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.h210 SENode* GetA() const { return a_; } in GetA() function
/external/deqp-deps/amber/src/
Dcommand.h399 float GetA() const { return a_; } in GetA() function
612 float GetA() const { return a_; } in GetA() function
/external/llvm-project/llvm/unittests/Transforms/Vectorize/
DVPlanSlpTest.cpp195 VPInstruction *GetA = cast<VPInstruction>(&*std::next(Body->begin(), 1)); in TEST_F() local
/external/llvm-project/lldb/unittests/Utility/
DReproducerInstrumentationTest.cpp224 int InstrumentedFoo::GetA() { in GetA() function in InstrumentedFoo
/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
/external/llvm-project/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp1028 int GetA() EXCLUSIVE_LOCKS_REQUIRED(foo_->mu_) { return a_; } in GetA() function in thread_annot_lock_43::FooBar
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go1454 func (m *NonPackedTest) GetA() []int32 { func