HomeSort by relevance Sort by last modified time
    Searched defs:CreateString (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrOnTheFly.c 883 CreateString (
  /external/flatbuffers/net/FlatBuffers/
FlatBufferBuilder.cs 472 public StringOffset CreateString(string s)
  /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/clang/lib/Lex/
Preprocessor.cpp 459 /// CreateString - Plop the specified string into a scratch buffer and return a
462 void Preprocessor::CreateString(StringRef Str, Token &Tok,
    [all...]
  /external/flatbuffers/go/
builder.go 303 // CreateString writes a null-terminated string as a vector.
304 func (b *Builder) CreateString(s string) UOffsetT {
  /art/runtime/
debugger.cc     [all...]

Completed in 115 milliseconds