OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetByName
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/python/google/protobuf/pyext/
descriptor_containers.cc
936
static ItemDescriptor
GetByName
(PyContainer* self, const string& name)
[
all
...]
/build/blueprint/bootstrap/bpdoc/
bpdoc.go
144
nestPoint := ps.
GetByName
(nestedName)
properties.go
141
func (ps *PropertyStruct)
GetByName
(name string) *Property {
142
return
getByName
(name, "", &ps.Properties)
145
func
getByName
(name string, prefix string, props *[]Property) *Property {
150
return
getByName
(name, prefix+(*props)[i].Name+".", &(*props)[i].Properties)
Completed in 152 milliseconds