proxygen
|
#include <FBString.h>
Public Member Functions | |
dummy_fbstring_core () | |
dummy_fbstring_core (const dummy_fbstring_core &another) | |
dummy_fbstring_core (const Char *s, size_t n) | |
void | swap (dummy_fbstring_core &rhs) |
const Char * | data () const |
Char * | mutableData () |
void | shrink (size_t delta) |
Char * | expandNoinit (size_t delta) |
void | push_back (Char c) |
size_t | size () const |
size_t | capacity () const |
bool | isShared () const |
void | reserve (size_t minCapacity) |
Private Attributes | |
std::basic_string< Char > | backend_ |
Dummy fbstring core that uses an actual std::string. This doesn't make any sense - it's just for testing purposes.
Definition at line 1011 of file FBString.h.
|
inline |
Definition at line 1013 of file FBString.h.
|
inline |
Definition at line 1014 of file FBString.h.
|
inline |
Definition at line 1016 of file FBString.h.
|
inline |
Definition at line 1041 of file FBString.h.
|
inline |
Definition at line 1020 of file FBString.h.
|
inline |
|
inline |
Definition at line 1044 of file FBString.h.
|
inline |
Definition at line 1023 of file FBString.h.
References testing::gmock_generated_actions_test::Char().
|
inline |
Definition at line 1035 of file FBString.h.
|
inline |
Definition at line 1047 of file FBString.h.
|
inline |
|
inline |
Definition at line 1038 of file FBString.h.
|
inline |
Definition at line 1017 of file FBString.h.
References folly::dummy_fbstring_core< Char >::backend_.
|
private |
Definition at line 1052 of file FBString.h.
Referenced by folly::dummy_fbstring_core< Char >::swap().