OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_mutable
(Results
1 - 2
of
2
) sorted by null
/external/lldb/examples/summaries/cocoa/
CFString.py
274
def
is_mutable
(self):
member in class:CFStringSynthProvider
316
self.mutable = self.
is_mutable
();
/external/openfst/src/include/fst/
lookahead-matcher.h
670
bool
is_mutable
= fst.Properties(kMutable, false);
local
672
if (
is_mutable
) {
696
if (!
is_mutable
) {
Completed in 3531 milliseconds