Home
last modified time | relevance | path

Searched defs:mset (Results 1 – 8 of 8) sorted by relevance

/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto320 optional AggregateMessageSet mset = 5; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto320 optional AggregateMessageSet mset = 5; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_custom_options.proto320 optional AggregateMessageSet mset = 5; field
/third_party/protobuf/src/google/protobuf/
Dunittest_custom_options.proto331 optional AggregateMessageSet mset = 5; field
Dwire_format_unittest.cc653 const proto2_wireformat_unittest::TestMessageSet& mset, in SerializeReverseOrder()
678 proto2_wireformat_unittest::TestMessageSet* mset = &message_set; in TEST() local
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DFeatureTag.java88 mset("Mark Positioning via Substitution"), enumConstant
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DFeatureTag.java88 mset("Mark Positioning via Substitution"), enumConstant
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dbtree_test.cc1299 absl::btree_multiset<int> mset({1, 1, 4}); in TEST() local
1323 absl::btree_multiset<int> mset; in TEST() local
1394 absl::btree_multiset<MovableOnlyInstance> mset; in TEST() local
1781 using mset = absl::btree_multiset<int>; in TEST() typedef