OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:defaultv
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/util/
sparse_array.h
166
// or
defaultv
if index i is not initialized in the array.
167
inline Value get(int i, Value
defaultv
) const;
336
Value SparseArray<Value>::get(int i, Value
defaultv
) const {
338
return
defaultv
;
/external/regex-re2/util/
sparse_array.h
166
// or
defaultv
if index i is not initialized in the array.
167
inline Value get(int i, Value
defaultv
) const;
335
Value SparseArray<Value>::get(int i, Value
defaultv
) const {
337
return
defaultv
;
Completed in 222 milliseconds