HomeSort by relevance Sort by last modified time
    Searched defs:Substitute (Results 1 - 4 of 4) 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/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.h 296 TT_uint16_t *Substitute;
297 TSingleSubstFormat2(): Coverage(NULL), GlyphCount(0), Substitute(NULL)
306 if(Substitute) {
307 delete[] Substitute;
  /external/v8/src/arm64/
disasm-arm64.cc     [all...]
  /external/vixl/src/vixl/a64/
instructions-a64.h 21 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
546 // Substitute %s in the input string with the placeholder string for each
549 return Substitute(string, kPlaceholder, kPlaceholder, kPlaceholder);
552 // Substitute %s in the input string with a new string based on the
554 const char* Substitute(const char* string,

Completed in 107 milliseconds