OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trustedget
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava/src/com/google/common/reflect/
ImmutableTypeToInstanceMap.java
105
return
trustedGet
(type.rejectTypeVariables());
118
return
trustedGet
(TypeToken.of(type));
135
private <T extends B> T
trustedGet
(TypeToken<T> type) {
MutableTypeToInstanceMap.java
51
return
trustedGet
(TypeToken.of(type));
63
return
trustedGet
(type.rejectTypeVariables());
98
private <T extends B> T
trustedGet
(TypeToken<T> type) {
Completed in 77 milliseconds