OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValueInternalMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h
123
friend class
ValueInternalMap
;
493
ValueInternalMap
*map_;
501
unsigned int itemIsUsed_ : 1; // used by the
ValueInternalMap
container.
502
int memberNameIsStatic_ : 1; // used by the
ValueInternalMap
container.
585
virtual
ValueInternalMap
*newMap()
587
return new
ValueInternalMap
();
590
virtual
ValueInternalMap
*newMapCopy( const
ValueInternalMap
&other )
592
return new
ValueInternalMap
( other );
595
virtual void destructMap(
ValueInternalMap
*map
[
all
...]
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_value.cpp
272
* This optimization is used in
ValueInternalMap
fast allocator.
1338
ValueInternalMap
::IteratorState it;
1339
ValueInternalMap
::IteratorState itEnd;
1342
for ( ; !
ValueInternalMap
::equals( it, itEnd );
ValueInternalMap
::increment(it) )
1343
members.push_back( std::string(
ValueInternalMap
::key( it ) ) );
[
all
...]
Completed in 39 milliseconds