Home
last modified time | relevance | path

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

/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch/
Dreflection3264_variable_mismatch.rs5 struct Bar { int f; } bar; struct
26 struct Bar f; struct
59 struct Bar u; struct
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/proto/com/google/protobuf/
Dlite_equals_and_hash.proto53 message Bar { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dservice_reflection_test.py92 def Bar(self, rpc_controller, request, done): member in FooUnitTest.testService.MyServiceImpl
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/tests/
Dbasic.rb101 Bar = pool.lookup("Bar").msgclass constant
/frameworks/base/libs/hwui/
DFrameInfoVisualizer.cpp55 static const std::array<BarSegment, 7> Bar{{ variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto414 optional group Bar = 3 { optional int32 a = 1; } // NO_PROTO1 field
714 rpc Bar(BarRequest) returns (BarResponse); rpc
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest.proto414 optional group Bar = 3 { optional int32 a = 1; } // NO_PROTO1 field
714 rpc Bar(BarRequest) returns (BarResponse); rpc
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dunittest_proto3.proto382 rpc Bar(BarRequest) returns (BarResponse); rpc
Dunittest.proto447 optional group Bar = 3 { optional int32 a = 1; } // NO_PROTO1 field
874 rpc Bar(BarRequest) returns (BarResponse); rpc
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs167 [pbr::OriginalName("MAP_ENUM_BAR")] Bar = 1, enumerator
DUnittestProto3.cs1593 [pbr::OriginalName("BAR")] Bar = 2, enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs3613 [pbr::OriginalName("BAR")] Bar = 1, enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1155 void Bar(RpcController* controller, in Bar() function in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockTestService