Searched refs:selectors (Results 1 – 5 of 5) sorted by relevance
63 IkeTrafficSelector[] selectors = in testDecodeIkeTrafficSelectors() local66 assertEquals(numTs, selectors.length); in testDecodeIkeTrafficSelectors()69 IkeTrafficSelector tsOne = selectors[0]; in testDecodeIkeTrafficSelectors()80 IkeTrafficSelector tsTwo = selectors[1]; in testDecodeIkeTrafficSelectors()
76 String[] selectors = s.split("@"); in isObjectSelected() local78 if (object.getClass().getSimpleName().matches(selectors[0])) { in isObjectSelected()80 for (int i = 1; i < selectors.length; i++) { in isObjectSelected()81 String[] pair = selectors[i].split("="); in isObjectSelected()
48 // Utility function to generate selectors on the fly.404 // - All fields types for proto2 messages get has* selectors.405 // - Only message fields for proto3 messages get has* selectors.
1706 // A series of selectors that are used solely to get @encoding values
65 // avoid using selectors that could match a property, use C functions to hide