Home
last modified time | relevance | path

Searched defs:GetA (Results 1 – 13 of 13) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DTest.php28 public function GetA() function in MyGame\\Example\\Test
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.php28 public function GetA() function in NamespaceA\\NamespaceB\\StructInNestedNS
/external/golang-protobuf/internal/testprotos/test/weak2/
Dtest_weak.pb.go57 func (x *WeakImportMessage2) GetA() int32 { func
/external/golang-protobuf/internal/testprotos/test/weak1/
Dtest_weak.pb.go57 func (x *WeakImportMessage1) GetA() int32 { func
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dloop_dependence.h210 SENode* GetA() const { return a_; } in GetA() function
/external/deqp-deps/SPIRV-Tools/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/golang-protobuf/internal/testprotos/test/
Dtest.pb.go1372 func (x *OptionalGroup) GetA() int32 { func
1434 func (x *RepeatedGroup) GetA() int32 { func
2416 func (x *TestAllTypes_NestedMessage) GetA() int32 { func
2472 func (x *TestAllTypes_OptionalGroup) GetA() int32 { func
2534 func (x *TestAllTypes_RepeatedGroup) GetA() int32 { func
2589 func (x *TestAllTypes_OneofGroup) GetA() int32 { func
2644 func (x *TestAllExtensions_NestedMessage) GetA() int32 { func
2698 func (x *TestRequiredGroupFields_OptionalGroup) GetA() int32 { func
2745 func (x *TestRequiredGroupFields_RepeatedGroup) GetA() int32 { func
/external/deqp-deps/amber/src/
Dcommand.h399 float GetA() const { return a_; } in GetA() function
624 float GetA() const { return a_; } in GetA() function
/external/golang-protobuf/internal/testprotos/conformance/
Dtest_messages_proto2.pb.go1411 func (x *TestAllTypesProto2_NestedMessage) GetA() int32 { func
1655 func (x *UnknownToTestAllTypes_OptionalGroup) GetA() int32 { func
Dtest_messages_proto3.pb.go1638 func (x *TestAllTypesProto3_NestedMessage) GetA() int32 { func
/external/golang-protobuf/internal/testprotos/test3/
Dtest.pb.go1035 func (x *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