OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateStructInNestedNS
(Results
1 - 3
of
3
) sorted by null
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
StructInNestedNS.py
19
def
CreateStructInNestedNS
(builder, a, b):
StructInNestedNS.cs
23
public static Offset<StructInNestedNS>
CreateStructInNestedNS
(FlatBufferBuilder builder, int A, int B) {
StructInNestedNS.go
36
func
CreateStructInNestedNS
(builder *flatbuffers.Builder, a int32, b int32) flatbuffers.UOffsetT {
Completed in 197 milliseconds