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

  /build/blueprint/proptools/
extend.go 44 // abort PrependProperties with an error by returning an error. Passing nil for filter will prepend
50 // The prepend operation is defined as prepending strings, and slices of strings normally, OR-ing
85 // abort PrependProperties with an error by returning an error. Passing nil for filter will prepend
91 // The prepend operation is defined as prepending strings, and slices of strings normally, OR-ing
105 // filter will append or prepend all properties.
130 // nil for filter will append or prepend all properties.
152 Prepend
172 return Prepend, nil
407 prepend := order == Prepend
    [all...]
  /external/flatbuffers/python/flatbuffers/
builder.py 189 # Prepend a zero scalar to the object. Later in this function we'll
495 def Prepend(self, flags, off):
503 self.Prepend(flags, x)
558 """Prepend a `bool` to the Builder buffer.
562 self.Prepend(N.BoolFlags, x)
565 """Prepend a `byte` to the Builder buffer.
569 self.Prepend(N.Uint8Flags, x)
572 """Prepend an `uint8` to the Builder buffer.
576 self.Prepend(N.Uint8Flags, x)
579 """Prepend an `uint16` to the Builder buffer
    [all...]
  /external/v8/src/wasm/
wasm-macro-gen.h 181 // Prepend local declarations by creating a new buffer and copying data
183 void Prepend(Zone* zone, const byte** start, const byte** end) const {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
syntax.go 795 // Prepend prepends entries to Nodes.
797 func (n *Nodes) Prepend(a ...*Node) {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
syntax.go 795 // Prepend prepends entries to Nodes.
797 func (n *Nodes) Prepend(a ...*Node) {
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h     [all...]

Completed in 2122 milliseconds