| /external/clang/lib/Lex/ |
| TokenLexer.cpp | 575 // character pointer back from CreateString in getLiteralData(). 577 PP.CreateString(Buffer, ResultTokTmp); [all...] |
| Pragma.cpp | 288 CreateString(StrVal, TmpTok); 551 CreateString(StringRef(&StrVal[1], StrVal.size() - 2), MacroTok); [all...] |
| Preprocessor.cpp | 459 /// CreateString - Plop the specified string into a scratch buffer and return a 462 void Preprocessor::CreateString(StringRef Str, Token &Tok, [all...] |
| Lexer.cpp | [all...] |
| /external/flatbuffers/go/ |
| builder.go | 303 // CreateString writes a null-terminated string as a vector. 304 func (b *Builder) CreateString(s string) UOffsetT {
|
| /external/flatbuffers/python/flatbuffers/ |
| builder.py | 394 def CreateString(self, s, encoding='utf-8', errors='strict'): 395 """CreateString writes a null-terminated byte string as a vector.""" 407 raise TypeError("non-string passed to CreateString")
|
| /external/libbrillo/brillo/streams/ |
| memory_stream_unittest.cc | 351 TEST(MemoryStream, CreateString) {
|
| /art/runtime/ |
| debugger.h | 309 static JDWP::JdwpError CreateString(const std::string& str, JDWP::ObjectId* new_string_id) [all...] |
| debugger.cc | [all...] |
| /external/clang/include/clang/Lex/ |
| Preprocessor.h | [all...] |
| /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/ |
| Preprocessor.h | [all...] |
| /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/ |
| Preprocessor.h | [all...] |
| /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/ |
| Preprocessor.h | [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/ |
| Preprocessor.h | [all...] |
| /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/ |
| Preprocessor.h | [all...] |
| /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/ |
| Preprocessor.h | [all...] |
| /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/ |
| Preprocessor.h | [all...] |
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/ |
| Preprocessor.h | [all...] |
| /art/runtime/jdwp/ |
| jdwp_handler.cc | 276 JdwpError status = Dbg::CreateString(str, &string_id); [all...] |