HomeSort by relevance Sort by last modified time
    Searched refs:string (Results 4526 - 4550 of 46739) sorted by null

<<181182183184185186187188189190>>

  /external/libcxx/test/std/strings/basic.string/string.iterators/
cend.pass.cpp 10 // <string>
14 #include <string>
30 typedef std::string S;
crbegin.pass.cpp 10 // <string>
14 #include <string>
34 typedef std::string S;
crend.pass.cpp 10 // <string>
14 #include <string>
30 typedef std::string S;
  /external/libcxx/test/std/strings/string.classes/
typedefs.pass.cpp 10 // <string>
15 // typedef basic_string<char> string;
20 #include <string>
25 static_assert((std::is_same<std::string, std::basic_string<char> >::value), "");
  /external/libcxx/test/std/utilities/variant/variant.variant/variant.status/
valueless_by_exception.pass.cpp 28 #include <string>
43 using V = std::variant<int, long, std::string>;
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolCompiland.h 14 #include <string>
36 std::string getSourceFileName() const;
  /external/llvm/include/llvm/Target/
TargetIntrinsicInfo.h 18 #include <string>
43 virtual std::string getName(unsigned IID, Type **Tys = nullptr,
  /external/llvm/lib/Target/MSP430/
MSP430Subtarget.cpp 34 MSP430Subtarget::MSP430Subtarget(const Triple &TT, const std::string &CPU,
35 const std::string &FS, const TargetMachine &TM)
  /external/llvm/lib/Target/NVPTX/
NVPTXMachineFunctionInfo.h 25 SmallVector<std::string, 8> ImageHandleList;
36 if (ImageHandleList[i] == std::string(Symbol))
  /external/mdnsresponder/mDNSWindows/DLLX/
StringServices.h 30 #include <string>
44 std::string & outString
  /external/nos/host/generic/libnos/generator/
main.cpp 19 #include <string>
49 std::string validateServiceOptions(const ServiceDescriptor& service) {
63 std::vector<std::string> Packages(const Descriptor& descriptor) {
64 std::vector<std::string> namespaces;
71 std::string FullyQualifiedIdentifier(const Descriptor& descriptor) {
76 std::string namespace_path;
83 std::string FullyQualifiedHeader(const Descriptor& descriptor) {
90 std::string package_path;
100 std::map<std::string, std::string> namespaceVars
    [all...]
  /external/parameter-framework/upstream/parameter/
ParameterFrameworkConfiguration.cpp 34 std::string CParameterFrameworkConfiguration::getKind() const
45 const std::string &CParameterFrameworkConfiguration::getSystemClassName() const
SubsystemObject.cpp 40 #include <string.h>
44 using std::string;
60 string CSubsystemObject::getFormattedMappingValue() const
97 string strError;
107 bool CSubsystemObject::sync(CParameterBlackboard &parameterBlackboard, bool bBack, string &strError)
145 bool CSubsystemObject::sendToHW(string &strError)
152 bool CSubsystemObject::receiveFromHW(string & /*strError*/)
161 bool CSubsystemObject::accessHW(bool bReceive, string &strError)
XmlDomainExportContext.h 33 #include <string>
38 CXmlDomainExportContext(std::string &strError, bool bWithSettings = true,
XmlDomainImportContext.h 36 #include <string>
41 CXmlDomainImportContext(std::string &strError, bool bWithSettings, CSystemClass &systemClass)
  /external/parameter-framework/upstream/parameter/log/include/log/
Context.h 33 #include <string>
50 Context(Logger &logger, const std::string &context) : mLogger(logger)
  /external/pdfium/fxjs/
cjs_delaydata.h 10 #include <string>
27 ByteString string; member in struct:CJS_DelayData
  /external/perf_data_converter/src/quipper/
data_writer.cc 16 const string& value_name) {
23 bool DataWriter::WriteStringWithSizeToData(const string& src) {
26 LOG(ERROR) << "Not enough space to write string.";
30 if (!WriteDataValue(&len, sizeof(len), "string length") ||
32 LOG(ERROR) << "Failed to write string.";
file_reader.h 17 explicit FileReader(const string& filename);
30 bool ReadString(const size_t size, string* str) override;
  /external/perfetto/include/perfetto/ipc/
service_descriptor.h 21 #include <string>
43 // DecoderFunc is pointer to a function that takes a string in input
45 using DecoderFunc = std::unique_ptr<ProtoMessage> (*)(const std::string&);
65 // on the indexes and has to keep a [string -> remote index] translation map.
  /external/piex/src/
piex.h 49 #include <string>
88 std::vector<std::string> SupportedExtensions();
  /external/protobuf/gtest/xcode/Samples/FrameworkSample/
widget.cc 40 Widget::Widget(int number, const std::string& name)
54 std::string Widget::GetStringValue() const {
widget_test.cc 38 #include <string>
48 EXPECT_EQ(std::string("name"), widget.GetStringValue());
51 // This test verifies the conversion of the float and string values to int and
  /external/protobuf/src/google/protobuf/
any.cc 38 string GetTypeUrl(const Descriptor* message,
39 const string& type_url_prefix) {
62 const string& type_url_prefix) {
78 const string type_url = type_url_->GetNoArena(
80 string full_name;
87 bool ParseAnyTypeUrl(const string& type_url, string* full_type_name) {
89 if (pos == string::npos || pos + 1 == type_url.size()) {
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_source_generator_base.h 34 #include <string>
50 std::string class_access_level();

Completed in 1130 milliseconds

<<181182183184185186187188189190>>