OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringMapImpl
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
StringMap.cpp
20
StringMapImpl
::
StringMapImpl
(unsigned InitSize, unsigned itemSize) {
36
void
StringMapImpl
::init(unsigned InitSize) {
58
unsigned
StringMapImpl
::LookupBucketFor(StringRef Name) {
116
int
StringMapImpl
::FindKey(StringRef Key) const {
158
void
StringMapImpl
::RemoveKey(StringMapEntryBase *V) {
167
StringMapEntryBase *
StringMapImpl
::RemoveKey(StringRef Key) {
184
unsigned
StringMapImpl
::RehashTable(unsigned BucketNo) {
/external/llvm/include/llvm/ADT/
StringMap.h
40
///
StringMapImpl
- This is the base class of StringMap that is shared among
42
class
StringMapImpl
{
54
explicit
StringMapImpl
(unsigned itemSize)
58
StringMapImpl
(
StringMapImpl
&&RHS)
68
StringMapImpl
(unsigned InitSize, unsigned ItemSize);
105
void swap(
StringMapImpl
&Other) {
218
class StringMap : public
StringMapImpl
{
224
StringMap() :
StringMapImpl
(static_cast<unsigned>(sizeof(MapEntryTy))) {}
226
:
StringMapImpl
(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))) {
[
all
...]
Completed in 263 milliseconds