OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CharData
(Results
1 - 13
of
13
) sorted by null
/external/expat/tests/
chardata.h
0
/*
chardata
.h
22
}
CharData
;
25
void CharData_Init(
CharData
*storage);
27
void CharData_AppendString(
CharData
*storage, const char *s);
29
void CharData_AppendXMLChars(
CharData
*storage, const XML_Char *s, int len);
31
int CharData_CheckString(
CharData
*storage, const char *s);
33
int CharData_CheckXMLChars(
CharData
*storage, const XML_Char *s);
/external/llvm/lib/DebugInfo/CodeView/
ByteStream.cpp
70
const char *
CharData
= reinterpret_cast<const char *>(Data.data());
71
return StringRef(
CharData
, Data.size());
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
BinaryByteStream.h
63
const char *
CharData
= reinterpret_cast<const char *>(Data.data());
64
return StringRef(
CharData
, Data.size());
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
BinaryByteStream.h
63
const char *
CharData
= reinterpret_cast<const char *>(Data.data());
64
return StringRef(
CharData
, Data.size());
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
BinaryByteStream.h
63
const char *
CharData
= reinterpret_cast<const char *>(Data.data());
64
return StringRef(
CharData
, Data.size());
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryByteStream.h
63
const char *
CharData
= reinterpret_cast<const char *>(Data.data());
64
return StringRef(
CharData
, Data.size());
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
BinaryByteStream.h
63
const char *
CharData
= reinterpret_cast<const char *>(Data.data());
64
return StringRef(
CharData
, Data.size());
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
BinaryByteStream.h
63
const char *
CharData
= reinterpret_cast<const char *>(Data.data());
64
return StringRef(
CharData
, Data.size());
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
BinaryByteStream.h
63
const char *
CharData
= reinterpret_cast<const char *>(Data.data());
64
return StringRef(
CharData
, Data.size());
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryByteStream.h
63
const char *
CharData
= reinterpret_cast<const char *>(Data.data());
64
return StringRef(
CharData
, Data.size());
/external/pdfium/xfa/fde/xml/
cfx_saxreader.h
26
CharData
,
/prebuilts/go/darwin-x86/src/encoding/xml/
xml.go
54
// StartElement, EndElement,
CharData
, Comment, ProcInst, or Directive.
80
// A
CharData
represents XML character data (raw text),
83
type
CharData
[]byte
91
func (c
CharData
) Copy()
CharData
{ return
CharData
(makeCopy(c)) }
119
case
CharData
:
529
return
CharData
(data), nil
659
return
CharData
(data), nil
[
all
...]
/prebuilts/go/linux-x86/src/encoding/xml/
xml.go
54
// StartElement, EndElement,
CharData
, Comment, ProcInst, or Directive.
80
// A
CharData
represents XML character data (raw text),
83
type
CharData
[]byte
91
func (c
CharData
) Copy()
CharData
{ return
CharData
(makeCopy(c)) }
119
case
CharData
:
529
return
CharData
(data), nil
659
return
CharData
(data), nil
[
all
...]
Completed in 1134 milliseconds