OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConstantFunction
(Results
1 - 2
of
2
) sorted by null
/external/guava/src/com/google/common/base/
Functions.java
258
return new
ConstantFunction
<E>(value);
261
private static class
ConstantFunction
<E>
265
public
ConstantFunction
(@Nullable E value) {
272
if (obj instanceof
ConstantFunction
) {
273
ConstantFunction
<?> that = (
ConstantFunction
<?>) obj;
/external/v8/src/
mirror-debugger.js
175
PropertyType.
ConstantFunction
= 2;
[
all
...]
Completed in 55 milliseconds