OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cstr_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_value.cpp
181
:
cstr_
( 0 )
187
:
cstr_
( allocate == duplicate ? duplicateStringValue(cstr)
194
:
cstr_
( other.index_ != noDuplication && other.
cstr_
!= 0
195
? duplicateStringValue( other.
cstr_
)
196
: other.
cstr_
)
197
, index_( other.
cstr_
? (other.index_ == noDuplication ? noDuplication : duplicate)
204
if (
cstr_
&& index_ == duplicate )
205
releaseStringValue( const_cast<char *>(
cstr_
) );
211
std::swap(
cstr_
, other.cstr_ )
[
all
...]
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h
187
const char *
cstr_
;
member in class:Json::Value::CZString
[
all
...]
Completed in 87 milliseconds