Searched refs:oprops (Results 1 – 7 of 7) sorted by relevance
85 uint64 oprops = ofst->Properties(kFstProperties, false); in Reverse() local86 ofst->SetProperties(ReverseProperties(iprops) | oprops, kFstProperties); in Reverse()
533 uint64 oprops = filter_.Properties(iprops); in Properties() local535 return oprops & kOLabelInvariantProperties; in Properties()537 return oprops & kILabelInvariantProperties; in Properties()
530 uint64 oprops = filter_.Properties(iprops); in Properties() local531 return oprops & kILabelInvariantProperties & kOLabelInvariantProperties; in Properties()
169 uint64 oprops = ofst->Properties(kFstProperties, false); in StateMap() local170 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties); in StateMap()
285 uint64 oprops = ofst->Properties(kFstProperties, false); in ArcMap() local286 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties); in ArcMap()
498 void recomposeOutput(OutputProperties oprops) in recomposeOutput() argument502 m_outputProperties.copyFrom(oprops); in recomposeOutput()
388 uint64 oprops = filter_.Properties(iprops); in Properties() local389 return oprops & kILabelInvariantProperties & kOLabelInvariantProperties; in Properties()