HomeSort by relevance Sort by last modified time
    Searched defs:Substitute (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
substitute.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
33 #include <google/protobuf/stubs/substitute.h>
44 // to Substitute().
53 string Substitute(
85 << "strings::Substitute format string invalid: asked for \"$"
98 << "Invalid strings::Substitute() format string: \""
  /external/v8/src/arm64/
disasm-arm64.cc     [all...]
  /external/vixl/src/aarch64/
instructions-aarch64.h 21 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
624 // Substitute %s in the input string with the placeholder string for each
627 return Substitute(string, kPlaceholder, kPlaceholder, kPlaceholder);
630 // Substitute %s in the input string with a new string based on the
632 const char* Substitute(const char* string,

Completed in 226 milliseconds