HomeSort by relevance Sort by last modified time
    Searched defs:FromString (Results 1 - 25 of 32) sorted by null

1 2

  /system/bt/types/
raw_address.cc 42 bool RawAddress::FromString(const std::string& from, RawAddress& to) {
72 return RawAddress::FromString(address, tmp);
  /system/bt/vendor_libs/test_vendor_lib/src/
bt_address.cc 39 bool BtAddress::FromString(const std::string& str) {
  /external/clang/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
75 Val = ParsedSourceLocation::FromString(ArgValue);
  /external/pdfium/core/fxcrt/css/
cfx_cssselector.cpp 51 std::unique_ptr<CFX_CSSSelector> CFX_CSSSelector::FromString(
  /external/webrtc/webrtc/base/
stringencode.h 192 static bool FromString(const std::string& s, T* t) {
207 static inline T FromString(const std::string& str) {
208 T val; FromString(str, &val); return val;
212 static inline T FromString(const T& defaultValue, const std::string& str) {
213 T val(defaultValue); FromString(str, &val); return val;
socketaddress.cc 181 bool SocketAddress::FromString(const std::string& str) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
75 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
75 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
75 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
75 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
75 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
75 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
73 static Optional<ParsedSourceRange> fromString(StringRef Str) {
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
121 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
73 static Optional<ParsedSourceRange> fromString(StringRef Str) {
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
121 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
73 static Optional<ParsedSourceRange> fromString(StringRef Str) {
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
121 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
73 static Optional<ParsedSourceRange> fromString(StringRef Str) {
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
121 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
73 static Optional<ParsedSourceRange> fromString(StringRef Str) {
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
121 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
73 static Optional<ParsedSourceRange> fromString(StringRef Str) {
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
121 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
73 static Optional<ParsedSourceRange> fromString(StringRef Str) {
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
121 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
73 static Optional<ParsedSourceRange> fromString(StringRef Str) {
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
121 Val = ParsedSourceLocation::FromString(ArgValue);
  /system/bt/types/bluetooth/
uuid.cc 61 Uuid Uuid::FromString(const std::string& uuid, bool* is_valid) {
  /external/protobuf/src/google/protobuf/util/
field_mask_util.cc 46 void FieldMaskUtil::FromString(StringPiece str, FieldMask* out) {
time_util.cc 149 bool TimeUtil::FromString(const string& value, Timestamp* timestamp) {
193 bool TimeUtil::FromString(const string& value, Duration* duration) {
  /external/libchrome/base/
command_line.cc 253 CommandLine CommandLine::FromString(const string16& command_line) {
  /external/nanopb-c/generator/google/protobuf/internal/
python_message.py 555 def FromString(s):
559 cls.FromString = staticmethod(FromString)
    [all...]

Completed in 379 milliseconds

1 2