OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeArray
(Results
1 - 12
of
12
) sorted by null
/external/xmlrpcpp/src/
XmlRpcValue.cpp
60
case
TypeArray
: delete _value.asArray; break;
79
case
TypeArray
: _value.asArray = new ValueArray(); break;
90
if (_type !=
TypeArray
)
100
_type =
TypeArray
;
102
} else if (_type ==
TypeArray
) {
133
case
TypeArray
: _value.asArray = new ValueArray(*rhs._value.asArray); break;
162
case
TypeArray
: return *_value.asArray == *other._value.asArray;
199
case
TypeArray
: return int(_value.asArray->size());
270
case
TypeArray
: return arrayToXml();
483
_type =
TypeArray
;
[
all
...]
XmlRpcClient.cpp
208
if (params.getType() == XmlRpcValue::
TypeArray
)
XmlRpcValue.h
34
TypeArray
,
XmlRpcServerConnection.cpp
279
if (params.size() != 1 || params[0].getType() != XmlRpcValue::
TypeArray
)
/system/connectivity/shill/test-rpc-proxy/
proxy_util.cc
154
XmlRpc::XmlRpcValue::
TypeArray
) &&
279
case XmlRpc::XmlRpcValue::
TypeArray
:
/external/llvm/lib/IR/
LLVMContextImpl.h
433
Metadata *
TypeArray
;
435
MDNodeKeyImpl(int64_t Flags, Metadata *
TypeArray
)
436
: Flags(Flags),
TypeArray
(
TypeArray
) {}
438
: Flags(N->getFlags()),
TypeArray
(N->getRawTypeArray()) {}
441
return Flags == RHS->getFlags() &&
TypeArray
== RHS->getRawTypeArray();
443
unsigned getHashValue() const { return hash_combine(Flags,
TypeArray
); }
[
all
...]
DebugInfoMetadata.cpp
294
unsigned Flags, Metadata *
TypeArray
,
297
DEFINE_GETIMPL_LOOKUP(DISubroutineType, (Flags,
TypeArray
));
298
Metadata *Ops[] = {nullptr, nullptr, nullptr,
TypeArray
};
/external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp
[
all
...]
/external/llvm/include/llvm/IR/
DebugInfoMetadata.h
[
all
...]
/external/llvm/unittests/IR/
MetadataTest.cpp
[
all
...]
/prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar
/prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar
Completed in 545 milliseconds