Searched defs:firstValue (Results 1 – 15 of 15) sorted by relevance
50 private final SettableFuture<T> firstValue; field in StreamRecorder115 public ListenableFuture<T> firstValue() { in firstValue() method in StreamRecorder
45 private final SettableFuture<T> firstValue; field in StreamRecorder110 public ListenableFuture<T> firstValue() { in firstValue() method in StreamRecorder
174 … TypedResource firstValue = new TypedResource<>("first_value", ResType.CHAR_SEQUENCE, xmlContext); in shouldNotOverwriteValuesWithMatchingQualifiers() local
161 String firstValue = null; in main() local
616 String firstValue = dcRightsArray.getChild(1).getValue(); in migrateAudioCopyright() local
251 UnicodeString firstValue; in TestTooFewArgumentValues() local
676 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst() local
830 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst() local
580 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local
709 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local
583 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local
712 int firstValue=firstResult.hasValue() ? trie.getValue() : -1; in checkFirst() local
1853 UBool firstValue = TRUE; in _appendKeywords() local1933 UBool firstValue = TRUE; in _appendPrivateuseToLanguageTag() local
1373 Date firstValue = currencyFirstValid.get(currency); in TestCurrency() local
5759 CFXJSE_Value* firstValue, in simpleValueCompare()