Home
last modified time | relevance | path

Searched refs:SkipSpaces (Results 1 – 23 of 23) sorted by relevance

/external/lzma/CPP/Common/
DTextConfig.cpp34 static bool SkipSpaces(const AString &s, unsigned &pos) in SkipSpaces() function
60 if (!SkipSpaces(s, pos)) in GetTextConfig()
70 if (!SkipSpaces(s, pos)) in GetTextConfig()
75 if (!SkipSpaces(s, pos)) in GetTextConfig()
/external/tensorflow/tensorflow/core/platform/
Dnumbers.cc226 void SkipSpaces(StringPiece* str) { in SkipSpaces() function
232 SkipSpaces(&str); in safe_strto64()
265 SkipSpaces(&str); in safe_strto64()
273 SkipSpaces(&str); in safe_strtou64()
286 SkipSpaces(&str); in safe_strtou64()
294 SkipSpaces(&str); in safe_strto32()
315 SkipSpaces(&str); in safe_strto32()
324 SkipSpaces(&str); in safe_strtou32()
336 SkipSpaces(&str); in safe_strtou32()
/external/llvm/utils/unittest/googletest/src/
Dgtest-typed-test.cc42 static const char* SkipSpaces(const char* str) { in SkipSpaces() function
58 registered_tests = SkipSpaces(registered_tests); in VerifyRegisteredTestNames()
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DLinuxProcMaps.cpp98 line_extractor.SkipSpaces(); // Skip the separator in ParseMemoryRegionInfoFromProcMapsLine()
103 line_extractor.SkipSpaces(); // Skip the separator in ParseMemoryRegionInfoFromProcMapsLine()
106 line_extractor.SkipSpaces(); in ParseMemoryRegionInfoFromProcMapsLine()
/external/googletest/googletest/src/
Dgtest-typed-test.cc40 static const char* SkipSpaces(const char* str) { in SkipSpaces() function
48 src = SkipSpaces(src); in SplitIntoTestNames()
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest-typed-test.cc42 static const char* SkipSpaces(const char* str) { in SkipSpaces() function
50 src = SkipSpaces(src); in SplitIntoTestNames()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-typed-test.cc42 static const char* SkipSpaces(const char* str) { in SkipSpaces() function
50 src = SkipSpaces(src); in SplitIntoTestNames()
/external/mesa3d/src/gtest/src/
Dgtest-typed-test.cc42 static const char* SkipSpaces(const char* str) { in SkipSpaces() function
50 src = SkipSpaces(src); in SplitIntoTestNames()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-typed-test.cc42 static const char* SkipSpaces(const char* str) { in SkipSpaces() function
50 src = SkipSpaces(src); in SplitIntoTestNames()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-typed-test.cc41 static const char *SkipSpaces(const char *str) { in SkipSpaces() function
48 src = SkipSpaces(src); in SplitIntoTestNames()
/external/llvm-project/lldb/tools/debugserver/source/
DStdStringExtractor.cpp53 SkipSpaces(); in DecodeHexU8()
152 SkipSpaces(); in GetHexMaxU32()
203 SkipSpaces(); in GetHexMaxU64()
340 void StdStringExtractor::SkipSpaces() { in SkipSpaces() function in StdStringExtractor
DStdStringExtractor.h39 void SkipSpaces();
DJSON.cpp233 SkipSpaces(); in GetToken()
/external/llvm-project/lldb/source/Utility/
DStringExtractor.cpp61 SkipSpaces(); in DecodeHexU8()
160 SkipSpaces(); in GetHexMaxU32()
211 SkipSpaces(); in GetHexMaxU64()
367 void StringExtractor::SkipSpaces() { in SkipSpaces() function in StringExtractor
/external/llvm-project/flang/lib/Parser/
Dprescan.cpp127 SkipSpaces(); in Statement()
156 SkipSpaces(); in Statement()
367 void Prescanner::SkipSpaces() { in SkipSpaces() function in Fortran::parser::Prescanner
414 SkipSpaces(); in NextToken()
429 SkipSpaces(); in NextToken()
471 SkipSpaces(); in NextToken()
609 SkipSpaces(); in QuotedCharacterLiteral()
Dprescan.h158 void SkipSpaces();
/external/llvm-project/flang/runtime/
Dedit-input.cpp27 io.SkipSpaces(remaining); in PrepareInput()
75 io.SkipSpaces(remaining); in ScanNumericPrefix()
212 io.SkipSpaces(remaining); in ScanRealInput()
Dio-stmt.h96 std::optional<char32_t> SkipSpaces(std::optional<int> &remaining);
Dio-stmt.cpp434 std::optional<char32_t> IoStatementState::SkipSpaces( in SkipSpaces() function in Fortran::runtime::io::IoStatementState
/external/llvm-project/lldb/include/lldb/Utility/
DStringExtractor.h46 void SkipSpaces();
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.cpp3350 packet.SkipSpaces(); in Handle_QPassSignals()
/external/fmtlib/test/
Dgmock-gtest-all.cc9356 static const char* SkipSpaces(const char* str) { in SkipSpaces() function
9371 registered_tests = SkipSpaces(registered_tests); in VerifyRegisteredTestNames()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc10327 static const char* SkipSpaces(const char* str) { in SkipSpaces() function
10335 src = SkipSpaces(src); in SplitIntoTestNames()