Searched refs:theSet (Results 1 – 4 of 4) sorted by relevance
71 assertThat(withoutConstructor.theSet).isNotNull(); in can_try_property_or_setter_injection()78 assertThat(withoutConstructor.theSet).isNull(); in should_not_fail_if_property_or_field_injection_is_not_possible()102 private Set<?> theSet; field in MockInjectionTest.AnObjectWithoutConstructor
1007 SetMonkey(const USet *theSet);1016 SetMonkey::SetMonkey(const USet *theSet) in SetMonkey() argument1017 : Monkey(), set(theSet) in SetMonkey()1041 StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData);1054 StringSetMonkey::StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData) in StringSetMonkey() argument1055 : Monkey(), set(theSet), coll(theCollator), collData(theCollData) in StringSetMonkey()
1267 UnicodeSet *theSet = scanProp(); in doParseActions() local1268 compileSet(theSet); in doParseActions()1700 UnicodeSet *theSet = (UnicodeSet *)fSetStack.pop(); in doParseActions() local1702 compileSet(theSet); in doParseActions()2367 void RegexCompile::compileSet(UnicodeSet *theSet) in compileSet() argument2369 if (theSet == NULL) { in compileSet()2376 theSet->removeAllStrings(); in compileSet()2377 int32_t setSize = theSet->size(); in compileSet()2384 delete theSet; in compileSet()2393 literalChar(theSet->charAt(0)); in compileSet()[all …]
101 void compileSet(UnicodeSet *theSet); // Generate the compiled pattern for