Home
last modified time | relevance | path

Searched refs:IsPacked (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dtype_resolver_util_test.cc113 bool IsPacked(const Type& type, const string& name) { in IsPacked() function in google::protobuf::util::__anonb745a2840111::DescriptorPoolTypeResolverTest
289 EXPECT_TRUE(IsPacked(type, "packed_int32")); in TEST_F()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs190 public bool IsPacked => field in Google.Protobuf.Reflection.FieldDescriptor
/frameworks/compile/slang/
Dslang_rs_export_type.h646 bool IsPacked, in RSExportRecordType() argument
651 mIsPacked(IsPacked), in RSExportRecordType()