Lines Matching refs:allocator
340 …Hasher(Allocator* allocator = 0, size_t stackCapacity = kDefaultSize) : stack_(allocator, stackCap… in stack_() argument
536 …e& p, const ValueType& value, const ValueType& document, AllocatorType* allocator, const UriType& …
537 allocator_(allocator), in allocator_() argument
538 uri_(schemaDocument->GetURI(), *allocator), in allocator_()
539 id_(id, allocator), in allocator_()
541 pointer_(p, allocator), in allocator_()
604 UriType local(*v, allocator); in allocator_()
605 id_ = local.Resolve(id_, allocator); in allocator_()
1845 IRemoteSchemaDocumentProviderType* remoteProvider = 0, Allocator* allocator = 0,
1849 allocator_(allocator),
1853 schemaMap_(allocator, kInitialSchemaMapSize),
1854 schemaRef_(allocator, kInitialSchemaRefSize),
2011 …try(const PointerType& p, SchemaType* s, bool o, Allocator* allocator) : pointer(p, allocator), sc…
2460 StateAllocator* allocator = 0,
2466 stateAllocator_(allocator),
2468 schemaStack_(allocator, schemaStackCapacity),
2469 documentStack_(allocator, documentStackCapacity),
2491 StateAllocator* allocator = 0,
2497 stateAllocator_(allocator),
2499 schemaStack_(allocator, schemaStackCapacity),
2500 documentStack_(allocator, documentStackCapacity),
2948 StateAllocator* allocator = 0,
2954 stateAllocator_(allocator),
2956 schemaStack_(allocator, schemaStackCapacity),
2957 documentStack_(allocator, documentStackCapacity),