OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:structs
(Results
76 - 100
of
178
) sorted by null
1
2
3
4
5
6
7
8
/prebuilts/go/darwin-x86/src/testing/quick/
quick.go
53
// Note: To create arbitrary values for
structs
, all the fields must be exported.
/prebuilts/go/linux-x86/src/encoding/gob/
encoder.go
161
//
structs
must be sent so we know their fields.
/prebuilts/go/linux-x86/src/encoding/xml/
typeinfo.go
67
// For embedded
structs
, embed its fields.
/prebuilts/go/linux-x86/src/runtime/
stack_test.go
286
// TestPanicUseStack checks that a chain of Panic
structs
on the stack are
stubs.go
247
// argp used in Defer
structs
when there is no argp.
stack1.go
555
// Adjust pointers in the Defer
structs
.
556
// Defer
structs
themselves are never on the stack.
/prebuilts/go/linux-x86/src/testing/quick/
quick.go
53
// Note: To create arbitrary values for
structs
, all the fields must be exported.
/prebuilts/go/darwin-x86/src/runtime/
stubs.go
247
// argp used in Defer
structs
when there is no argp.
stack1.go
555
// Adjust pointers in the Defer
structs
.
556
// Defer
structs
themselves are never on the stack.
/build/soong/common/
arch.go
636
// Rewrite the module's properties
structs
to contain arch-specific values.
830
// Convert the arch product variables into a list of host and device Arch
structs
/external/opencv3/modules/core/include/opencv2/core/
persistence.hpp
436
std::vector<char>
structs
; //!< the stack of written structures
member in class:cv::FileStorage
[
all
...]
/prebuilts/go/darwin-x86/src/encoding/json/
encode.go
995
// The algorithm is breadth-first search over the set of
structs
to include - the top struct
996
// and then any reachable anonymous
structs
.
/prebuilts/go/darwin-x86/src/fmt/
fmt_test.go
406
//
structs
410
// +v on
structs
with Stringable items
[
all
...]
print.go
140
// free saves used pp
structs
in ppFree; avoids an allocation per invocation.
142
// Don't hold on to pp
structs
with large buffers.
scan.go
415
// free saves used ss
structs
in ssFree; avoid an allocation per invocation.
422
// Don't hold on to ss
structs
with large buffers.
/prebuilts/go/linux-x86/src/encoding/json/
encode.go
995
// The algorithm is breadth-first search over the set of
structs
to include - the top struct
996
// and then any reachable anonymous
structs
.
/prebuilts/go/linux-x86/src/fmt/
fmt_test.go
406
//
structs
410
// +v on
structs
with Stringable items
[
all
...]
print.go
140
// free saves used pp
structs
in ppFree; avoids an allocation per invocation.
142
// Don't hold on to pp
structs
with large buffers.
scan.go
415
// free saves used ss
structs
in ssFree; avoid an allocation per invocation.
422
// Don't hold on to ss
structs
with large buffers.
/prebuilts/go/darwin-x86/src/cmd/cgo/
gcc.go
[
all
...]
/prebuilts/go/linux-x86/src/cmd/cgo/
gcc.go
[
all
...]
/build/blueprint/
module_ctx.go
392
// The Mutator function should only modify members of properties
structs
, and not
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp
225
void ShaderInterface::getNamedStructs (std::vector<const StructType*>&
structs
) const
230
structs
.push_back(*i);
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp
229
void ShaderInterface::getNamedStructs (std::vector<const StructType*>&
structs
) const
234
structs
.push_back((*i).get());
[
all
...]
/external/deqp/modules/glshared/
glsUniformBlockCase.cpp
341
void ShaderInterface::getNamedStructs (std::vector<const StructType*>&
structs
) const
346
structs
.push_back(*i);
[
all
...]
Completed in 930 milliseconds
1
2
3
4
5
6
7
8