OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Replacer
(Results
1 - 10
of
10
) sorted by null
/prebuilts/go/darwin-x86/src/strings/
export_test.go
7
func (r *
Replacer
)
Replacer
() interface{} {
11
func (r *
Replacer
) PrintTrie() string {
replace.go
9
//
Replacer
replaces a list of strings with replacements.
11
type
Replacer
struct {
12
r
replacer
15
//
replacer
is the interface that a replacement algorithm needs to implement.
16
type
replacer
interface {
type
21
// NewReplacer returns a new
Replacer
from a list of old, new string pairs.
23
func NewReplacer(oldnew ...string) *
Replacer
{
29
return &
Replacer
{r: makeSingleStringReplacer(oldnew[0], oldnew[1])}
35
return &
Replacer
{r: makeGenericReplacer(oldnew)}
54
return &
Replacer
{r: &r
[
all
...]
/prebuilts/go/linux-x86/src/strings/
export_test.go
7
func (r *
Replacer
)
Replacer
() interface{} {
11
func (r *
Replacer
) PrintTrie() string {
replace.go
9
//
Replacer
replaces a list of strings with replacements.
11
type
Replacer
struct {
12
r
replacer
15
//
replacer
is the interface that a replacement algorithm needs to implement.
16
type
replacer
interface {
type
21
// NewReplacer returns a new
Replacer
from a list of old, new string pairs.
23
func NewReplacer(oldnew ...string) *
Replacer
{
29
return &
Replacer
{r: makeSingleStringReplacer(oldnew[0], oldnew[1])}
35
return &
Replacer
{r: makeGenericReplacer(oldnew)}
54
return &
Replacer
{r: &r
[
all
...]
/external/llvm/include/llvm/Transforms/Utils/
SimplifyLibCalls.h
77
function_ref<void(Instruction *, Value *)>
Replacer
;
85
/// \brief Replace an instruction's uses with a value using our
replacer
.
90
function_ref<void(Instruction *, Value *)>
Replacer
=
/external/llvm/lib/CodeGen/
CodeGenPrepare.cpp
[
all
...]
/external/guice/lib/build/
bnd-0.0.384.jar
/prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar
/prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar
/external/caliper/lib/
jersey-core-1.11.jar
Completed in 198 milliseconds