Home
last modified time | relevance | path

Searched refs:OldStyle (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap.h1362 bool OldStyle() const { in OldStyle() function
1395 return this->OldStyle() ? *dit_->second : *it_->value();
1400 if (this->OldStyle())
1407 return this->OldStyle() ? const_iterator(dit_++) : const_iterator(it_++);
1413 return a.OldStyle() ? (a.dit_ == b.dit_) : (a.it_ == b.it_);
1437 return this->OldStyle() ? *dit_->second : *it_->value();
1442 if (this->OldStyle())
1449 return this->OldStyle() ? iterator(dit_++) : iterator(it_++);
1454 return this->OldStyle() ? in const_iterator()
1462 return a.OldStyle() ? a.dit_ == b.dit_ : a.it_ == b.it_;
/external/python/cpython2/Lib/test/
Dtest_gc.py502 class OldStyle: class
507 self.assertTrue(gc.is_tracked(OldStyle))
508 self.assertTrue(gc.is_tracked(OldStyle()))
/external/abi-compliance-checker/modules/Internals/
DRegTests.pm28 $OldStyle, $TestABIDumper);
35 $OldStyle, $TestABIDumper) = @_;
4946 if($OldStyle) {
/external/skia/src/sfnt/
DSkPanose.h65 OldStyle = 2, enumerator
/external/abi-compliance-checker/
Dabi-compliance-checker.pl94 $TypesListPath, $SkipTypesListPath, $CheckPrivateABI, $CountSymbols, $OldStyle,
233 "old-style!" => \$OldStyle,
15759 if($OldStyle) {
15780 if($OldStyle) {
15801 if($OldStyle) {
16558 if($OldStyle) {
16687 if($OldStyle) {
16789 if($OldStyle) {
17072 if($OldStyle) {
17110 if($OldStyle) {
[all …]